Compare commits

...

6 Commits

Author SHA1 Message Date
Litchi Pi
7a1bf39dba Merge 75b4155cc1 into cf5d750133 2025-04-11 16:26:42 -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
Litchi Pi (Tim)
75b4155cc1 Merge branch 'codecrafters-io:master' into master 2023-07-28 20:43:02 +02:00
Litchi Pi (Tim)
5884bb6aba Update README.md 2023-07-28 20:42:31 +02:00
Litchi Pi
ea1291397e Add tutorial "Writing a container in Rust"
Signed-off-by: Litchi Pi <litchi.pi@protonmail.com>
2022-08-23 11:54:21 +02: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) * [**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`
@@ -147,6 +148,7 @@ It's a great way to learn.
* [**Go**: _Building a container from scratch in Go_](https://www.youtube.com/watch?v=8fi7uSYlOdc) [video] * [**Go**: _Building a container from scratch in Go_](https://www.youtube.com/watch?v=8fi7uSYlOdc) [video]
* [**Python**: _A workshop on Linux containers: Rebuild Docker from Scratch_](https://github.com/Fewbytes/rubber-docker) * [**Python**: _A workshop on Linux containers: Rebuild Docker from Scratch_](https://github.com/Fewbytes/rubber-docker)
* [**Python**: _A proof-of-concept imitation of Docker, written in 100% Python_](https://github.com/tonybaloney/mocker) * [**Python**: _A proof-of-concept imitation of Docker, written in 100% Python_](https://github.com/tonybaloney/mocker)
* [**Rust**: _Writing a container in Rust_](https://litchipi.site/serie/containers_in_rust)
* [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker) * [**Shell**: _Docker implemented in around 100 lines of bash_](https://github.com/p8952/bocker)
#### Build your own `Emulator / Virtual Machine` #### Build your own `Emulator / Virtual Machine`