Back to Writing

Frontend

All writings tagged with "Frontend"

5 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

Frontend

Confidence, Not Coverage

Tests are often justified using coverage metrics. Coverage is a weak proxy for what tests actually provide: confidence.

Frontend

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.

Frontend
Showing 1-5 of 5 writings