Uptime Defender
Fast-paced SRE game where you defend your infrastructure uptime! Handle incoming incidents by adding nodes, rotating logs, failing over, restarting pods, and scaling databases.
Category: SRE
What You Will Learn
- Practice incident response workflows
- Prioritize and triage production issues
- Learn about SLAs, SLOs, and error budgets
- Handle cascading failures
Topics covered: game, sre, interactive, real-time
// simulator
Uptime Defender
Fast-paced SRE game where you defend your infrastructure uptime! Handle incoming incidents by adding nodes, rotating logs, failing over, restarting pods, and scaling databases.
Uptime Defender
Defend your infrastructure's uptime against incoming incidents!
How to Play
Incidents will appear as alerts that need immediate action
Click the correct action button to resolve each incident
Resolve incidents quickly for bonus points and combo multipliers
Missing incidents or wrong actions will drain your uptime
Keep your uptime above 0% and survive for 60 seconds!
Incident Types
Try next
// simulator
Agentic Loop Simulator
Watch a coding agent run an agentic loop, one step at a time. A planner, a builder, and a judge cycle through plan, build, verify, and repeat until the goal is met. Toggle the separate judge off to see why an agent grading its own work ships confident bugs. An animation-first, interactive explainer of loop engineering and how it maps to Claude Code.
// simulator
SQL Terminal Simulator
Practice SQL in an interactive browser terminal. Learn SELECT, WHERE, ORDER BY, DISTINCT, aggregates, GROUP BY, HAVING, JOINs, subqueries, and window functions against a small e-commerce schema, with single-table queries evaluated live and verified Postgres output.
// simulator
PostgreSQL Terminal Simulator
Practice the psql tool and Postgres engine in an interactive browser terminal. Explore with meta-commands, read real EXPLAIN plans, add an index to turn a sequential scan into a bitmap index scan, and use BEGIN and ROLLBACK to make changes safe, all against a small e-commerce database with verified PostgreSQL output.