Build Your Own Redis with C/C++

build-your-own.org

Comprehensive guide to building and understanding Redis from scratch using C/C++. Learn network programming, data structures, and low-level systems programming.

Technical TutorialsCC++Redis

Introduction

Build Your Own Redis with C/C++ is a comprehensive guide to building and understanding Redis from scratch using C/C++ programming languages.

Highlights

  • Network programming, data structures and low-level C/C++
  • Learn by doing instead of reading
  • C was, is, and will be widely used for infrastructure or low-level software
  • The real Redis is a large code base, but this book will only touch on the essentials via small steps

Recommendation

This course is suitable for students who want to solidify their learning of data structures and systems programming, as well as developers without a CS education who want to discover the gap and take their skills to the next level. By recreating Redis from scratch, learners can master the fundamentals and prepare for more technical, system-y work.

How GetVM Works

Learn by Doing from Your Browser Sidebar

Access from Browser Sidebar

Access from Browser Sidebar

Simply install the browser extension and click to launch GetVM directly from your sidebar.

Select Your Playground

Select Your Playground

Choose your OS, IDE, or app from our playground library and launch it instantly.

Learn and Practice Side-by-Side

Learn and Practice Side-by-Side

Practice within the VM while following tutorials or videos side-by-side. Save your work with Pro for easy continuity.

Explore Similar Hands-on Tutorials

C++ Language Tutorial | Beginner to Advanced 38
Technical TutorialsC++Programming
Learn C++ programming from the ground up, including practical examples and the latest features. Ideal for beginners and experienced developers.
Data Structures and Algorithm Analysis in C++ 7
Technical TutorialsAlgorithmC++
Comprehensive guide to data structures, algorithms, and problem-solving using C++. Suitable for students and professionals interested in algorithmic problem-solving.
The Great Tree List Recursion Problem 9
Technical TutorialsAlgorithmCJava
Explore the intricacies of data structures, recursion, and programming with The Great Tree List Recursion Problem, a comprehensive guide to binary trees and circular doubly linked lists.
Principles of Algorithmic Problem Solving 2
Technical TutorialsAlgorithmC++Data Structures
Comprehensive course on algorithm design, data structures, and problem-solving strategies in C++. Suitable for beginners and experienced programmers.
Compiler Design in C (1990) 1
Technical TutorialsCCompiler
Comprehensive guide to understanding and implementing compilers using the C programming language. Covers fundamental concepts, syntax analysis, code generation, and optimization.
Compiler Design: Theory, Tools, and Examples, C/C++ Edition 2
Technical TutorialsCC++Compiler
Comprehensive course on compiler design, covering theory, tools, and practical C/C++ examples. Explore lexical analysis, syntax analysis, and code generation.
Introduction to Modern OpenGL 18
Technical TutorialsC++Computer GraphicsOpenGL
Learn the latest OpenGL features and create modern graphics applications with interactive examples and expert guidance.
Pointers And Memory | Computer Programming, Memory Management 16
Technical TutorialsCComputer ScienceProgramming
Comprehensive guide to understanding pointers, memory allocation, and optimization techniques for computer science students and software developers.
Beejs Guide to Network Programming - Using Internet Sockets 12
Technical TutorialsCC++NetworkingProgramming
Comprehensive guide to network programming, focusing on the use of internet sockets. Written by experienced author Brian "Beej Jorgensen" Hall, offering in-depth coverage and practical examples.