mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-13 00:36:59 +00:00
Compare commits
6 Commits
1ddc6ed698
...
7a1bf39dba
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a1bf39dba | ||
|
|
cf5d750133 | ||
|
|
d6ce7605f0 | ||
|
|
75b4155cc1 | ||
|
|
5884bb6aba | ||
|
|
ea1291397e |
@@ -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`
|
||||
@@ -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]
|
||||
* [**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)
|
||||
* [**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)
|
||||
|
||||
#### Build your own `Emulator / Virtual Machine`
|
||||
|
||||
Reference in New Issue
Block a user