Course · 4 lessons ~48 hr Advanced

CI/CD, SRE & Production Operations

CI/CD, SRE & Production Operations covers: Site Reliability Engineering. Build deployment pipelines, practice Site Reliability Engineering principles, and develop the skills to own production systems end-to-end. On-call for Rails apps. Error budgets. SLIs/SLOs for response time and error rates. GitHub Actions for Rails: RSpec, Rubocop, security scanning, deploy to staging. | SRE Concept | Rails Application | |------------|------------------| | SLI: latency | p99 response time for /api/orders | | SLI: availability | Uptime of the Rails app (target 99.9%) | | SLO: error rate | Less than 0.1% 5xx responses | | Error budget | 43 minutes of downtime/month at 99.9% | | Canary deploy | Kamal with --rolling or K8s rolling update | | Incident response | PagerDuty alert → triage → fix → postmortem | | Postmortem | "Why did the migration lock the users table for 45 minutes?" |

reading · we frame, you read MIT or the canonical taught · we author, no canonical fits ↺ spirals back to earlier lessons
Course locked

Complete Observability & Monitoring first.

This course unlocks once you've finished its prerequisite. Open prerequisite →

4 lessons. Read in order; spiral back when you need to. By the end you'll have used the core ideas twice — once on the abstract, once on something you'll meet at work next week.