Add build your own cloud network article

https://www.qovery.com/blog/build-your-own-cloud-network
This commit is contained in:
Erèbe - Romain Gerard 2023-10-05 22:19:31 +02:00 committed by GitHub
parent ce73e251ef
commit d5f3bf9462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ It's a great way to learn.
* [Front-end Framework / Library](#build-your-own-front-end-framework--library)
* [Game](#build-your-own-game)
* [Git](#build-your-own-git)
* [Network](#build-your-own-network)
* [Network Stack](#build-your-own-network-stack)
* [Neural Network](#build-your-own-neural-network)
* [Operating System](#build-your-own-operating-system)
@ -228,6 +229,9 @@ It's a great way to learn.
* [**Python**: _ugit: Learn Git Internals by Building Git Yourself_](https://www.leshenko.net/p/ugit/)
* [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby)
#### Build your own `Network`
* [**Linux**: _Build your own cloud network with wireguard_](https://www.qovery.com/blog/build-your-own-cloud-network)
#### Build your own `Network Stack`
* [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/)