Compare commits

...

3 Commits

Author SHA1 Message Date
Vinay Gawade
5676b7c8a1 Merge b7ce86eac2 into cf5d750133 2025-04-11 16:26:36 -03:00
Vinay Gawade
b7ce86eac2 Added Italic effect. 2022-10-12 15:52:39 +05:30
vinugawade
39de49abc1 Added New Category & Tutorial content for VS Code Extension. 2022-10-09 19:20:08 +05:30
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 * [ ] Voxel Engine
* [ ] Web Search Engine * [ ] Web Search Engine
* [ ] Web Server * [ ] Web Server
* [ ] VS Code Extension
* [ ] Uncategorized * [ ] Uncategorized

View File

@@ -34,6 +34,7 @@ It's a great way to learn.
* [Voxel Engine](#build-your-own-voxel-engine) * [Voxel Engine](#build-your-own-voxel-engine)
* [Web Browser](#build-your-own-web-browser) * [Web Browser](#build-your-own-web-browser)
* [Web Server](#build-your-own-web-server) * [Web Server](#build-your-own-web-server)
* [VS Code Extension](#build-your-own-vs-code-extension)
* [Uncategorized](#uncategorized) * [Uncategorized](#uncategorized)
## Tutorials ## 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) * [**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/) * [**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 #### Uncategorized
* [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/) * [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/)