Redis — All that you need to know as a developer.You built your app as a beginner. You wrote your APIs, made database calls, and everything worked. Responses were fast. Queries returned…Feb 17Feb 17
One Line, Millions of Operations: The World Behind print("hello world")So you wrote print("hello world"), hit run, and the terminal happily spat out those two words. Just like that, you felt like a computer…Feb 11A response icon1Feb 11A response icon1
Understanding Caching: More Than Just Redis.When software developers talk about caching, they most often refer to tools like Redis or Memcached. Using something faster to reduce…Feb 9A response icon1Feb 9A response icon1
Authentication in a Production-Grade System: Design & ImplementationWhen building an application, authentication is unavoidable. You can outsource it to services like Clerk or Better Auth and be productive…Feb 5Feb 5
What are streams, and how to use them to build reliable backend systems.Modern backend systems spend most of their time moving data, not executing business logic.Feb 2Feb 2
Understanding Polling, Long Polling, SSE, and WebSockets: When to Use What.When working with real-time systems, one question shows up almost immediately: How does data keep updating without the user doing anything?Feb 1Feb 1
Code alone isn’t enough for production systems.Writing code is one thing; maintaining it over time is another. In real-world projects, long-term quality depends not just on what you…Jan 29Jan 29
How to handle fame in tech? The celebrity problem.You know this meme is always when someone's tweet does exceptionally well. And this morning, I randomly correlated it with the celebrity…Jan 10Jan 10
I built a tool that is helpful in scaffolding the projects from the ground up.So recently, I saw a problem when you start a new project, you have to do a lot of work to set up the project properly. Which is what one…Jan 8Jan 8
The way I am going to live in 2026.I’ve never really understood the point of New Year’s resolutions. Almost no one keeps them. They’re promises made to a future version of…Jan 7Jan 7