Articles by Tag #redis

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

5 Awesome Redis Alternatives you need to know in 2025

Welcome to the world of key-value databases, where speed is king and drama is... well, unexpectedly...

Learn More 98 4Jan 26

Redis Lost. Or did they?!

Not long ago, Redis was tired of being eaten alive by the hyperscalers. Amazon, Microsoft, and...

Learn More 36 10May 1

Redis Demystified: A Simple Introduction for System Design 🧩

You’ve probably encountered the word "Redis" many times while learning about system design. This...

Learn More 73 5Jan 26

More Than Cache: Architecting a Redis 8–Powered Web OS

This is a submission for the Redis AI Challenge: Beyond the Cache. JAEGIS Web OS — Beyond...

Learn More 16 0Aug 11

Sometimes small ideas teach you the biggest lessons.

🧠 Go-URL: Building a Lightweight, Scalable URL Shortener in Go Sometimes small projects...

Learn More 1 1Oct 25

🚀 A Complete Guide to Deploying SSL-Enabled Django in Docker With Nginx, PostgreSQL & Redis

A practical journey of debugging, configuring, and enabling HTTPS on a production...

Learn More 1 0Nov 28

How I Took a Slow Node.js API from 5.7 sec 11ms Using Real Load Tests (Beginner-Friendly)

Most tutorials show you “fast Node.js code,” but they never show you what happens when you actually...

Learn More 1 0Nov 24

Mastering Redis Cache Miss Handling: A Comprehensive Guide

The key to performance in modern software systems is caching, a process of maintaining, in the...

Learn More 86 1Jan 23

🧠 I Didn't Know Where It Was Going. I Just Kept Going.

I didn’t build orka-reasoning with a final goal in mind. There was no pitch deck. No spec. No clean...

Learn More 16 3Jul 31

Architecting Resilient Caching in Symfony: Beyond get() and set()

The Symfony Cache component is often the most under-utilized tool in a developer's arsenal. Most...

Learn More 5 0Nov 21

Redis: The Key to Performance and Scalability in Modern Applications

When building scalable and high-performance applications, Redis is one of the most powerful tools...

Learn More 4 0Oct 28

Building a Production-Ready URL Shortener with NestJS, Supabase, and Redis: A Complete Journey

TL;DR: I built a complete URL shortener using NestJS, Supabase, and Redis — packed with analytics,...

Learn More 1 0Oct 14

Scaling Read Tracking with Redis Bitmaps

A friend recently came to me with a problem. They had designed a feature to track whether each user...

Learn More 5 0Sep 16

Scalable Distributed Web Crawler

Goal: To design a distributed web crawler capable of processing 100 million pages per day, demanding...

Learn More 0 0Oct 24

Cross-domain Cookies: Building Less Annoying Consent Solutions

When I worked at IBM, we had a cookie preferences pop-up — as every company should: At first...

Learn More 1 0Oct 16

Part 3: Seat Management

Reservations, Locking, Availability & Queuing Seat management ensures users can...

Learn More 0 0Oct 23

DeployEase Performance Upgrades: Task Queuing and Smart Caching for Faster AWS Deployments

Hello developers! Since my last posts about DeployEase, I’ve been working on improving the...

Learn More 0 0Nov 29

Building Reproducible n8n Environments with CLI-Based Configuration Management

Building Reproducible n8n Environments with CLI-Based Configuration Management When you're...

Learn More 0 0Oct 22

Hotel Search System Design

1. Introduction Key Technical Topics Covered (Interview Highlights) Hybrid...

Learn More 0 1Nov 19

I'm building a Redis Clone in Zig: A Deep Dive into Pub/Sub, and Memory Allocation

It's been a while since I started a project called Zedis (Redis written in Zig). It's been a great...

Learn More 2 2Sep 19

How to Build a Thread-Safe Rate Limiter with FastAPI and Atomic Redis

Ever been worried about bots scraping your data, attackers brute-forcing logins, or your platform...

Learn More 0 0Oct 21

Performance Optimization: The Basics That Scale

Most developers wait until performance becomes a problem before doing anything about it. By then,...

Learn More 7 1Nov 11

Redis: The Complete Developer’s Guide to the Fastest Data Store in the World

Redis has become a foundational component in modern software systems. Whether you are building...

Learn More 0 0Nov 25

Redis vs Memcached: Which In-Memory Data Store Should You Use?

When building applications that demand lightning-fast data retrieval, caching is a game-changer....

Learn More 17 0Jan 31

Eliminating Lost Update Anomalies in Spring Boot with Redlock and Custom AOP

In modern distributed systems, ensuring data consistency under high concurrency is one of the biggest...

Learn More 1 0Sep 16

Building a Simple URL Shortener with Go and Redis

URL shorteners are everywhere, from social media to analytics platforms. They look simple, but under...

Learn More 2 0Nov 18

Building a URL Shortener with Go and Redis

Building a URL Shortener with Go and Redis Ever wondered how services like bit.ly or...

Learn More 1 0Nov 8

The Hidden Cost of Bad Caching: Why More Cache Isn't Always Better

You've heard it a thousand times: "Cache everything!" But here's the truth most developers learn the...

Learn More 1 0Oct 31

🚨𝗙𝗶𝗻𝗮𝗻𝗰𝗶𝗮𝗹 𝗙𝗿𝗮𝘂𝗱 𝗗𝗲𝘁𝗲𝗰𝘁𝗶𝗼𝗻 𝗣𝗶𝗽𝗲𝗹𝗶𝗻𝗲𝘀 𝗶𝗻 𝗝𝗮𝘃𝗮 — 𝗥𝗲𝗮𝗹-𝘁𝗶𝗺𝗲 𝗗𝗲𝗳𝗲𝗻𝘀𝗲 𝗳𝗼𝗿 𝘁𝗵𝗲 𝗠𝗼𝗱𝗲𝗿𝗻 𝗙𝗶𝗻𝗧𝗲𝗰𝗵 𝗦𝘁𝗮𝗰𝗸

Fraud doesn’t sleep. Your detection system shouldn’t either. Here’s how Java powers real-time...

Learn More 2 0Oct 9

Gerenciamento seguro e eficiente de tokens com Go e Redis

Publicado originalmente no Medium Carolina Vila-Nova Em um cenário de microsserviços e APIs...

Learn More 0 0Nov 12