Horizontal Scaling: Solving One Problem, Creating Another
When learning system design, we are almost always fed the exact same doctrine: start with one API + one Database, then as traffic increases, add a L…
Tech news from the best sources
When learning system design, we are almost always fed the exact same doctrine: start with one API + one Database, then as traffic increases, add a L…
In my previous article , we talked about why big databases (like Postgres or MySQL) act like a remote, slow mega-warehouse. Meanwhile, SQLite acts l…
Imagine you are running a business. You need to save and retrieve files every day. You have two choices: The Remote Mega-Warehouse: A massive, high-…