753: Cache Ruins Everything Around Me

753: Cache Ruins Everything Around Me

Up next

988: Cloudflare’s Next.js Slop Fork

Wes and Scott talk with Steve Faulkner about vinext, a Vite-powered Next.js fork. They dive into AI coding workflows, agent browsers, code quality, and what modern dev tooling looks like in an AI-first world. Show Notes 00:00 Welcome to Syntax! 02:01 Knowing how to use AI 02:31 T ...  Show more

987: Remote Coding Agents

Scott and Wes break down the world of remote coding agents — what they are, why you’d want one, and all the different ways you can run them, from Cursor Cloud and Claude Code to an old laptop sitting on your floor. They cover real-world use cases, environment setup, API key manag ...  Show more

Recommended Episodes

Caching is hard | The Backend Engineering Show
The Backend Engineering Show with Hussein Nasser

In this episode of the backend engineering show we discuss an article written by the Forem team illustarting a bug they recently fixed in their caching layers. They go into good level of details explaining the 3 levels of caching that they have. I go through this article in th ...

  Show more

Browser Caching best practices, when to use no-cache vs max-age without breaking your site
The Backend Engineering Show with Hussein Nasser

Caching is the hardest problem in building software, and having the browser cache is not any different. In this video, I'll discuss Jake Archibald's article

https://jakearchibald.com/2016/caching-best-practices/

0:00 Intro

2:00 Pattern 1: Immutable content ...

  Show more

#644: Amazon ElastiCache Serverless
AWS Podcast

In this episode, we’re diving deep into one of the recent announcements from AWS re:Invent, the release of Amazon ElasticCache Serverless. This new option allows customers to create a cache in under a minute and instantly scale capacity based on application traffic patterns. Jill ...  Show more

Basic Caching Techniques Explained - Spatial, Temporal, Distributed, Write-Through, Write-Back, Cache Aside
The Backend Engineering Show with Hussein Nasser

In this video I go through the three type of caching and how it is kept in sync.

0:00 Intro

0:30 What is Caching?

1:20 Spatial Cache

3:30 Temporal Cache

5:00 Distributed cache

6:30 Write-Through Cache

8:00 Write-Back Cache