@ -380,6 +381,12 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
* [**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/)