by Archana Shinde | Dec 15, 2020 | DevOps
Agile Teams use DevOps to implement Continuous Integration and Continuous Delivery which helps them to launch their products at a faster rate into the market. The main reason DevOps is adopted are Predictability, Maintainability, Time to market, Quality Improvement...
by Archana Shinde | Nov 10, 2020 | DevOps
Configuration management is all about trying to ensure that the files and software you are expecting to be on a machine are present, configured correctly, and working as intended. When you have only a single machine this is fairly simple. When you have five or ten...
by Archana Shinde | Dec 31, 2019 | DevOps
In DevOps, automation is achieved using different tools. The most important Phase which needs automation in DevOps is “Testing”. Today lets looks at few of the tools which aid us in automating Testing cycle. The important as point to note here is “Testing” can...
by Archana Shinde | Aug 31, 2019 | DevOps
DevOps is all about how businesses must be results-oriented to meet evolving customer demand and gain greater market share. Today’s marketplace is connected, always on and increasingly competitive. Companies are adopting what we call an “as-a-service” approach to...
by Archana Shinde | May 15, 2019 | DevOps
The process of splitting up development work, usually into distinct phases is known as a software development methodology. Throughout the history of software development, a number of methodologies have been described to improve and ease the process of software...
by Snehamayee | Mar 31, 2018 | DevOps
A Deployment pipeline is an important concept in Continuous Delivery. In Deployment pipeline we break the build process into distinct stages In each stage we get feedback to move into the next stage. It is a collaborative effort between various groups involved in...