KahWee

Thoughts on web development, programming, and technology

Tag: performance

Technical deep dives into optimizing speed, efficiency, and resource utilization in software systems. These posts explore performance measurement methodologies, optimization techniques, architectural considerations, hardware interactions, and how targeted improvements deliver meaningful user experience and business benefits.

The Cost of Switching from Next.js to Remix

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.

Read article

Vercel & Remix

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.

Read article

Switching from Webpack to Vite in 2025

A look at the performance benchmarks, code comparison, and migration considerations that led to choosing Vite over Webpack in 2025.

Read article

Why I Built a Static Blog

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.

Read article

← Back to all tags

All Tags