From b64496dd587a66fc1e3ca75df3a8726d4c6f6482 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sun, 16 Apr 2017 15:32:18 -0700 Subject: [PATCH] Follow-up to #181: Add the System Design Primer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa8bf9..35b68cc 100644 --- a/README.md +++ b/README.md @@ -1271,7 +1271,8 @@ You'll get more graph practice in Skiena's book (see Books section below) and th - [Timelines at Scale](https://www.infoq.com/presentations/Twitter-Timeline-Scalability) - For even more, see "Mining Massive Datasets" video series in the Video Series section. - [ ] Practicing the system design process: Here are some ideas to try working through on paper, each with some documentation on how it was handled in the real world: - - review: [System Design from HiredInTech](http://www.hiredintech.com/system-design/) + - review: [The System Design Primer](https://github.com/donnemartin/system-design-primer) + - [System Design from HiredInTech](http://www.hiredintech.com/system-design/) - [cheat sheet](https://github.com/jwasham/coding-interview-university/blob/master/extras/cheat%20sheets/system-design.pdf) - flow: 1. Understand the problem and scope: