|
133 | 133 | "title": "Distributed-Systems Fundamentals, Time, Ordering, and Consistency", |
134 | 134 | "path": "systemdesign/distributed-systems-time-ordering-consistency" |
135 | 135 | }, |
| 136 | + { |
| 137 | + "title": "Replication, Partitioning, Sharding, and Quorum Systems", |
| 138 | + "path": "systemdesign/replication-partitioning-sharding-quorum-systems" |
| 139 | + }, |
136 | 140 | { |
137 | 141 | "title": "Coordination, Consensus, Leader Election, Leases, and Distributed Locks", |
138 | 142 | "path": "systemdesign/coordination-consensus-leases-locks" |
|
141 | 145 | "title": "Resilience, Retries, Backpressure, and Overload Control", |
142 | 146 | "path": "systemdesign/resilience-retries-backpressure-overload" |
143 | 147 | }, |
| 148 | + { |
| 149 | + "title": "Messaging, Event-Driven Architecture, and Stream Processing", |
| 150 | + "path": "systemdesign/messaging-event-driven-stream-processing" |
| 151 | + }, |
| 152 | + { |
| 153 | + "title": "Observability, SRE, Capacity Planning, and Incident Response", |
| 154 | + "path": "systemdesign/observability-sre-capacity-planning-incident-response" |
| 155 | + }, |
| 156 | + { |
| 157 | + "title": "Distributed Transactions, Sagas, Outbox, and Reliable Workflows", |
| 158 | + "path": "systemdesign/distributed-transactions-sagas-outbox-reliable-workflows" |
| 159 | + }, |
144 | 160 | { |
145 | 161 | "title": "Architecture Styles, Modular Monoliths, Microservices, and Service Boundaries", |
146 | 162 | "path": "systemdesign/architecture-styles-modular-monoliths-microservices-service-boundaries" |
|
0 commit comments