KahWee

Thoughts on web development, programming, and technology

KahWee

Thoughts on web development, programming, and technology

Rewriting /tag/* to /tags/* with Cloudflare Workers

A simple Worker catches requests to example.com/tag/ and sends them to example.com/tags/, keeping the method, headers, and query strings intact. This fixes URLs without touching the main app. This is...

Read article

Setting Up Home Assistant Connect ZWA-2

Step-by-step guide to connecting the Home Assistant Connect ZWA-2 Z-Wave USB stick to a Ugreen NAS using Docker and Z-Wave JS UI for smart home control.

Read article

Building a Modern Full-Stack Web Application

A technical exploration of building a modern full-stack application with React Router v7, TypeScript, PostgreSQL, and modern deployment strategies on Fly.io.

Read article

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.

Read article

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

AI Overviews are cutting web traffic in half

New research shows Google's AI Overviews reduce website clicks by almost 50%. As someone using Dia browser with built-in AI, I rarely visit websites anymore. Are we witnessing the end of traditional web traffic patterns?

Read article

Popular Tags