Skip to content

Commit a7ab3c0

Browse files
committed
Added more resources.
1 parent 556a1c3 commit a7ab3c0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Diff for: system_design/README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
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.
22
Other than that, this will be just a reference for other material that will better explain system design than I can.
33

44
I would recommend starting with Grokking the System Design Interview eCourse.
55
Worth the money and will fill in a lot of the gaps for a beginner to system design.
66
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.
78

89
## Start Here
910
- [Grokking the System Design Interview](https://www.educative.io/collection/5668639101419520/5649050225344512)
1011
- https://github.com/donnemartin/system-design-primer
1112

1213
## 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)
1618

1719
## 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)
1821
- http://highscalability.com/
1922
- [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

Comments
 (0)