This commit is contained in:
Lê Song Tiên Thảo 2026-05-30 14:09:06 +07:00 committed by GitHub
commit 66d121cfd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,7 @@ It's a great way to learn.
* [Web Browser](#build-your-own-web-browser)
* [Web Server](#build-your-own-web-server)
* [Uncategorized](#uncategorized)
* [Marketing Tool](#build-your-own-marketing-tool)
## Tutorials
@ -428,6 +429,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 `Marketing Tool`
* [**Python**: *Build your own MCP Server for Marketers*](https://github.com/thaolst/growth-mcp)
#### Uncategorized
* [**(any)**: _From NAND to Tetris: Building a Modern Computer From First Principles_](http://nand2tetris.org/)