Articles in this series
Developer Writes Code: The developer writes the application code which is then pushed to a version control system, such as Git. Source Code (Git):...
1. Developer Creates Feature Branch: The developer creates a new feature branch and is used to work on a new feature or a specific task. Developer...
1. Developer: The developer writes both Terraform configuration files and application code. 2. Source Control: The developer commits the code...
Continuous Integration When a developer commits (integrates) his code to the source code management system like Git, the CI tool automatically pulls...
1. What is CI/CD? CI/CD stands for Continuous Integration/Continuous Deployment. It is a software development practice where code changes are...