DevOps Learning Made Fun

Making Infrastructure as Code Fun

Illustrated learning resources and interactive tools for DevOps engineers and teams tired of boring documentation.

90%
Faster Learning
2x
More Retention
0
SRE Burnout
Deploy Your Learning β†’
$24 $28 Save 20%
user@devops:~$ terraform plan -var-file="prod.tfvars"
Refreshing state...
+ aws_instance.web_server
+ aws_security_group.web
Plan: 2 to add, 0 to change, 0 to destroy.
user@devops:~$ terraform apply -auto-approve
aws_security_group.web: Creating...
aws_instance.web_server: Creating...
Apply complete! Resources: 2 added.
resource "aws_instance" "web_server" {
  ami           = "ami-0abcdef1234567890"
  instance_type = "t3.micro"
  key_name      = var.key_pair

  vpc_security_group_ids = [
    aws_security_group.web.id
  ]

  tags = {
    Name = "web-${var.environment}"
  }

  provisioner "remote-exec" {
    inline = [
      "sudo apt-get update",
      "sudo apt-get install -y nginx"
    ]
  }
}

Essential DevOps Toolkit

Master the tools that power modern infrastructure

πŸ—οΈ
Terraform
🐳
Docker
☸️
Kubernetes
πŸ”„
CI/CD
☁️
AWS
πŸ”’
Security
πŸ“Š
Monitoring
πŸ”„
Git

Our DevOps Learning Resources

πŸ—οΈ
$19
Terraform
Terraform Playground cover

Terraform Playground Vol. 1

Illustrated eBook with ready-to-apply modules and cheat sheet. Go from "undefined variable" to infrastructure master.

πŸ”§
Ready Modules
⚑
Quick Start
πŸ“Š
Best Practices
πŸ›‘οΈ
Secure Code
πŸ“˜ eBook βš™οΈ Modules πŸ“‹ Cheat Sheet
Build Your Infrastructure β†’
πŸ”„
$9
πŸ”₯ HOT
DevOps Bingo Pack cover

DevOps Bingo Pack

12 unique printable cards featuring real DevOps scenarios. Perfect for team standups, on-call training, and breaking the ice during deployments.

🚒
Kubernetes Khaos
☁️
AWS Woes
πŸ”§
Terraform Terrors
πŸ”’
Security Alerts
🎯 12 Cards πŸ–¨οΈ Print Ready πŸ‘₯ Team Play
Deploy Some Fun β†’
Beyond DevOps

Also Check Out

Because life is more than just infrastructure as code

πŸ˜…

Adulting Survival Kit

Funny checklists for people who are absolutely winging it.

Life Hacks
Survive Adulthood β†’
πŸ‘Ά

Parenting Survival

Is your child still alive? Checklists for keeping tiny humans alive.

Parent Hacks
Parenting Mode β†’