Migrating from Cloudflare Pages to Workers - Do You Even Need To?
Cloudflare is consolidating Pages into Workers. Here's the one-line config change required to migrate, what it actually costs, and whether you should bother for a static blog.
Technical deep dives into optimizing speed, efficiency, and resource utilization in software systems. Performance measurement methodologies, optimization techniques, and how targeted improvements deliver meaningful benefits.
Cloudflare is consolidating Pages into Workers. Here's the one-line config change required to migrate, what it actually costs, and whether you should bother for a static blog.
Three months into using Remix after Next.js, here's what I learned about "use client" boundaries and why they matter more than I realized.
EMFILE (too many open files) and memory ceilings on Vercel's hobby plan are a recurring failure mode for Remix builds; this collects patterns and likely causes.
My experience migrating this blog from Node.js to Bun, delivering significant performance improvements through native File and Glob APIs while simplifying the codebase.
A look at the performance benchmarks, code comparison, and migration considerations that led to choosing Vite over Webpack in 2025.
In today's fast-paced digital landscape, personal blogs face stiff competition for reader attention. To stay ahead, performance is key. This is why I built my blog as a static site, leveraging on tools like TypeScript, Markdown, and Cloudflare Pages that prioritizes speed and mobile optimization.