From cb398aa88bb30ecb4a5c95ced11eb21ca390591a Mon Sep 17 00:00:00 2001 From: Wee Hong <weehongayden.developer@hotmail.com> Date: Fri, 17 Sep 2021 00:21:43 +0800 Subject: [PATCH] content: add Books section (#225) --- contents/system-design.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contents/system-design.md b/contents/system-design.md index f65240d2..f9909ba2 100644 --- a/contents/system-design.md +++ b/contents/system-design.md @@ -30,3 +30,6 @@ System design content is still work-in-progress, but there are some resources to - [System Design Primer](https://github.com/donnemartin/system-design-primer) - Most comprehensive resource on system design out there. Recommended only if you have a ton of time to spare. - [System Design Interview](https://github.com/checkcheckzz/system-design-interview) - Contains many links to tips about system design, system design-related topics and engineering blogs of famous companies. - [System Design Cheatsheet](https://gist.github.com/vasanthk/485d1c25737e8e72759f) - Brief and concise content. Serves as a good revision right before your system design interview. + +## Books +- [System Design Interview – An insider's guide, Second Edition](https://www.amazon.com/System-Design-Interview-insiders-Second/dp/B08CMF2CQF) - Beginner friendly resource to learn about system design, the content is easy to read and understand.