1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-11 01:24:05 +02:00

Add a new tutorial link for zig.

This commit is contained in:
Maysara
2025-04-11 20:00:24 +02:00
committed by GitHub
parent 7b7d32b819
commit d6ce7605f0

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`