CI/CD
Automated build, test, and deployment processes.
CI/CD (Continuous Integration/Continuous Deployment) refers to automated processes in software development. CI means automatic building and testing on every code change. CD extends this with automatic deployment. This reduces errors, accelerates releases, and increases software quality.