Live data from Hacker News

The “Build Your Own Redis” Book Is Completed

build-your-own.org

1–10 of 131 posts

Re: The “Build Your Own Redis” Book Is Completed

#5
Sorry for being a little off topic, but the Mini Redis tutorial [1] was really fun when I did it a few years ago. It has you implement a server and client in Rust using the Tokio library.

I think Redis is a great server to “build yourself” as you don’t need to start with much to get it going.

[1] https://tokio.rs/tokio/tutorial/setup

Re: The “Build Your Own Redis” Book Is Completed

#6
I am very happy to see more content like this (attempting to teach how to create a real system) becoming available. Few month ago there was a launch announcement of YC backed startup that sell you walk-through labs guiding you to build Redis, Docker, Git and others. (Can't find link to it now.)

What is still missing, in my opinion, and is badly needed, is content or even an idea on how to teach taking such projects from toy prototype version to the production quality one.

Re: The “Build Your Own Redis” Book Is Completed

#9
Looks neat and relatively self contained. I’m adding this to my list of projects to use to learn a new language. I might give it a shot in Kotlin and Zig (I know it and use it, but am not as familiar with its event loop implementation as I’d like to be) over the next few weeks.
Post reply on HN