Some of the following notes are from the book Len Bass, Liming Zhu, Ingo M. Weber, DevOps: A Software Architect’s Perspective ISBN-13: 978-0134049847. For some images and quotes, you must log in to Safari Books Online

After the code is finished and tested…
DevOps (a clipped compound of "development" and "operations") is a software development methodology that combines software development (Dev) with information technology operations (Ops). The goal of DevOps is to shorten the systems development life cycle while delivering features, fixes, and updates frequently in close alignment with business objectives.
Academics and practitioners have not developed a unique definition for the term "DevOps".
DevOps is a set of practices intended to reduce the time between committing a change to a system and the change being placed into normal production while ensuring high quality.
![]()
DevOps is a set of practices intended to reduce the time between committing a change to a system and the change being placed into normal production while ensuring high-quality
Develop infrastructure code (e.g., deployment scripts) with the same set of practices as application code

