mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-13 16:56:59 +00:00
Compare commits
4 Commits
0e02ea04db
...
6f5bcb7248
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f5bcb7248 | ||
|
|
cf5d750133 | ||
|
|
d6ce7605f0 | ||
|
|
7a05af07b8 |
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
## Build your own <insert-technology-here>
|
## 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.
|
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)
|
* [**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`
|
||||||
@@ -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)
|
* [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager)
|
||||||
|
|
||||||
## Contribute
|
## 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"
|
* Help us review [pending submissions](https://github.com/codecrafters-io/build-your-own-x/issues) by leaving comments and "reactions"
|
||||||
|
|
||||||
## Origins & License
|
## Origins & License
|
||||||
|
|||||||
Reference in New Issue
Block a user