Articles by Tag #caching

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

Cache Rebalancing Was Broken. Here's How They Fixed It.

Adding or removing cache nodes to a cluster has always been a roll of the dice. But recent improvements in Valkey 9 make it safer than ever.

Learn More 2 0Nov 18

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

Understanding Caching in Next.js: A Beginner’s Guide

Introduction In today’s fast-paced digital landscape, users expect websites to load...

Learn More 21 0Mar 2

Fixing CSS not updating in production (Laravel + Blade)

If you change a CSS file but users (often on mobile) still see the old styles, it’s almost always a...

Learn More 6 0Oct 6

Strapi REST Cache Plugin Now Supports Strapi v5

The Strapi Rest Cache plugin from the Strapi Community organization has been migrated to Strapi v5!...

Learn More 1 0Oct 10

Designing smarter caches with Valkey 9.0's numbered databases

Valkey 9.0 introduces numbered databases in cluster mode - a subtle change that simplifies multi-tenant design, data isolation, and atomic data updates.

Learn More 0 0Nov 7

How to Speed Up AWS CodeBuild Docker Builds by 25% or more Using ECR as a Remote Cache

Have you ever sat there waiting for your CodeBuild project to rebuild your entire Docker image......

Learn More 1 0Oct 20

How we slashed CI build time using Go’s cache

Our CI pipeline’s integration tests were running sluggishly. The primary bottleneck wasn't the tests...

Learn More 13 3Feb 1

Using Redis with Next.js for Lightning-Fast API Responses

In our previous post on Next.js caching, we focused on using headers and middleware to optimize API...

Learn More 10 2Apr 9

Integrating Redis for Caching: A Step-by-Step Guide

Caching is a powerful technique to improve the performance of your web applications by reducing...

Learn More 6 0Feb 25

HybridCache in ASP.NET Core 9: A Practical Guide

Let's be honest, we've all experienced the frustration of slow-loading websites. As developers, we...

Learn More 9 1Feb 5

How to Implement Revalidation in Next.js for Fresh Data Without Performance Loss

In our previous post, we explored the differences between static caching and dynamic caching in...

Learn More 7 0Mar 14

Understanding Cloudflare Caching: What Gets Cached and How to Control It

I used to think that Cloudflare caching just worked out of the box - set your website behind...

Learn More 3 0Mar 17

HTTP Caching Deep Dive: Performance Optimization Patterns Every Developer Should Know

Discover how to leverage HTTP caching headers to dramatically improve web performance without writing a single line of JavaScript. Learn practical caching strategies, common pitfalls to avoid, and how to implement resource-specific caching patterns that can cut load times by up to 67%.

Learn More 3 0Feb 28

🚀 Bloom Filters: The Fast & Memory-Efficient Way to Check Membership

Have you ever wondered how large systems answer the simple question: “Is this item in my...

Learn More 0 0Sep 8

Static vs Dynamic Caching in Next.js: What Every Developer Should Know

Introduction Many developers reach a crossroads when deciding how best to serve...

Learn More 4 0Mar 5

Caching Complexity Index: Which WordPress Cache Plugin Is the Most Complicated to Configure?

I tested 20 popular WordPress caching plugins and counted every configuration option. The results show a massive gap between plugins that respect your time and those that don't.

Learn More 0 1Nov 5

Redis on AWS Made Easy: Compare, Choose, and Launch with ElastiCache for Free

📘Introduction: Getting Started with Redis on AWS Most of you have probably heard about...

Learn More 9 0Jun 20

Caching in Node.js with TypeScript using globalThis and declare global

When working in a Node.js environment, especially with TypeScript, you might come across situations...

Learn More 0 0Sep 26

🔍 Learning TanStack Query — But First, Manual Caching

Lately, I’ve been diving into TanStack Query (formerly React Query) to learn more about its powerful...

Learn More 8 2Jun 1

Speed Up Your CI Pipelines with Docker Layer Caching

In modern software development, speed and efficiency are paramount. Long build times can slow down...

Learn More 4 0Jan 23

Understanding Memcached: A Powerful In-Memory Caching Solution by Abhay

What is Memcached? Memcached is an open-source, high-performance, distributed memory...

Learn More 11 0Jan 2

Spring Boot Pro Tip: Boost Performance with @Cacheable + Java 17

If your Spring Boot app is hitting the database too often and slowing down, you need caching! Using...

Learn More 6 0Mar 17

🚀 Unlock Blazing Fast Performance with HybridCache in ASP.NET Core 9

Caching is the hidden superpower that can skyrocket your web app's performance — but what if you...

Learn More 6 2Mar 3

Caching and How AWS DynamoDB DAX Works

Introduction to Caching Imagine you own a coffee shop. Every time a customer orders a...

Learn More 3 0Feb 19

Full-Page Caching in Next.js: How to Cache SSR Pages Without Losing Freshness

Introduction Over the last few posts, we’ve moved steadily up the caching ladder — from...

Learn More 4 0Apr 23

What is DAX? Amazon DynamoDB Accelerator Explained

What is DAX? Amazon DynamoDB Accelerator (DAX) is a fully managed, in-memory cache...

Learn More 2 0Apr 16

Speed vs Simplicity: Choosing the Right Cache

Why I Switched from HashiCorp LRU to Ristretto for High-Performance Caching in Go While...

Learn More 3 0May 17

Leveraging Edge Caching in Next.js with Vercel for Ultra-Low Latency

We’ve come quite a distance in exploring how Next.js can turbocharge performance, whether through...

Learn More 5 0Apr 16

Mastering Next.js API Caching: Improve Performance with Middleware and Headers

In the previous post, we explored Incremental Static Regeneration (ISR) in Next.js, learning how to...

Learn More 8 0Apr 2