mirror of
https://github.com/systemdesign42/system-design.git
synced 2025-12-26 18:26:39 +08:00
Compare commits
9 Commits
ef24cdd884
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5579ed8557 | |||
| 6379196a4f | |||
| 6fac36feb3 | |||
| 748d36b708 | |||
| 4815ec3d5b | |||
| 520b23ad36 | |||
| 8b0781f308 | |||
| c3815956e5 | |||
| 4ecdc2396d |
28
README.md
28
README.md
@ -1,10 +1,10 @@
|
||||
<p>
|
||||
<a href="https://newsletter.systemdesign.one/subscribe"><img src="https://i.imgur.com/7pV1SWj.png" /> </a>
|
||||
<a href="https://newsletter.systemdesign.one/join"><img src="https://i.imgur.com/7pV1SWj.png" /> </a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
👋
|
||||
<a href="https://newsletter.systemdesign.one/subscribe">
|
||||
<a href="https://newsletter.systemdesign.one/join">
|
||||
<b> Join Newsletter </b>
|
||||
</a>
|
||||
</p>
|
||||
@ -35,7 +35,7 @@
|
||||
|:-: |:-: |:-: |:-: |:-: |:-: |:-: |:-: |:-: |
|
||||
| [](#-interview) | [](#a-interview) | [](#b-interview) | [](#c-interview) | [](#d-interview) | [](#e-interview) | [](#f-interview) | [](#g-interview) | [](#h-interview) |
|
||||
| [](#i-interview) | [](#j-interview) | [](#k-interview) | [](#l-interview) | [](#m-interview) | [](#n-interview) | [](#o-interview) | [](#p-interview) | [](#q-interview) |
|
||||
| [](#r-interview) | [S](#s-interview) | [T](#t-interview) | [](#u-interview) | [](#v-interview) | [](#w-interview) | [](#x-interview) | [](#y-interview) | [](#z-interview) |
|
||||
| [](#r-interview) | [S](#s-interview) | [T](#t-interview) | [](#u-interview) | [](#v-interview) | [W](#w-interview) | [](#x-interview) | [](#y-interview) | [](#z-interview) |
|
||||
|
||||
|
||||
|
||||
@ -224,6 +224,7 @@
|
||||
- [Consistent Hashing](https://systemdesign.one/consistent-hashing-explained/)
|
||||
- [Concurrency Is Not Parallelism](https://newsletter.systemdesign.one/p/concurrency-is-not-parallelism)
|
||||
- [15 Pitfalls That Break Cloud Systems](https://newsletter.systemdesign.one/p/cloud-system-design)
|
||||
- [What is Context Engineering?](https://newsletter.systemdesign.one/p/what-is-context-engineering)
|
||||
|
||||
|
||||
#### D technologies
|
||||
@ -231,6 +232,7 @@
|
||||
- [How Databases Keep Passwords Securely](https://newsletter.systemdesign.one/p/how-to-store-passwords-in-database)
|
||||
- [How DNS Works](https://newsletter.systemdesign.one/p/what-is-a-dns-server-and-how-does-it-work)
|
||||
- [Deployment Patterns](https://newsletter.systemdesign.one/p/deployment-patterns)
|
||||
- [Distributed Systems Deep Dive](https://newsletter.systemdesign.one/p/distributed-systems)
|
||||
|
||||
|
||||
|
||||
@ -268,6 +270,7 @@
|
||||
- [Microservices Lessons From Netflix](https://newsletter.systemdesign.one/p/netflix-microservices)
|
||||
- [How Shopify Handled 30TB per Minute With a Modular Monolith Architecture](https://newsletter.systemdesign.one/p/modular-monolith)
|
||||
- [1 Simple Technique to Scale Microservices Architecture](https://newsletter.systemdesign.one/p/how-to-scale-microservices)
|
||||
- [MCP - A Deep Dive](https://newsletter.systemdesign.one/p/how-mcp-works)
|
||||
|
||||
#### N technologies
|
||||
|
||||
@ -293,6 +296,8 @@
|
||||
- [How Sidecar Pattern Works](https://newsletter.systemdesign.one/p/sidecar-pattern)
|
||||
- [Stacked Diffs, Simply Explained](https://newsletter.systemdesign.one/p/stacked-diffs)
|
||||
- [How Stock Exchange Works - Part 1](https://newsletter.systemdesign.one/p/stock-exchange-system-design)
|
||||
- [How Stock Exchange Handles Concurrency at Scale - Part 2](https://newsletter.systemdesign.one/p/disruptor-pattern)
|
||||
- [Design Stock Exchange: A Deep Dive - Part 3](https://newsletter.systemdesign.one/p/system-design-stock-exchange)
|
||||
|
||||
#### W technologies
|
||||
|
||||
@ -310,6 +315,10 @@
|
||||
#### T interview
|
||||
- [Design Twitter/X Timeline - A Frontend Deep Dive](https://newsletter.systemdesign.one/p/system-design-interview-twitter)
|
||||
|
||||
|
||||
#### W interview
|
||||
- [Design WhatsApp](https://newsletter.systemdesign.one/p/whatsapp-system-design), [Part 2](https://newsletter.systemdesign.one/p/design-a-chat-system)
|
||||
|
||||
---
|
||||
|
||||
## Software White Papers
|
||||
@ -330,6 +339,19 @@
|
||||
|
||||
---
|
||||
|
||||
<p>
|
||||
<a href="https://newsletter.systemdesign.one/join"><img src="https://i.imgur.com/7pV1SWj.png" /> </a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
👋
|
||||
<a href="https://newsletter.systemdesign.one/join">
|
||||
<b> Join Newsletter Now </b>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
<p>Licensed under <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-ND 4.0</p>
|
||||
|
||||
Reference in New Issue
Block a user