Posts
All the articles I've posted.
-
We moved this site from Ghost to Astro — in an afternoon, using an AI agent
Today we migrated millerdatabases.com from Ghost to a static Astro site, with a Claude Code agent doing most of the keystroking. Here's how it went.
-
Build your own C# code analyzer
Code quality analysis is essential as AI transforms development workflows. With developers working faster and trusting AI autocomplete, subtle bugs and…
-
Color-coding folders in VS Code
You can add a little semantic organization to the folders in a large VS Code project directory without nesting them into subfolders. It’s easy to do with a…
-
Auditing data types and column sizes in SQL Server
Adding a few ounces of sanity to your database schema today can save you from a metric ton of trouble and confusion later.