DEV Community

Discussion on: Popular Tools For DevOps

Collapse
 
stephxolee profile image
stephxolee

I'd add tools for continuous integration (CI) A CI pipeline can run all tests within a project automatically, and provide immediate feedback if there's any failures. This has given me more confidence in the software I write, and has resulted in better quality code written.

Also tools to schedule or monitor deployment. Eg: tools to block or schedule code merges.