Thrashing, Context Switching, and the Joy of Simple ThingsHave you ever heard of thrashing? This is a problem that started happening when multitasking operating systems started surging back in the…1d ago1d ago
Published inRedis with Raphael De LioToken Bucket Rate Limiter (Redis & Java)Learn how to implement the Token Bucket rate-limiting algorithm using Redis and Java. Discover step-by-step guidance, testing withJan 13Jan 13
Published inRedis with Raphael De LioFixed Window Counter Rate Limiter (Redis & Java)Learn how to implement a Fixed Window Rate Limiter with Redis and Java! This detailed guide covers everything from the basics of…Dec 30, 2024Dec 30, 2024
Published inRedis with Raphael De LioRate limiting with Redis: An essential guideDiscover the essentials of rate limiting with Redis. Learn about popular algorithms like Leaky Bucket, Token Bucket, and Sliding Window…Dec 23, 2024Dec 23, 2024
Published inRedis with Raphael De LioWhat do 200 electrocuted monks have to do with Redis 8, the fastest Redis ever?Bluesky | Twitter | LinkedIn | YouTube | Instagram This article is also available on YouTube!Nov 18, 2024Nov 18, 2024
Published inRedis with Raphael De LioCan Postgres replace Redis as a cache?I wanted to understand: Is Postgres as a cache a really good idea? Can it indeed replace Redis? That’s what I want to find out today.Jul 14, 202430Jul 14, 202430
AsyncAPI — A standard for documenting Event-Driven ApplicationsIf you’re working with event-driven applications, chances are you’ve heard of AsyncAPI. AsyncAPI is the standard specification for…Feb 3, 20241Feb 3, 20241
Rest like you're taking a showerWe live in an era where it’s very difficult to rest. Our bodies and minds are constantly active, and most of the time, even when we believe…Feb 2, 2024Feb 2, 2024
The 3 Mechanisms of Interaction between Microservices: Command, Query, and EventTwitter | LinkedIn | YouTube | InstagramJan 29, 20241Jan 29, 20241
Why won't my forEach lambda allow me to exit my function with a return statement?Let’s say you have a basket of food:Jan 25, 2024Jan 25, 2024