Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joseteodoro/awesome-system-design
system design links to improve tech skills
https://github.com/joseteodoro/awesome-system-design
List: awesome-system-design
Last synced: about 1 month ago
JSON representation
system design links to improve tech skills
- Host: GitHub
- URL: https://github.com/joseteodoro/awesome-system-design
- Owner: joseteodoro
- Created: 2023-01-23T11:13:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T11:18:55.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T00:34:32.423Z (8 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-system-design - System design links to improve tech skills. (Other Lists / PowerShell Lists)
README
# awesome-system-design
System design links to improve tech skills. I've put those links here to help myself, but decided to leave it public to help other people too.
## Things you must know in System Design
- [#](https://bit.ly/3SuUR0Y) System design basics
- [#](https://bit.ly/3slq5xh) Horizontal and vertical scaling
- [#](https://bit.ly/3sp0FP4) Load balancing and Message queues
- [#](https://bit.ly/3DnEfEm) High-level design and low-level design, Consistent Hashing, Monolithic and Microservices architecture
- [#](https://bit.ly/3SvyVDc) Caching, Indexing, Proxies
- [#](https://bit.ly/3TOHQRb) Networking, How Browsers work, Content Network Delivery ( CDN)
- [#](https://bit.ly/3CZtfLN) Database Sharding, CAP Theorem, Database schema Design
- [#](https://bit.ly/3sqQrhj) Concurrency, API, Components + OOP + Abstraction
- [#](https://bit.ly/3z9dSPN) Estimation and Planning, Performance
- [#](https://bit.ly/3zcsfmv) Map Reduce, Patterns, and Microservices
- [#](https://bit.ly/3z8Aa49) SQL vs NoSQL and Cloud
- [#](https://bit.ly/3Dp40Ux) Most Popular System Design Questions
## System Design Case Studies
- [#](https://bit.ly/3GrAUG1) Design Netflix
- [#](https://bit.ly/3OgGJrL) Design Reddit
- [#](https://bit.ly/3DoAAXi) Design Messenger App
- [#](https://bit.ly/3BFeHlh) Design Instagram
- [#](https://bit.ly/3SnhncU) Design Dropbox
- [#](https://bit.ly/3dFyvvy) Design Youtube
- [#](https://bit.ly/3Mcyj3X) Design Tinder
- [#](https://bit.ly/3E7IgO5) Design Yelp
- [#](https://bit.ly/3M2GOhP) Design Whatsapp
- [#](https://bit.ly/3xP078x) Design URL shortener
- [#](https://bit.ly/3hVpWP4) Design Amazon Prime Video
- [#](https://bit.ly/3qIG9Ih) Design Twitter
- [#](https://bit.ly/3fyvnlT) Design Uber
- [#](https://bit.ly/3UUlKxP) Design TikTok
- [#](https://bit.ly/3RldaW7) Design Facebook's Newsfeed
- [#](https://bit.ly/3DPZTBB) Design Web Crawler
- [#](https://bit.ly/3BIVuh7) Design API Rate Limiter
- [#](https://bit.ly/3dCG1rc) All solved case studies
- [#](https://bit.ly/3Om9d3H) System Design Important terms
- [#](https://bit.ly/3E9oH7K) Most Popular System Design Questions
- [#](https://bit.ly/3rG1cfr) Complete System Design Basics Series