Development
CI/CD (Continuous Integration / Continuous Delivery)
Practice of automating testing, validation and code publishing. CI (continuous integration) runs tests automatically on every commit. CD (continuous delivery) automates deployment to production after tests pass. Reduces human error, speeds up deliveries and ensures production code is always validated. Common tools include GitHub Actions, GitLab CI and Bitbucket Pipelines.