Introduction
As a software professional, you may be aware of different software development methodologies that are followed across the industry. Irrespective of the methodology being followed, there will be multiple environments, such as development, staging, and production, where the application life cycle needs to be followed, with these critical stages related to development:
- Develop the application based on the requirements.
- Build the application and fix any errors.
- Deploy/release the package to an environment (development/staging/production).
- Test against the requirements.
- Promote the release to the next environment (from development to staging and staging to production).
Note
For the sake of simplicity, the initial stages, such as requirement gathering, planning, designing, and architecture, are excluded, just to emphasize the stages that are relevant to this chapter.
For each change made to the software, we need to build and deploy the application...