Compare commits

...

4 Commits

Author SHA1 Message Date
Clifford Fajardo
83ab25ac94 Merge cd054ec5de into cf5d750133 2025-04-11 16:28:07 -03:00
Paul Kuruvilla
cf5d750133 Merge pull request #1414 from maysara-elshewehy/master 2025-04-11 12:13:28 -07:00
Maysara
d6ce7605f0 Add a new tutorial link for zig. 2025-04-11 20:00:24 +02:00
Clifford Fajardo
cd054ec5de Databases - Build Your Own ORM 2019-11-16 17:13:05 -08:00

View File

@@ -123,6 +123,7 @@ It's a great way to learn.
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
* [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)
* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html)
* [**Zig**: _Build Your Own CLI App in Zig from Scratch_](https://rebuild-x.github.io/docs/#/./zig/terminal/cli)
#### Build your own `Database`
@@ -135,7 +136,9 @@ It's a great way to learn.
* [**Go**: _Build Your Own Database from Scratch: Persistence, Indexing, Concurrency_](https://build-your-own.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)