Back to Writing

Caching

All writings tagged with "Caching"

2 writings found
Growth:

Understanding Next.js Page Caching (with a real example)

Caching can be a tricky topic, especially when pages don’t update the way you expect. I recently ran into a situation on my /writing page where new articles would not appear immediately, even though individual posts showed up instantly. Diving into Next.js caching taught me a lot, and I want to share what I learned so others can avoid the same confusion

Caching

Time as a Dependency

Caching appears simple: store something once, reuse it later. In reality, caching introduces *time* as a dependency and time is one of the hardest things to reason about in systems.

Caching
Showing 1-2 of 2 writings