mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-13 08:47:00 +00:00
Compare commits
5 Commits
116f3ce66b
...
326655fdc6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
326655fdc6 | ||
|
|
cf5d750133 | ||
|
|
d6ce7605f0 | ||
|
|
e63eb9b39b | ||
|
|
7164f39ecb |
@@ -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)
|
* [**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**: _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)
|
* [**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`
|
#### Build your own `Database`
|
||||||
@@ -139,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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user