Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I had a typical web app stack: PostgreSQL for persistent data Redis for caching, pub/sub, and...
Not long ago, Redis was tired of being eaten alive by the hyperscalers. Amazon, Microsoft, and...
This is a submission for the Redis AI Challenge: Beyond the Cache. JAEGIS Web OS — Beyond...
I've spent the last few weeks rethinking the dependency graph of Logtide. Currently, if you want to...
This is a cross-post the original article on my website. A little more than a year ago I resumed...
Today, I'm sharing a Distributed In-Memory Cache architecture specifically designed for Heavy-Read...
🇪🇸 Lee este post en Español If you come from the NestJS world, you love decorators, dependency...
🇺🇸 Read this post in English Si vienes del mundo de NestJS, amas los decoradores, la inyección de...
🧠 Go-URL: Building a Lightweight, Scalable URL Shortener in Go Sometimes small projects...
A practical journey of debugging, configuring, and enabling HTTPS on a production...
Hello developers! Since my last posts about DeployEase, I’ve been working on improving the...
Picture this: your favorite artist just announced their upcoming concert near you. You eagerly go...
Most tutorials show you “fast Node.js code,” but they never show you what happens when you actually...
Introduction In this weekend note, we keep talking about how to build long-term memory for...
If you run BullMQ in production, you already know the uncomfortable truth: Your app can look...
I didn’t build orka-reasoning with a final goal in mind. There was no pitch deck. No spec. No clean...
The Symfony Cache component is often the most under-utilized tool in a developer's arsenal. Most...
When building scalable and high-performance applications, Redis is one of the most powerful tools...
"Caching is the closest thing we have to a 'magic button' for scalability. Use it wisely, and your...
TL;DR: I built a complete URL shortener using NestJS, Supabase, and Redis — packed with analytics,...
Life would have been easy if the world were filled with monolithic functions. Simple functions that...
Author: Kamal Sai Devarapalli Project: EventStreamMonitor Date: 2024 Repository:...
A friend recently came to me with a problem. They had designed a feature to track whether each user...
Origin of the Problem and Initial Motivation During my third year of college, I along with...
When I worked at IBM, we had a cookie preferences pop-up — as every company should: At first...
Redis is more than just a cache—it's a versatile data structure server that can dramatically improve...
As a Tech Lead building my own platform, I live by an old craftsman proverb: "Measure twice, cut...
I was setting up Redis on AWS and faced the classic question: ElastiCache or MemoryDB? After some...
Most developers wait until performance becomes a problem before doing anything about it. By then,...
1. Introduction In modern web application development, the synchronous request-response...