Code Deployment and Maintenance

Learn how to ensure smooth code deployment and maintenance.

CI/CD before development

I will talk about CI/CD (Continuous Integration and Continuous Deployment) elsewhere in this course (CI/CD - Deployment Foundation). In the current section, I only want to suggest that development teams implement CI/CD pipelines as early as possible. I recommend this approach because delivering solutions is more efficient when CI/CD pipelines are already in place. Without this infrastructure, development teams will need to install an application every time to every unique environment manually. When unplanned issues ...