Definition:
DevOps is a set of practices that automates the processes between software development and IT teams, so as that they will build, test, and release software quicker and a lot of reliably. The idea of DevOps is based on building a culture of collaboration between teams that traditionally functioned in relative siloes. The promised advantages include exaggerated trust, quicker software releases, ability to solve essential problems quickly, and better manage unplanned work.
Further Reading:
Book: The DevOps Handbook by Gene Kim, Jez Humble,Patrick Debois.
Related
![Conway's Law | Glossary](https://i2.wp.com/innoroo.com/blog/wp-content/uploads/2018/10/Conways-Law.png?fit=1200%2C656&ssl=1&resize=350%2C200)
Definition: Conway’s law is an observation that the design of any system is significantly affected by the communications structure of the organization that develops it. The law is based on the reasoning that in order for a software module to function, multiple authors must communicate frequently with each other.Therefore, the…
October 26, 2018
In "Glossary"
![Blue/Green Deployment | Glossary](https://i0.wp.com/innoroo.com/blog/wp-content/uploads/2018/10/Blue-Green-Deployement.png?fit=1200%2C656&ssl=1&resize=350%2C200)
Definition: The blue/green is a strategy for change in management to releasing software code. Blue/green deployments, which may also be stated as A/B deployments require two identical hardware environments that are configured exactly the same way. While one environment is active and serving end users, the other environment remains idle.…
October 19, 2018
In "Glossary"
![Dark Launch | Glossary](https://i1.wp.com/innoroo.com/blog/wp-content/uploads/2018/10/Dark-Launch.png?fit=1200%2C656&ssl=1&resize=350%2C200)
Definition: Dark Launch is a process where software is gradually or stealthily released to consumers in order to get user feedback and test performance . A go-live strategy during which code implementing new features is released to a set of the production environment however isn't visibly, or only partially, activated.…
October 22, 2018
In "Glossary"