What is CI/CD?
Automated code testing and deployment workflows. CI runs tests automatically after every code commit, CD deploys to production after tests pass. Enables fast iteration without fear of breaking things. We use GitHub Actions + custom deploy scripts.