March 20, 2026 ยท ๐ ~4 min read
Over the past few months, I've been deeply immersed in agentic programming โ working with AI-assisted tooling: primarily ChatGPT (including Codex) and GitHub Copilot.
The impact has been substantial. Not incremental. Structural.
February 23, 2026 ยท ๐ ~1 min read
When running pull request validation, raw artifacts are not enough. Developers need immediate code coverage feedback.
February 22, 2026 ยท ๐ ~3 min read
GitHub Actions is excellent for CI/CD, but workflow runs accumulate quickly.
January 13, 2026 ยท ๐ ~4 min read
Sometimes you want to put your Azure Static Web App in maintenance mode: you're reworking content, fixing a broken deployment, or you just don't want the public to hit it.
With Azure Static Web Apps (SWA) this can be trickier than expected, especially on the Free plan.