From 3be7a59e2de4d82754e77ac079f8633b1c4e75f1 Mon Sep 17 00:00:00 2001 From: Avish Cheetaram Date: Mon, 10 Jul 2017 22:25:16 +0400 Subject: [PATCH] Added System Design to reading Learning how to design scalable systems will help you become a better engineer. --- extras/readings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/readings.md b/extras/readings.md index d31fddc..3b28aa8 100644 --- a/extras/readings.md +++ b/extras/readings.md @@ -42,7 +42,7 @@ Name | Author(s) [Computer Networking: A Top-Down Approach (6th Edition)](https://www.amazon.com/Computer-Networking-A-Top-Down-Approach/dp/1292153598/) | James F Kurose, Keith W Ross [Distributed Systems: Principles and Paradigms](https://www.amazon.com/Distributed-Systems-Principles-Andrew-Tanenbaum/dp/153028175X) | Andrew Tanenbaum [Distributed Systems Reading Group](http://dsrg.pdos.csail.mit.edu/papers/) | Various - +[System Design: Design large-scale systems](https://github.com/donnemartin/system-design-primer) | Various ## Theory Name | Author(s)