Compare commits
6 Commits
0e4f2a7a74
...
4ffe877393
Author | SHA1 | Date | |
---|---|---|---|
|
4ffe877393 | ||
|
0fc8171669 | ||
|
3191380eaa | ||
|
05f40aef71 | ||
|
39534a58d9 | ||
|
eb772fdc95 |
@ -133,7 +133,7 @@ It's a great way to learn.
|
||||
* [**Clojure**: _An Archaeology-Inspired Database_](http://aosabook.org/en/500L/an-archaeology-inspired-database.html)
|
||||
* [**Crystal**: _Why you should build your own NoSQL Database_](https://medium.com/@marceloboeira/why-you-should-build-your-own-nosql-database-9bbba42039f5)
|
||||
* [**Go**: _Build Your Own Database from Scratch: Persistence, Indexing, Concurrency_](https://build-your-own.org/database/)
|
||||
* [**Go**: _Build Your Own Redis from Scratch](https://www.build-redis-from-scratch.dev/)
|
||||
* [**Go**: _Build Your Own Redis from Scratch_](https://www.build-redis-from-scratch.dev/)
|
||||
* [**JavaScript**: _Dagoba: an in-memory graph database_](http://aosabook.org/en/500L/dagoba-an-in-memory-graph-database.html)
|
||||
* [**Python**: _DBDB: Dog Bed Database_](http://aosabook.org/en/500L/dbdb-dog-bed-database.html)
|
||||
* [**Python**: _Write your own miniature Redis with Python_](http://charlesleifer.com/blog/building-a-simple-redis-server-with-python/)
|
||||
@ -171,7 +171,6 @@ It's a great way to learn.
|
||||
* [**JavaScript**: _A DIY guide to build your own React_](https://github.com/hexacta/didact)
|
||||
* [**JavaScript**: _Building React From Scratch_](https://www.youtube.com/watch?v=_MAD4Oly9yg) [video]
|
||||
* [**JavaScript**: _Gooact: React in 160 lines of JavaScript_](https://medium.com/@sweetpalma/gooact-react-in-160-lines-of-javascript-44e0742ad60f)
|
||||
* [**JavaScript**: _React Internals_](http://www.mattgreer.org/articles/react-internals-part-one-basic-rendering/)
|
||||
* [**JavaScript**: _Learn how React Reconciler package works by building your own lightweight React DOM_](https://hackernoon.com/learn-you-some-custom-react-renderers-aed7164a4199)
|
||||
* [**JavaScript**: _Build Yourself a Redux_](https://zapier.com/engineering/how-to-build-redux/)
|
||||
* [**JavaScript**: _Let’s Write Redux!_](https://www.jamasoftware.com/blog/lets-write-redux/)
|
||||
@ -275,7 +274,7 @@ It's a great way to learn.
|
||||
* [**C++**: _Writing a Bootloader_](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/)
|
||||
* [**Rust**: _Writing an OS in Rust_](https://os.phil-opp.com/)
|
||||
* [**Rust**: _Add RISC-V Rust Operating System Tutorial_](https://osblog.stephenmarz.com/)
|
||||
* [**(any)**: Linux from scratch](https://linuxfromscratch.org/lfs)
|
||||
* [**(any)**: _Linux from scratch_](https://linuxfromscratch.org/lfs)
|
||||
|
||||
#### Build your own `Physics Engine`
|
||||
|
||||
@ -438,7 +437,7 @@ It's a great way to learn.
|
||||
* [**JavaScript**: _Build a ride hailing app with React Native_](https://pusher.com/tutorials/ride-hailing-react-native)
|
||||
* [**JavaScript**: _Build Your Own AdBlocker in (Literally) 10 Minutes_](https://levelup.gitconnected.com/building-your-own-adblocker-in-literally-10-minutes-1eec093b04cd)
|
||||
* [**Kotlin**: _Build Your Own Cache_](https://github.com/kezhenxu94/cache-lite)
|
||||
* [**Lua**: Building a CDN from Scratch to Learn about CDN](https://github.com/leandromoreira/cdn-up-and-running)
|
||||
* [**Lua**: _Building a CDN from Scratch to Learn about CDN_](https://github.com/leandromoreira/cdn-up-and-running)
|
||||
* [**Nim**: _Writing a Redis Protocol Parser_](https://xmonader.github.io/nimdays/day12_resp.html)
|
||||
* [**Nim**: _Writing a Build system_](https://xmonader.github.io/nimdays/day11_buildsystem.html)
|
||||
* [**Nim**: _Writing a MiniTest Framework_](https://xmonader.github.io/nimdays/day08_minitest.html)
|
||||
|
Loading…
Reference in New Issue
Block a user