This commit is contained in:
tuannh982 2025-04-11 16:25:16 -03:00 committed by GitHub
commit 326655fdc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,7 @@ It's a great way to learn.
* [**Python**: _Write your own miniature Redis with Python_](http://charlesleifer.com/blog/building-a-simple-redis-server-with-python/)
* [**Ruby**: _Build your own fast, persistent KV store in Ruby_](https://dineshgowda.com/posts/build-your-own-persistent-kv-store/)
* [**Rust**: _Build your own Redis client and server_](https://tokio.rs/tokio/tutorial/setup)
* [**Scala**: _Build your own SQL query planner from Scratch_](https://github.com/tuannh982/query-planner-guide)
#### Build your own `Docker`