Migrating from Remix to React Router v7
A detailed walkthrough of migrating a full-stack React application from Remix to React Router v7 framework mode, including the rationale, migration process, and practical insights from the trenches.
Comprehensive coverage of website and web application development practices, including frontend frameworks, backend architectures, static site generation, serverless approaches, and deployment strategies. These posts examine the tools, techniques, and methodologies that create performant, accessible, and maintainable web experiences.
A detailed walkthrough of migrating a full-stack React application from Remix to React Router v7 framework mode, including the rationale, migration process, and practical insights from the trenches.
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.
OpenAI is reportedly in talks to acquire Windsurf, the AI coding startup formerly known as Codeium, for $3 billion. This move signals OpenAI’s intent to catch up with GitHub Copilot and Cursor, and sends a clear message to Microsoft: OpenAI is ready to compete head-to-head in the developer tools market.
A look at the performance benchmarks, code comparison, and migration considerations that led to choosing Vite over Webpack in 2025.
An honest assessment of Claude Code's capabilities and limitations as a coding assistant in 2025, comparing my experience using it as a hobby with Cursor AI in professional settings.
From initial concept to deployment on Cloudflare Pages, this deep dive explores how Claude Code architected and built this blog from scratch - featuring TypeScript static site generation, markdown processing, syntax highlighting, and more.
When Google finally killed uBlock Origin support in Chrome with Manifest V3, I watched my carefully curated browsing experience crumble overnight. Here's why Brave browser became my definitive solution for ad-free browsing 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.