Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FercueNat 00bcb512ed
Added Free content title missing - QA roadmap (#2846)
2 years ago
..
100-jenkins.md Added Free content title missing - QA roadmap (#2846) 2 years ago
101-travis-ci.md Added Free content title missing - QA roadmap (#2846) 2 years ago
102-circle-ci.md Added Free content title missing - QA roadmap (#2846) 2 years ago
103-drone.md Added Free content title missing - QA roadmap (#2846) 2 years ago
104-gitlab-ci.md Added Free content title missing - QA roadmap (#2846) 2 years ago
105-bamboo.md Added Free content title missing - QA roadmap (#2846) 2 years ago
106-team-city.md Added Free content title missing - QA roadmap (#2846) 2 years ago
107-azure-devops-services.md Added Free content title missing - QA roadmap (#2846) 2 years ago
readme.md Add CI/CD content (#2091) 2 years ago

readme.md

CI / CD

Continuous Integration is a software development method where team members integrate their work at least once daily. An automated build checks every integration to detect errors in this method. In Continuous Integration, the software is built and tested immediately after a code commit. In a large project with many developers, commits are made many times during the day. With each commit, code is built and tested.

Continuous Delivery is a software engineering method in which a team develops software products in a short cycle. It ensures that software can be easily released at any time. The main aim of continuous delivery is to build, test, and release software with good speed and frequency. It helps reduce the cost, time, and risk of delivering changes by allowing for frequent updates in production.

Free Content What is CI/CD? Continuous Integration and Continuous Delivery Continuous Integration vs Delivery vs Deployment CI/CD Pipeline: Learn with Example