Feb 6 · 2 min read · Cache is simply faster storage located closer to the computation. Where Cache Lives ? Cache Read Patterns 1. Cache-Aside (Lazy Loading) This is the most common pattern in production. The application controls the cache: 2. Read-Through Cache Th...
Join discussionJan 24 · 8 min read · The Internet Addressing System In the world of the internet, every device (node) connected to the network needs a unique identifier to communicate. This identifier is known as an IP Address. You can think of it like the GPS Coordinates of your House....
Join discussion
Jan 12 · 10 min read · Every computing system, no matter how low level or high level, is constrained by the same fundamental problem: fetching data takes time. Computation itself is fast, but fetching data is slow. A modern CPU is extraordinarily fast. But what slows a sys...
Join discussion
Sep 17, 2025 · 17 min read · The engineering world often grapples with seemingly simple concepts that unveil layers of complexity upon closer inspection. Among these, few problems are as notoriously difficult, yet fundamentally critical, as cache invalidation. Often dubbed "one ...
Join discussionJun 30, 2025 · 3 min read · In today’s fast-paced tech world, creating scalable, AI-driven SaaS platforms requires not only technical skill but also a vision for transforming how businesses operate. I had the privilege of contributing to one such ambitious endeavor: Kakoo Softw...
Join discussion
Jan 22, 2025 · 4 min read · This document outlines the steps and concepts involved in implementing a delay scheduler and Time-To-Live (TTL) for messages in RabbitMQ. By the end of this guide, you will understand how to configure RabbitMQ to handle delayed message scheduling and...
Join discussionDec 28, 2024 · 4 min read · Introduction In the world of high-performance backend systems, speed and efficiency are non-negotiable. Slow response times can drive users away and strain your infrastructure. Fortunately, caching offers a proven solution to these challenges. By tem...
Join discussion
Oct 16, 2024 · 6 min read · I want to talk about a quick tweak you can do in your CDN TTL settings to radically improve your site’s performance. Direct impact on Time-To-First-Byte (TTFB) metric, but as a halo effect, pretty much every other Web Vital. You can do this in any CD...
Join discussionSep 30, 2024 · 4 min read · In the vast realm of the internet, navigating through web addresses and server locations can seem complex. At the heart of this digital navigation is the Domain Name System (DNS). AWS Route 53 plays a pivotal role in simplifying these processes, acti...
Join discussion