Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Aug 1, 2023
1 parent f2515a6 commit 221bc21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
- [What happens when you start a process on Linux?](https://jvns.ca/blog/2016/10/04/exec-will-eat-your-brain/)
- [What happens when you update your DNS?](https://jvns.ca/blog/how-updating-dns-works/)
- [What happens when...](https://github.com/alex/what-happens-when)
- Low-Level Studd:
- [Putting the “You” in CPU](https://cpu.land/)
- Hard Stuff:
- [Hard things in Computer Science](https://blog.frankel.ch/hard-things-computer-science/)
- [How to name things: the hardest problem in programming](https://www.slideshare.net/pirhilton/how-to-name-things-the-hardest-problem-in-programming)
Expand Down
1 change: 1 addition & 0 deletions src/from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Tutorials:
- [Statically Recompiling NES Games into Native Executables with LLVM and Go](https://andrewkelley.me/post/jamulator.html)
- [A slack clone in 5 lines of bash](https://the-dam.org/docs/explanations/suc.html)
- [NTP Implementation in Elixir](https://0x7f.dev/post/ntp-implementation-in-elixir/)
- [A minimal operating system (2K LOC) on QEMU and a RISC-V board](https://github.com/yhzhang0128/egos-2000)

Lists:
- [Build your own X](https://github.com/codecrafters-io/build-your-own-x)
Expand Down
1 change: 1 addition & 0 deletions src/system-design.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Microservices, Distributed Systems & System Design

- [From Microservices to Distributed Systems: A Survival Guide for Java Devs](https://dzone.com/articles/from-microservices-to-distributed-systems-survival)
- [Learning about distributed systems: where to start?](https://muratbuffalo.blogspot.com/2020/06/learning-about-distributed-systems.html?m=1)
- [Microservices Patterns](https://microservices.io/patterns/index.html)
- [Patterns of Distributed Systems](https://martinfowler.com/articles/patterns-of-distributed-systems/)
- Vitillo, [Understanding Distributed Systems. What every developer should know about large distributed applications](https://understandingdistributed.systems/)
Expand Down

0 comments on commit 221bc21

Please sign in to comment.