Continuous ?????
Before going to the blog tittle i.e. Continuous Integration and Continuous Deployment. We should have an idea what 'Continuous' in the technology means: Continuous in technical terms means 'Stable' or 'Uninterrupted'.
Before going to the blog tittle i.e. Continuous Integration and Continuous Deployment. We should have an idea what 'Continuous' in the technology means: Continuous in technical terms means 'Stable' or 'Uninterrupted'.
Generally, software developer start with the continuous integration, why I am aliasing the Continuous Integration as 'Nucleus', as in our biological system, nucleus meant to maintan the integrity of the cell by facilating transciption and replication processes. Similary in the development and operational system,continuous integration serves the purpose of maintaining Code Integrity ( however it may eliminates replication part, instead of replication, it provides Merge).
Continuous Delivery (CD), basically is an pratice of automating the entire software product release process. Ideally to do CI, and after that to prepare an track with the patch (latest one) towards production.
To summarise: