Web Development

Your App Doesn’t Need Apple or Google’s Permission. Build It This Way Instead.

Tired of Apple and Google’s app store gatekeeping? This Go framework uses HTMX, TailwindCSS, and service workers to build offline-first mobile web apps that feel native—without a single review or 30% tax. Three polished apps later, I’m convinced the real moat isn’t technology; it’s control.

Dark Mode Is Broken. Here’s Why Your Toggle Is Failing.

Dark mode isn’t a color swap — it’s a system-level integration that must respect OS settings, user intent, and accessibility. Most developers fail by adding manual toggles without honoring prefers-color-scheme. This article shows how to fix it with a state machine approach, and why the best dark mode is the one users never notice.