Articles by Tag #cache

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

Mastering Frontend Performance: Harnessing the Power of Caching

Caching is a powerful technique used in frontend development to improve performance by storing and...

Learn More 37 6Jun 28 '24

Boosting Backend Performance with Distributed Cache: A Comprehensive Guide

In modern software development, caching plays a vital role in enhancing performance, reducing...

Learn More 16 0Nov 26 '24

Speeding Up Your Website Using Cloudflare Cache

Performance is critical for websites to rank in Google search results. Pillser implements a number of...

Learn More 13 0Aug 25 '24

Caching Isn’t Always the Answer – And Here’s Why

Every time an API slows down, someone says it: “Just cache it, bro.” Caching feels like the duct...

Learn More 12 0May 1

How to build a caching layer for your Laravel API

Let's say you are building an API to serve some data, you discover GET responses are quite slow. You...

Learn More 7 1Aug 9 '24

Supercharge your applications queries with caching

Have you ever wondered how some websites seem to load information almost instantly, even when dealing...

Learn More 6 1Sep 10 '24

What is a Cache Stampede? How to Prevent It Using Redis

A cache stampede is an issue that businesses might not encounter often, but those who have...

Learn More 4 0Jan 21

Introducing inmem – Lightweight Go Cache Engine with Built-in Sharding, Transaction, and Eviction

After spending way too much time, I went with a totally original, never-before-seen name for an...

Learn More 4 0Apr 23

Boost Your FrontEnd App Performance with http-front-cache

In modern FrontEnd applications, performance is a key factor for user experience. One effective way...

Learn More 3 0Jan 17

Entendendo porque o Cache Lock é sinônimo de integridade

Se você trabalha com sistemas de computação, sabe que lidar com uma enxurrada de requisições e...

Learn More 3 0Jul 20 '24

Caching in Spring Boot with Redis

Caching is an essential technique to improve the performance of applications by reducing database...

Learn More 3 3Mar 17

So I made a remote cache service

What is a remote caching API? Why do you need it? And how can Cache Horse fit into your workflow.

Learn More 3 0May 29

Stale-while-revalidate and it's usage with Next.js

Stale while revalidate (SWR) is an established pattern for quick data display while refreshing data...

Learn More 2 0Aug 22 '24

Understanding LRU Cache: Efficient Data Storage and Retrieval

In the world of software engineering, one of the most common problems developers face is how to store...

Learn More 2 0Jan 18

React Query and Server Actions Don't Mix: How API Routes Saved the Day

While working on a feature that fetched data using React Query in a Next.js App Router project, I...

Learn More 2 0Mar 29

Invalidate Browser Cache the Easy and Smart Way

Browser caching is a mechanism that allows static files such as CSS, JavaScript, and images to be...

Learn More 2 0Feb 16

Stale cache, the holy grail of performance

The perfect cache system for an API service

Learn More 1 0Oct 29 '24

How to Use Caffeine with Kotlin Coroutines - Introduction to caffeine-coroutines

Caffeine lacks native support for Kotlin Coroutines, making integration complex. caffeine-coroutines simplifies this by providing Coroutine-compatible caching while retaining Caffeine’s original API. With its straightforward design, it enables seamless use of Caffeine in Coroutine-based environments.

Learn More 1 0Feb 7

Adaptive Compression for Cache Systems with Hexagonal Architecture

Any API at some significant scale adopts some form of caching for optimisation by reducing database...

Learn More 1 0Apr 16

Cache in Python !

Exploring Python's functools: Cache, Cached Property, and LRU Cache Python's functools...

Learn More 1 0Apr 11

Top 5 Caching Patterns for High-Performance Applications

Caching is a powerful technique to enhance the performance and scalability of applications. By...

Learn More 1 0Nov 29 '24

Understanding CDN Cache in NextJs

Understanding CDN Cache in Next.js Next.js has emerged as a popular framework for building...

Learn More 1 0Sep 5 '24

Cache your function computation in React Server Components

In this article, you will learn what a cache in React is and also analyse how it is used in...

Learn More 1 0Dec 26 '24

Can Postgres replace Redis as a cache?

Twitter | LinkedIn | YouTube | Instagram This article is also available on YouTube! Today, I...

Learn More 1 0Sep 10 '24

hey guys speed up your python code, especially with dynamic programming and recursive functions

Cache in Python ! Atul Kushwaha ・ Apr 11 ...

Learn More 1 0Apr 11

Supercharge your Django App with caching.

Caching is a technique for improving web application performance by storing frequent accessed data....

Learn More 1 0Mar 28

Supercharge Your Website: A Deep Dive into HTTP Caching

In today's fast-paced digital landscape, website speed is more critical than ever. Users expect web...

Learn More 1 0Mar 26

How to Effectively Handle Caching in Your Application: Lazy Loading vs Write-Through

Caching is a powerful technique for optimizing application performance, reducing database load, and...

Learn More 1 0Nov 26 '24

Redis Cache - A String story

Discussing why it is important to use the right String types when putting data in Redis

Learn More 1 0Dec 28 '24

System Design 02 - Caching: The Art of Keeping Users Happy Without Breaking a Sweat

Intro: Caching is the secret sauce to speed in system design. It's like putting your favorite snacks...

Learn More 1 0Nov 5 '24