Built-in CI/CD for GitHub repos.
GitHub’s built-in CI/CD. Workflows are defined in YAML in your repo and run on every push, PR, or schedule. The bootcamp uses GitHub Actions for build → test → docker push → ArgoCD sync pipelines — the standard production deploy flow.
GitHub Actions wins on integration friction (zero — your CI lives next to your code). CircleCI has cleaner orchestration for very-large monorepos. Jenkins is what you use when your security model demands fully self-hosted CI.
Updates from the AI world — what shipped, what we’re using in production, and what’s worth your attention. Two emails a month, no spam.