mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
Merge a8910ce2d6 into 76d1a261bd
This commit is contained in:
commit
5a47151172
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ It's a great way to learn.
|
||||||
* [Front-end Framework / Library](#build-your-own-front-end-framework--library)
|
* [Front-end Framework / Library](#build-your-own-front-end-framework--library)
|
||||||
* [Game](#build-your-own-game)
|
* [Game](#build-your-own-game)
|
||||||
* [Git](#build-your-own-git)
|
* [Git](#build-your-own-git)
|
||||||
|
* [Network](#build-your-own-network)
|
||||||
* [Network Stack](#build-your-own-network-stack)
|
* [Network Stack](#build-your-own-network-stack)
|
||||||
* [Neural Network](#build-your-own-neural-network)
|
* [Neural Network](#build-your-own-neural-network)
|
||||||
* [Operating System](#build-your-own-operating-system)
|
* [Operating System](#build-your-own-operating-system)
|
||||||
|
|
@ -232,6 +233,9 @@ It's a great way to learn.
|
||||||
* [**Python**: _ugit: Learn Git Internals by Building Git Yourself_](https://www.leshenko.net/p/ugit/)
|
* [**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)
|
* [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby)
|
||||||
|
|
||||||
|
#### Build your own `Network`
|
||||||
|
* [**Linux**: _Build your own (IPv6) network with wireguard_](https://www.qovery.com/blog/build-your-own-network-with-linux-and-wireguard)
|
||||||
|
|
||||||
#### Build your own `Network Stack`
|
#### Build your own `Network Stack`
|
||||||
|
|
||||||
* [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/)
|
* [**C**: _Beej's Guide to Network Programming_](http://beej.us/guide/bgnet/)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue