Compare commits

...

4 Commits

Author SHA1 Message Date
SmashedFrenzy16
6f5bcb7248 Merge 7a05af07b8 into cf5d750133 2025-04-11 16:26:13 -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
SmashedFrenzy16
7a05af07b8 Update README.md with formatting changes 2023-04-02 19:26:54 +01:00

View File

@@ -2,9 +2,9 @@
## Build your own <insert-technology-here>
This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.
This repository is a compilation of excellent-written, step-by-step guides for re-creating our favorite technologies from scratch!
> *What I cannot create, I do not understand — Richard Feynman.*
> *What I cannot create, I do not understand — Richard Feynman (1988)*
It's a great way to learn.
@@ -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`
@@ -472,7 +473,7 @@ It's a great way to learn.
* [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager)
## Contribute
* Submissions welcome, just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new)
* Submissions are welcome, just [send a PR](https://github.com/codecrafters-io/build-your-own-x/pulls), or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new)
* Help us review [pending submissions](https://github.com/codecrafters-io/build-your-own-x/issues) by leaving comments and "reactions"
## Origins & License