You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -922,6 +922,7 @@ The best way to learn is to learn by doing.
922
922
-[Write a time-series database engine from scratch](https://nakabonne.dev/posts/write-tsdb-from-scratch/)
923
923
-[7 GUIs to build to learn fundamental UI programming skills](https://eugenkiss.github.io/7guis/tasks/)
924
924
-[A list of programming playgrounds](https://jvns.ca/blog/2023/04/17/a-list-of-programming-playgrounds/), Julia Evans
925
+
-[Write more "useless" software](https://ntietz.com/blog/write-more-useless-software/)
925
926
926
927
Practice:
927
928
@@ -964,6 +965,7 @@ Practice:
964
965
965
966
-[NandGame](https://nandgame.com/): build a computer from scratch.
966
967
-[What Every Programmer Should Know About SSDs](http://databasearchitects.blogspot.com/2021/06/what-every-programmer-should-know-about.html)
968
+
-[How To Make A CPU - A Simple Picture Based Explanation](https://blog.robertelder.org/how-to-make-a-cpu/)
967
969
968
970
### HTTP
969
971
@@ -1642,6 +1644,7 @@ Articles:
1642
1644
- Building Schema Based Testing Infrastructure for service development
1643
1645
-[Patterns of Distributed Systems](https://martinfowler.com/articles/patterns-of-distributed-systems/), MartinFowler.com
1644
1646
-[ConwaysLaw](https://martinfowler.com/bliki/ConwaysLaw.html), MartinFowler.com (regarding organization, check out my [engineering-management](https://github.com/charlax/engineering-management/) list.
1647
+
-[The C4 model for visualising software architecture](https://c4model.com/)
0 commit comments