Compare commits

...

3 Commits

Author SHA1 Message Date
tuannh982
029cd8d327 Merge e63eb9b39b into a8bc6fbcf1 2025-07-11 15:37:03 +08:00
atlnguyen
e63eb9b39b update 2024-05-30 10:51:31 +07:00
atlnguyen
7164f39ecb update README.md 2024-05-30 10:49:15 +07:00

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/) * [**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/) * [**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) * [**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` #### Build your own `Docker`