Monthly Archives: February 2020


System Design – How to build a scalable system

How to build a scalable system? 1.The most intuitive approach – single webserver and database The system has a single webserver with a database Cons of this design: The webserver and database becomes the bottleneck of the system to be scaled up. 2. System with load balancer and CDN Load […]