$ cat /var/log/thoughts
JavaScript + Performance + Web Dev
Posts matching all selected tags.
Category
All Categories
Tags
Newsletter
New posts land in your inbox when they publish. No spam, unsubscribe anytime.
You're in. New posts head your way.
Filters3
2 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