$ cat /var/log/thoughts
Performance + Web Dev
Posts matching all selected tags.
Categories
Tags
AI Coding31API Design3Architecture2Astro1Auth1Automation6Bun3Caching1Career3Claude Code17CLI11Cloudflare4Comparison7Containers1Debugging1Developer Tools36DevOps3DNS1Docker3Domains1Encryption1Entrepreneurship1Freelancing3Java1JavaScript6Linux3ML3MCP5Mobile1Monitoring2Networking2Next.js1Nginx1Node.js4Observability2Open Source1Performance6Productivity22Python1React2SaaS1Security7Self-Hosting6Testing1Trend Commentary13TypeScript11Vercel1Vim / Neovim1Web Dev10Windows1
Filters2
Categories
Tags
AI Coding31API Design3Architecture2Astro1Auth1Automation6Bun3Caching1Career3Claude Code17CLI11Cloudflare4Comparison7Containers1Debugging1Developer Tools36DevOps3DNS1Docker3Domains1Encryption1Entrepreneurship1Freelancing3Java1JavaScript6Linux3ML3MCP5Mobile1Monitoring2Networking2Next.js1Nginx1Node.js4Observability2Open Source1Performance6Productivity22Python1React2SaaS1Security7Self-Hosting6Testing1Trend Commentary13TypeScript11Vercel1Vim / Neovim1Web Dev10Windows1
Showing page 1 of 1 (3 total 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