🏫 The School β€” hard things, explained like you're five

Nine courses, one method: every concept as a school-analogy story, every lesson on its own git branch with a numbered box-and-arrow diagram, every claim backed by something you can run β€” including four repos that ship real, zero-dependency code (a language model, an MCP server & client, an agent, a vector database).

9courses
107lesson branches
90+numbered diagrams
4runnable codebases
156dictionary terms
0magic left
πŸŽ“ The Program β€” the whole School as one prospectus
Curriculum, tracks with durations, tools covered, honest outcomes, FAQ and the certificate β€” all nine courses presented like a bootcamp brochure, minus the bootcamp bill β†’ read the Program
πŸ“– The Dictionary β€” every term, its analogy, its lesson
156 terms from all nine schools on one searchable page: type "OOMKilled", "lunchbox" or "hall pass" and jump straight to the diagram that teaches it β†’ open the Dictionary

🧭 Two tracks, one universe

Same analogies everywhere β€” desks, lunchboxes, hall passes, gates β€” so knowledge transfers between courses. Pick a track, or interleave.

☁️ The Ops track β€” pack it, run it, ship it
0️⃣ AWS foundations (IAM, EC2 & the campus) β†’ 1️⃣ Docker & ECR β†’ 2️⃣ Kubernetes (the flagship: 26 lessons) β†’ 3️⃣ ArgoCD & GitOps
🧠 The AI track β€” how it works, then how to build with it
1️⃣ AI (tokens β†’ diffusion) β†’ 2️⃣ Vector Databases β†’ 3️⃣ MCP β†’ 4️⃣ AI Agents

πŸŽ“ The nine schools

πŸͺͺ AWS β€” IAM, EC2 & the campus

The foundations, then the whole campus: identity (ID cards, hats), rented desks β€” and VPC, S3, load balancers, DNS, RDS, CloudWatch, Lambda, the bill. Labs ~1Β’/hour.
20 lessons Β· 3 parts Β· campus map 4K Β· study plan Β· trade-offs

🍱 Docker & ECR

Pack it (images, layers, compose, multi-stage) and ship it (registries, ECR). Real demo app + working multi-stage build in the repo.
12 lessons Β· 2 parts Β· big-picture 4K Β· trade-offs

☸️ Kubernetes β€” the flagship

26 lessons: pods to control plane, GitOps, multi-AZ, then Part 3 "running it for real" β€” debugging, RBAC, upgrades, observability. Real manifests, real school platform.
26 lessons Β· 3 parts Β· study plan Β· AWS map Β· trade-offs Β· short link: /k8s

πŸ€– ArgoCD & GitOps

Deployment with and without ArgoCD: feel the drift problem, then meet the caretaker robot. Deployable demo app + Application manifest included.
12 lessons Β· 2 parts Β· big-picture 4K Β· trade-offs

🧠 AI β€” tokens to agents

How models work (tokens, embeddings, attention, RLHF & LoRA) and how to use them (prompting, RAG, agents, diffusion, MCP). Three runnable zero-dep Python labs.
13 lessons Β· study plan Β· trade-offs Β· companion video decoded

πŸ—ΊοΈ Vector Databases

The library sorted by meaning: embeddings, cosine, HNSW, chunking, RAG β€” with a real ~70-line vector DB in the repo (and one honest failure that explains everything).
8 lessons Β· runnable mini-DB Β· landscape page Β· big-picture 4K

πŸ”Œ MCP β€” the universal plug

The Model Context Protocol with the protocol IN the repo: a real server and client (~200 lines), the wire message-by-message, 5 use cases with sequence diagrams.
8 lessons Β· runnable server+client Β· use-cases page Β· big-picture 4K

πŸ“‹ AI Agents

Answers vs outcomes: the think→act→observe loop, tools, guardrails, failure modes — with a real runnable agent (drive it yourself!), 5 patterns, and the history & future of "agentic".
8 lessons Β· runnable agent Β· patterns page Β· history & future page

πŸ”— /k8s β€” the short link

A tiny redirect repo: baluraut.github.io/k8s β†’ the Kubernetes course, deep links preserved. Share the short one.
1 redirect Β· the smallest school πŸ˜„

πŸ“Š What every school ships (the cross-review)

SchoolLessonsRunnable codeLesson diagramsBig-picture 4KTrade-offsStudy planQuizShowcase page
πŸͺͺ AWS20Terraform + CLI labsβœ… 20βœ… + campus mapβœ…βœ… 6 weeksβœ… 12 Qsβœ… campus map
🍱 Docker12app + composeβœ… 12βœ…βœ…βœ… 4 weeksβœ… 8 Qsβ€”
☸️ Kubernetes26manifests + terraformβœ… 26βœ… AWS map + 11Γ—4Kβœ…βœ… 9 weeksβœ… 10 Qsβœ… AWS components map
πŸ€– ArgoCD12deployable appβœ… 12βœ…βœ…βœ… 4 weeksβœ… 8 Qsβ€”
🧠 AI13βœ… 3 Python labsβœ… 13βœ…βœ… (incl. MCP)βœ… 4 weeksβœ… 10 Qsβ€”
πŸ—ΊοΈ VectorDB8βœ… mini vector DBβœ… 8βœ…β‰ˆ landscapeβœ… 3 weeksβœ… 8 Qsβœ… landscape
πŸ”Œ MCP8βœ… server + clientβœ… 8βœ…β†’ in AI schoolβœ… 3 weeksβœ… 8 Qsβœ… 5 use cases
πŸ“‹ Agents8βœ… runnable agentβœ… 8βœ…β‰ˆ history pageβœ… 3 weeksβœ… 10 Qsβœ… patterns + history

All pages across all sites verified live at portal build time. Every course now has its own weekly study plan and an end-of-course quiz β€” plus every term lives in the πŸ“– Dictionary.

πŸ—“οΈ The grand path β€” all nine schools, in order

Tick a school when you finish it β€” progress saved in this browser. Steady pace: one school every 2–4 weeks (Kubernetes: 9 β€” it has its own weekly plan, as does AI).

0 / 8
β€” ID cards, desks & the campus everything stands on (20 lessons)
β€” pack the lunchbox, rent the bank locker
β€” the flagship: 26 lessons, its own 9-week plan
β€” the caretaker robot; deploys become boring (the goal)
β€” five ideas, zero magic; its own 4-week plan
β€” the meaning hall; RAG's machine room
β€” the universal plug; read the actual wire
β€” the capstone: everything above, in one loop πŸŽ“