This course is still in development, it will be similar in structure to the Python version, but in Go.
Build Your Own Redis in Go is a self-paced online course that teaches you what you need to know to build high-performance servers like Redis using Go, while saving you months (if not years) of learning along the way.
You'll learn network programming, concurrency, test-driven development and performance optimisation.
🎯 No filler content. Concise lessons with practical advice.
🐣No experience writing a server is necessary.
🧑🏽💻 Guided coding exercises along the way.
⏳Purchase once, access forever.
🚀 Always up to date.
Welcome to Become a Better Software Developer by Building Your Own Redis Server!
This course guides you through the steps involved in solving the Redis Coding Challenge from https://codingchallenges.fyi/challenges/challenge-redis in Go.
To get the most out of the course, I suggest you follow through the introductory material in each step then write your own solution.
Once you have done that, you can refer to the model solution if you get stuck or want an example to compare your solution to.
This is software engineering so we’re zero-indexed and for this step you’re going to set your environment up ready to begin developing and testing your solution.