by Archana Shinde | Mar 24, 2018 | DevOps
There are three steps to deploying software Creating and Managing the infrastructure in which your application will run (hardware, networking, middleware, external services) Installing correct version of your application into it Configuring the application including...
by Amit Kulkarni | Mar 21, 2018 | DevOps
Continuous Integration is an enormous step forward in productivity and quality for most projects that adopt it. It ensures that the teams working together to create large and complex systems can do so with higher level of confidence and control then is achievable...
by Amit Kulkarni | Mar 18, 2018 | 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 Amit Kulkarni | Feb 2, 2018 | DevOps
One of the important parts of any DevOps process is the regular release of working software. In Scrum, iterations tend to be only one or two weeks long. When you use Kanban you release whenever a reasonable package is ready – often multiple times a week. When you do...
by Amit Kulkarni | Jan 19, 2018 | DevOps
Continuous deployment can be thought of as an extension of continuous integration and Continuous Delivery aiming at minimizing lead time, the time elapsed between development writing one new line of code and this new code being used by live users, in production. To...