The past decade has seen some tectonic shifts in how application software is developed and deployed.
Traditional waterfall methods, which siloed teams and produced apps that mostly worked well (until they didnât), gave birth to Agile, a fresh new way of including the various design, development and production teams in a holistic way while creating a lean operational approach.

Going Further with DevOps
While Agile spelled out a new, far more efficient way for teams â and clients â to work together to produce an app, DevOps goes one step further1. It recognizes that development and operations teams must also work efficiently with each other, because the full end-to-end life-cycle of creating, testing, rolling out and improvement are inextricably linked. A well-integrated DevOps environment can deliver the highest customer experience levels.
Itâs all about evolution, and Optimus Information has embraced the concept of DevOps, putting it into practice earlier this year.
Taking a New Approach to Project Development
âLeanâ was pioneered by Toyota in Japan at the end of the Second World War, where its principles of reducing waste and Continuous Improvement have influenced software development methods.
Khushbu Garg, Optimusâs Senior Technical Lead at the companyâs office in Noida, southwest of New Delhi, refers to DevOps as a culture. Itâs a way of approaching and working a project, she says, and should be the path that every new organization should follow.
âBy ânew organizationâ, Â I mean a new company trying to make a name for itself to attract customers. The only way to do this is to deliver fast, with A+ quality in the work. You want to gain the trust of your customers and this is the only way to do it,â she explained.
The net result of using the DevOps approach, she says, is a significant increase in the speed of development, delivery and deployment time while dealing with issues and scaling up the application.
The Five Stages in the DevOps Process
Organizations, new or otherwise, canât simply plunge into DevOps and expect it to work straight out of the box. There is a process that must be followed before success can be achieved.
It begins with delineating the stages:
- Define your business logic and plan around that.
- How will you build the solution, where will you place the coding, where will you put the configuration?
- This is where you ensure the quality of the build through regression testing, acceptance testing, etc.
- Package the app, release it and configure it.
- Monitor, to be certain the app remains functional.
DevOps is not an outgrowth of the Agile methodology; it stands on its own. But the two share similarities in approach. Agile allows fast development and rapid bug fixes so deployment occurs in production as soon as possible â you test fast and release fast. The DevOps approach allows this to occur smoothly, especially within the CI/CD pipeline, where automated testing using the Optimus Test Harness can pay huge dividends.
Technology Considerations of DevOps
When faced with a new project, Khushbu points out, itâs important to determine if it will be easy to implement DevOps for that project. Then, an organization needs to consider which technology will be used. At Optimus, numerous projects are running at any given time and the company makes use of a variety of technologies, both cloud-based and open source.
âCurrently,â she says, âweâre using Jenkins, an open source technology. Jenkins works well for us because it supports almost all the technologies we use, like Node, Angular, C# and Java. Also, thereâs no cost to Jenkins because itâs open source.â
Her team in India uses pipelines for Continuous Integration and Continuous Development because the pipeline method requires very little developer knowledge â which contributes to fast app development.
She then tasks her team with researching which technology will work best. Once the project is underway, a great deal of testing occurs smoothly with the DevOps method: Â unit testing, deployment stage testing, automated testing, and so on.
The Critical Role Played by the Customer
A hallmark of Agile app development is how the client, and sometimes the customer, is involved at every point in the project. Thatâs no different with DevOps, Khushbu explains.
âIn fact, we place great emphasis on email notification of all stakeholders whenever a stage is deployed. Even here, we get granular: how many emails we send, what information we include, what test reports are pertinent, even what template we use to convey the information and which developer is working on which stage.â The result of this care and attention to communications means the stakeholder can identify how the project is progressing and contact the appropriate developer to offer input, if needed.
By putting the DevOps culture to work, through the step-by-step process that Optimus has implemented, the client is always up to speed because of the collaboration that occurs. âWe donât need a separate IT person to deploy our builds, we donât need IT infrastructure time, and we can quickly share a build with a customer and give the development team any feedback needed,â said Khushbu.
DevOps is as much a discipline as it is a culture. Optimus has adopted DevOps for all our projects and weâve already seen great success with it. We know it works because itâs inclusive when itâs deployed properly.