|
1 |
| -I'll be using this to fill in some content that was not covered enough. |
| 1 | +I'll be using this section to fill in some content that may have not been covered enough. |
2 | 2 | Other than that, this will be just a reference for other material that will better explain system design than I can.
|
3 | 3 |
|
4 | 4 | I would recommend starting with Grokking the System Design Interview eCourse.
|
5 | 5 | Worth the money and will fill in a lot of the gaps for a beginner to system design.
|
6 | 6 | Use the YouTube channels as supplement and Google's SRE eBook for context to some real life scenario debugging.
|
| 7 | +I highly recommend picking up "Designing Data-Intensive Applications" book, really good read and to the point. |
7 | 8 |
|
8 | 9 | ## Start Here
|
9 | 10 | - [Grokking the System Design Interview](https://www.educative.io/collection/5668639101419520/5649050225344512)
|
10 | 11 | - https://github.com/donnemartin/system-design-primer
|
11 | 12 |
|
12 | 13 | ## YouTube suggestions
|
13 |
| -I recommend checking this guy's channel (Success in Tech). I would actually avoid Tushar Roy's channel, the quality of system design isn't on par. Another possible channel is Gaurav Sen. |
14 |
| -- https://www.youtube.com/channel/UC-vYrOAmtrx9sBzJAf3x_xw |
15 |
| -- https://www.youtube.com/channel/UCRPMAqdtSgd0Ipeef7iFsKw |
| 14 | +I recommend checking out "Success in Tech" and "Gaurav Sen" on YouTube. |
| 15 | +I would avoid Tushar Roy's YouTube channel, the quality of system design isn't on par, his channel is only good for DS & Algos. |
| 16 | +- [Success in Tech's System Design YouTube Playlist](https://www.youtube.com/watch?v=0163cssUxLA&list=PLA8lYuzFlBqAy6dkZHj5VxUAaqr4vwrka) |
| 17 | +- [Gaurav Sen's System Design YouTube Playlist](https://www.youtube.com/watch?v=quLrc3PbuIw&list=PLMCXHnjXnTnvo6alSjVkgxV-VH6EPyvoX) |
16 | 18 |
|
17 | 19 | ## Other Resources
|
| 20 | +- [Designing Data-Intensive Applications Book](https://www.amazon.com/gp/product/1449373321?pf_rd_p=183f5289-9dc0-416f-942e-e8f213ef368b&pf_rd_r=NZSW6YF36GPNR9EM27XB) |
18 | 21 | - http://highscalability.com/
|
19 | 22 | - [Free Google SRE eBook](https://landing.google.com/sre/sre-book/toc/)
|
20 |
| -- https://cloud.google.com/kubernetes-engine/kubernetes-comic/ |
| 23 | +- [Kubernetes Beginner Comic](https://cloud.google.com/kubernetes-engine/kubernetes-comic/) |
0 commit comments