Tag: software development
All the articles with the tag "software development".
-
Write Your CI Once - Reusable Workflows as DRY for Pipelines
CI configuration is the most copy-pasted code in most organizations - ten repos, ten near-identical pipelines, each drifting on its own. Here is how reusable workflows fix that, how to version and pin them safely, and the security payoff that makes it worth doing properly.
-
Green Web, Hungry AI - An Honest Sustainability Reckoning
I optimize websites down to the kilobyte and then run energy-hungry AI models all day. Both are true, and pretending otherwise is greenwashing in either direction. Here are the actual numbers, where AI helps sustainability, where it is pure indulgence, and the framework I use to decide.
-
The Golden Path - Why New Projects Should Be Boring
Starting a new project is where teams re-litigate every decision they already made: structure, linting, CI, auth, deployment. A golden path makes that moment boring on purpose - and in the age of AI agents scaffolding services in hours, boring has never been more valuable.
-
The Maintenance Nobody Schedules
Old deployment revisions pile up, registries bloat, credentials quietly approach expiry - and nobody plans that work until it breaks on a Saturday. Here is the pattern that fixes it: small independent scheduled jobs with least privilege, living in one platform repo instead of everyone's backlog.
-
Ship Your Team's AI Setup Like a Package
Most teams' AI tooling is tribal knowledge - private prompts, personal configs, nothing shared or reviewed. Treat it as code instead - versioned skills and conventions everyone installs - and your team's AI behavior becomes consistent, reviewable, and improvable like any other part of your system.