Posts
Manually push to GitHub Container registry with Docker login
`gh auth switch` isn't enough to push to GHCR - you need a token with `packages:write`, and nothing tells you that until the push fails
First impressions with Claude Code CLI
An AI tool that explains its reasoning and adapts mid-task is a different kind of "collaborative" than autocomplete-plus.
First steps with Harlequin
A terminal SQL IDE that was actually simple to set up is rare enough to write down
Exploring Project Nessie - a transactional catalogue over iceberg tables
Git-like branching for data sounds nice in theory, this is what it actually takes to run it locally and see if it holds up.
Azure Data Factory Data Flow - Oddity of the week
Azure Data Factory silently nulled data instead of erroring. A reminder that "no error" isn't the same as "no bug."
How I studied for the AZ-104 exam
Writing notes in my own words instead of copying the material was the one change that actually made studying stick.
Azure DNS aliases can reference other Azure resources
A DNS alias that points at a resource instead of an IP address doesn't break when that resource's IP changes. Most DNS records don't get that for free.