diff --git a/README.md b/README.md index 3c9bcd9..7854658 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Feel free to go through other lectures if needed. * [Designing data intensive appliations]() This is by far one of the best books about large-scale systems and the practical challenges encountered during building them. It's focussed more on data-oriented applications though. +* [The System Design Manual](https://systemdesignmanual.com/) Covers the core aspects of distributed systems, like: network fundamentals, the theory underpinning distributed systems, architectural patterns of scalable systems, stability patterns that harden systems against failures and operational best-practices on how to maintain large-scale systems with a small team. + These talks should give you a starting point on how to think about such problems. ## Basics