Skip to content

Cloud Computing — SLAM OG

Building on the cloud, the way the cloud is actually built.

This course is the cloud-services-specific companion to the System Design course. System Design covers how to architect software. Cloud Computing covers how to use AWS / Azure / GCP — services, providers, IAM, networking, cost, security model.

If a topic is "how do I architect software?" → look in System Design. If it's "how do I use this cloud platform?" → here.

Each topic delivers:

  • A 1-line hook — why this matters
  • The core concept in 8–12 minutes
  • A diagram (Mermaid) you can sketch on a napkin
  • A real-world example (concrete services, real prices, real failure modes)
  • A "test yourself" quiz embedded in the page metadata

The same content powers the SLAM OG app — same source, two consumers.


Foundation tier

The five things every cloud engineer should know cold before specializing.


Patterns tier

Cloud-services-specific patterns — what's unique to running things on AWS / Azure / GCP.


Real systems tier

Strategy and operating reality — the topics that decide whether the cloud saves you money or eats you alive.

All 12 topics complete. 🎉


How this is built

Source PDFs (Zen of Cloud, etc.) are extracted to a private study/ folder (gitignored), read for context, then rewritten in SLAM OG voice with new diagrams. Original phrasing is never republished. See STUDY.md for the workflow.

Cross-references back to the System Design course handle topics covered there: containers, Kubernetes, microservices, cloud-native architecture, CI/CD.