mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-13 00:36:59 +00:00
Compare commits
4 Commits
f59d4320da
...
47cf6ca669
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47cf6ca669 | ||
|
|
cf5d750133 | ||
|
|
d6ce7605f0 | ||
|
|
8a96264892 |
@@ -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`
|
||||
@@ -396,6 +397,7 @@ It's a great way to learn.
|
||||
|
||||
#### Build your own `Web Server`
|
||||
|
||||
* [**C++**: _Lightweight Web Server Learning_](https://github.com/qinguoyi/TinyWebServer)
|
||||
* [**C#**: _Writing a Web Server from Scratch_](https://www.codeproject.com/Articles/859108/Writing-a-Web-Server-from-Scratch)
|
||||
* [**Node.js**: _Build Your Own Web Server From Scratch In JavaScript_](https://build-your-own.org/webserver/)
|
||||
* [**Node.js**: _Let's code a web server from scratch with NodeJS Streams_](https://www.codementor.io/@ziad-saab/let-s-code-a-web-server-from-scratch-with-nodejs-streams-h4uc9utji)
|
||||
|
||||
Reference in New Issue
Block a user