This commit is contained in:
scarruth1872
2025-04-11 16:24:55 -03:00
committed by GitHub
3 changed files with 201 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ It's a great way to learn.
* [Web Browser](#build-your-own-web-browser)
* [Web Server](#build-your-own-web-server)
* [Uncategorized](#uncategorized)
* [Fitness App](#build-your-own-fitness-app)
## Tutorials
@@ -409,6 +410,10 @@ 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 `Fitness App`
* [**JavaScript**: _Build a simple fitness app similar to Fitbud_](tutorials/fitness-app.md)
#### Uncategorized
* [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/)