Tag: devops
-
Some Counter-intuitive Truths about CI/CD
Intuition: “Integrating more frequently causes more merge conflicts.” Reality: It causes more occasions for potential merge conflicts, each one less likely to occur, easier to resolve, and cheaper to discard if necessary. Intuition: “Frequently merging downstream (pulling main into feature branch) solves the problem of merge conflicts.” Reality: It only…
-

What is a DevOps Team?
A DevOps team is a development team that practices DevOps. It is not an operations team that handles deployments and build pipelines, monitoring, infrastructure, etc. for development teams. The term DevOps is a combination of the terms development and operations, but it is not just an abbreviation of “development operations”…
