From ff7fd1a39e078a800f08b697bb1cdbd95532ac45 Mon Sep 17 00:00:00 2001 From: Gaurav Sen <59478396+coding-parrot@users.noreply.github.com> Date: Wed, 26 Aug 2020 03:29:10 +0530 Subject: [PATCH] Add playlist link to "Further reading" section This is a popular playlist on YouTube, focused on system design. Includes topics like load balancing, message queues and mock design interview questions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2a1b86d..08203c52 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ You might be asked to do some estimates by hand. Refer to the [Appendix](#appen Check out the following links to get a better idea of what to expect: +* [System Design YouTube Playlist](https://www.youtube.com/playlist?list=PLMCXHnjXnTnvo6alSjVkgxV-VH6EPyvoX) * [How to ace a systems design interview](https://www.palantir.com/2011/10/how-to-rock-a-systems-design-interview/) * [The system design interview](http://www.hiredintech.com/system-design) * [Intro to Architecture and Systems Design Interviews](https://www.youtube.com/watch?v=ZgdS0EUmn70)