mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-13 00:36:59 +00:00
Compare commits
5 Commits
13cbd6e316
...
5676b7c8a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5676b7c8a1 | ||
|
|
cf5d750133 | ||
|
|
d6ce7605f0 | ||
|
|
b7ce86eac2 | ||
|
|
39de49abc1 |
@@ -36,4 +36,5 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it
|
||||
* [ ] Voxel Engine
|
||||
* [ ] Web Search Engine
|
||||
* [ ] Web Server
|
||||
* [ ] VS Code Extension
|
||||
* [ ] Uncategorized
|
||||
|
||||
@@ -34,6 +34,7 @@ It's a great way to learn.
|
||||
* [Voxel Engine](#build-your-own-voxel-engine)
|
||||
* [Web Browser](#build-your-own-web-browser)
|
||||
* [Web Server](#build-your-own-web-server)
|
||||
* [VS Code Extension](#build-your-own-vs-code-extension)
|
||||
* [Uncategorized](#uncategorized)
|
||||
|
||||
## Tutorials
|
||||
@@ -123,6 +124,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`
|
||||
@@ -408,6 +410,12 @@ It's a great way to learn.
|
||||
* [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html)
|
||||
* [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/)
|
||||
|
||||
#### Build your own `VS Code Extension`
|
||||
|
||||
* [**JavaScript**: _How to Make Your Own VS Code Extension (Ex.Hello World)_](https://www.freecodecamp.org/news/making-vscode-extension)
|
||||
|
||||
* [**TypeScript**: _How to Make Your Own VS Code Extension (Ex.Hello World)_](https://vscode-docs.readthedocs.io/en/stable/extensions/example-hello-world)
|
||||
|
||||
#### Uncategorized
|
||||
|
||||
* [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/)
|
||||
|
||||
Reference in New Issue
Block a user