$ cat /var/log/thoughts
Performance + Web Dev
Posts matching all selected tags.
Category
All Categories
Tags
1 more tagsFewer tags
Newsletter
New posts land in your inbox when they publish. No spam, unsubscribe anytime.
You're in. New posts head your way.
Filters2
Category
All Categories
Tags
1 more tagsFewer tags
3 posts

Why Astro, Cloudflare Workers, and Claude Code Fast Track Production
Astro Cloudflare Workers stack ships 90% less JavaScript, starts in under 5ms, and runs workerd in dev. The migration gotchas nobody covers, solved.
OpinionAstroCloudflareClaude CodeJavaScriptWeb DevPerformance1 min read · Jul 27, 2026

Stop Treating localStorage Like a Database (It Will Bite You in Production)
localStorage has a 5-10MB limit, throws QuotaExceededError silently, and vanishes in Safari private browsing. Here are the five ways it breaks in production and what to use instead.
TutorialsJavaScriptWeb DevDebuggingPerformance1 min read · Apr 11, 2026

Next.js 16 Cache Components: The Feature Nobody Understands Yet
Next.js 16 cache components replace unstable_cache with the use cache directive, cacheLife, and cacheTag. A clear walkthrough of what changed, why it matters, and how to migrate.
TutorialsNext.jsReactTypeScriptCachingPerformanceWeb Dev1 min read · Apr 10, 2026