This commit is contained in:
Vinay Gawade 2024-03-29 10:40:48 +05:30 committed by GitHub
commit d2a9b518cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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/)