From 99710adce1b048d999091141f16420932a9780d7 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 1 Apr 2017 04:12:00 -0400 Subject: [PATCH] Add README System Design Primer mention --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 90fc253..f5fc063 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,24 @@ The provided [Anki flashcard deck](https://apps.ankiweb.net/) uses spaced repeti Great for use while on-the-go. +### Design Resource: The System Design Primer + +Looking for resources to help you prep for the **System Design** and **Object-Oriented Design interviews**? + +

+ +
+

+ +Check out the sister repo [The System Design Primer](https://github.com/donnemartin/system-design-primer), which contains additional Anki decks: + +* [System design deck](resources/flash_cards/System%20Design.apkg) +* [System design exercises deck](resources/flash_cards/System%20Design%20Exercises.apkg) +* [Object oriented design exercises deck](resources/flash_cards/OO%20Design.apkg) + +
+![](https://camo.githubusercontent.com/e45e39c36eebcc4c66e1aecd4e4145112d8e88e3/687474703a2f2f692e696d6775722e636f6d2f6a6a3341354e382e706e67) + ## Notebook Structure Each challenge has two notebooks, a **challenge notebook** for you to solve and a **solution notebook** for reference.