System Design
Writing collected under this topic.
System DesignGuide to Content Delivery Network
CDN is one of the backbone of modern world internet infrastructure. Learn about Content Delivery Network, it's working, types and benefits.
System DesignUnderstanding Reverse Proxy
Learn about reverse proxy, how it is different from forward proxy and explore advantages of using it in system design.
System DesignCAP Theorem Explained
Learn the concept and misconceptions around popular CAP theorem in system design.
System DesignLoad Balancing 101
Complete guide on load balancers explaining the internal working and how does it help in making applications efficient.
System DesignGuide to Hexagonal Architecture
Learn how to design efficient application with hexagonal architecture with practical example