Nicky Christensen·May 27I’m a Staff Engineer Who Can’t Stop Building Side Projects. It Might Be a Problem…My wife knows the look. It’s Saturday morning. I’m “just checking something.” Three hours later I haven’t moved, the coffee is cold, and…
Nicky Christensen·Apr 16Your Website Looks Fine. This Free Scanner Disagrees.Go ahead. Open your website right now. Looks fine, right?A response icon2A response icon2
Nicky Christensen·Apr 9AI Writes 80% of My Code Now. I’m Not Sure How I Feel About It.AI has made building more fun. And being a developer a bit strange.A response icon1A response icon1
InDev GeniusbyNicky Christensen·Apr 4I Audited 50 Websites. Nearly Half Were Silently Broken.Their monitoring said everything was fine. Their users knew better.
Nicky Christensen·Mar 28Claude Code Has Features Most Developers Don’t Use. Here’s My Full Setup.CLAUDE.md, skills, subagents, slash commands, and the workflow patterns that turned Claude Code into an actual development team.
InJavaScript in Plain EnglishbyNicky Christensen·Mar 27Nuxt 3 Changed How I Build for the Web.I’ve been using Nuxt since the 2.x days. Back then it was the default choice for SSR in the Vue world, and by far the most established…
InJavaScript in Plain EnglishbyNicky Christensen·Mar 26I Got Tired of My Sites Breaking Silently, So I Built a Tool to Fix ItMy uptime monitor said everything was fine. My users disagreed. So I built something that actually checks whether a site works — not just…
InJavaScript in Plain EnglishbyNicky Christensen·Mar 31, 2025Should React Improve Its Rendering Model?Recently, I had a LinkedIn post blow up after I questioned the use of CSS modules in React and how I think they slow down productivity…
InJavaScript in Plain EnglishbyNicky Christensen·Dec 19, 2024Solving CORS and API Issues in Nuxt 3 on NetlifyI recently experienced first hand that deploying a Nuxt 3 application to Netlify with internal API endpoints can be quite challenging…
InJavaScript in Plain EnglishbyNicky Christensen·Jun 5, 2024Vue Reactivity Hacks: The Key-Changing Technique You Need to Know!When working with Vue, you may encounter situations where a component needs to be re-rendered to reflect changes in the underlying data…