Tag: devops
All the articles with the tag "devops".
-
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.
-
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.
-
What a Penetration Test Taught Us About "Done"
Your app works, ships green, and passes review. Then a professional spends a week trying to break it - and redefines what "done" means. Here are the recurring findings a pentest surfaces, the why behind each, and how to fold them into your Definition of Done before someone else finds them.