Understanding How the Kernel Handles TCP Connections InternallyWhen building high-scale backend systems or WebSocket/real-time apps, we often think only in terms of frameworks and application logic. But behind every HTTP/WebSocket request is a carefully orchestrated system designed by the Linux kernel. This post...Dec 10, 2025·8 min read
Magic of WebhooksIn a world increasingly dominated by digital advancements, the scope of technology continues to expand rapidly, giving rise to an escalating demand for diverse data to fulfill fundamental informational needs held by authorized organizations and gover...Dec 25, 2023·7 min read
Elevating Inter-Service CommunicationA Comprehensive Exploration of gRPC's High-Performance, Language-Agnostic Approach to Microservices ConnectivityDec 3, 2023·7 min read
Peer to PeerExploring the Versatility and Innovation Behind Web Real-Time CommunicationNov 14, 2023·4 min read
Exciting Times in Real-Time Web Communication!Unveiling the Power of WebSockets! With the thrill of the recent World Cup matches still echoing in our hearts, it's the perfect time to explore the world of real-time communication in web applications. In my previous blog post, we delved into the wo...Oct 22, 2023·6 min read
Building Real-Time ExperiencesUnraveling Polling and Its Alternatives in App Development With the Cricket World Cup in full swing, the current excitement is palpable. While this event serves as an exciting backdrop, it also presents an interesting challenge: how do we build a sys...Oct 15, 2023·8 min read
Inter-Process CommunicationBridging the Gap in Data Communication Have you ever wondered how data seamlessly travels between different software applications, enabling the digital world to function as smoothly as it does? Behind the scenes, this magic is made possible by a fund...Oct 2, 2023·6 min read