This commit is contained in:
Clifford Fajardo 2026-06-29 10:40:48 +01:00 committed by GitHub
commit 03c5e64d9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,7 +147,9 @@ It's a great way to learn.
* [**Go**: _Code a database in 45 steps: a series of test-driven small coding puzzles_](https://trialofcode.org/database/)
* [**Go**: _Build Your Own Redis from Scratch_](https://www.build-redis-from-scratch.dev/)
* [**JavaScript**: _Dagoba: an in-memory graph database_](http://aosabook.org/en/500L/dagoba-an-in-memory-graph-database.html)
* [**JavaScript**: _Build your own ORM_](https://learn.co/lessons/javascript-orm-intro)
* [**Python**: _DBDB: Dog Bed Database_](http://aosabook.org/en/500L/dbdb-dog-bed-database.html)
* [**Python**: _Build your own ORM_](https://www.youtube.com/watch?v=6rw0p9AOYb8)
* [**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)