CI/CD Stack Generator
Spin the reels to generate your perfect (or perfectly cursed) DevOps stack!
Category: CI/CD
Topics covered: fun, interactive
// simulator
CI/CD Stack Generator
Spin the reels to generate your perfect (or perfectly cursed) DevOps stack!
Loading CICD Stack Generator...
How it works
The CI/CD Stack Generator randomly combines:
- CI/CD Tools: GitHub Actions, Jenkins, GitLab CI, and more.
- Infrastructure Tools: Terraform, Ansible, Pulumi, and more.
- Cloud Platforms: AWS, GCP, or even a Raspberry Pi.
Spin the wheels to get your perfect (or perfectly cursed) DevOps stack. Each combination receives a humorous rating that you can share with your team.
This is just a fun game, but who knows, you might discover your next favorite tech stack.
Try next
// 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.
// simulator
Fork Bomb Simulator
Visualize how the infamous :(){ :|:& };: fork bomb works. Watch processes multiply exponentially, exhaust system resources, and learn how to protect against it with ulimit, cgroups, and systemd.