Powerful CI/CD for DevOps-centric teams
This article was brought to you by Kumar Harsh, draft.dev. Docker has changed the way we build and ship software. Instead of wrestling with "it works on my machine" issues, developers can now package applications and all their dependencies into a neat, portable container that runs anywhere. No wo…
This article was brought to you by Satish Subrahmanya, draft.dev. It's 4:47 pm on a Friday. Your feature branch just passed all tests locally, and the code review went smoothly, so you hit the merge button. But then it happens: The CI build fails. The same test suite that passed five minutes ago …
Running TeamCity in Kubernetes has always been possible, but it often required knowing your way around both systems pretty well. TeamCity is flexible and easy to tune, and Kubernetes provides excellent tools for running applications at scale. However, bringing the two together smoothly wasn’t alw…
This article unpacks how your tooling affects each of the DORA metrics to help you determine whether your CI/CD setup is helping or hindering your team's performance.
In this guide, you'll learn how to eliminate Jenkins configuration drift through baselining, codifying configs, enforcing access controls, and continuous detection for a reproducible, auditable setup.
This guide offers a three-phase blueprint for achieving significant CI/CD pipeline performance boosts that will stick around even as you scale.