You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> A hands-on, code-first course to master scalable systems, tailored for Senior Engineering Interviews.
8
+
> A personal collection of verifiable, code-first System Design patterns.
9
+
10
+
Most System Design resources are static diagrams. This repository aims to make these concepts **executable** to understand how they actually work under the hood.
11
+
I built this to educate myself on **Race Conditions**, **Database Sharding**, **Consistent Hashing**, and **Distributed Transactions** by simulating them in Python.
9
12
10
-
Most System Design resources are static diagrams. This repository is **executable**.
11
-
We simulate **Race Conditions**, **Database Sharding**, **Consistent Hashing**, **LLM Inference**, and **Distributed Transactions** right in your terminal.
0 commit comments