gb-coding.nl
Course

CI/CD Pipeline Course

Ship to production every day without breaking it.

CI/CD Pipeline Course
Intermediate 6 hours
€129one-time, lifetime access

Build the kind of CI/CD pipeline senior teams actually run in production. Lint and test on every PR, deploy on merge, manage secrets safely, gate releases, and roll back fast when things break. Hands-on with GitHub Actions, but the principles apply anywhere.

Ask a question first
Best for
Mid-level developers, DevOps engineers, tech leads, founding engineers.

What's inside

  • 01Pipeline anatomy: lint, typecheck, test, build, deploy
  • 02GitHub Actions deep dive: workflows, jobs, matrices, caching
  • 03Secrets, environments, OIDC and least-privilege access
  • 04Preview deployments and ephemeral environments
  • 05Release strategies: canary, blue/green, feature flags
  • 06Observability and rollback patterns

What you'll be able to do

  • Design a pipeline appropriate for your team's risk tolerance
  • Cut CI time with caching and matrix strategies
  • Manage secrets without leaking them in logs
  • Roll back a bad deploy in under 5 minutes