mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2025-08-31 14:50:48 +00:00
Merge b7ce86eac2
into cf5d750133
This commit is contained in:
@@ -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
|
||||
@@ -409,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