De-slop: remove every em-dash + banned words across all modules + capstone (#94)
Sync course wiki / sync-wiki (push) Successful in 4s

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #94.
This commit is contained in:
2026-06-22 23:21:22 -04:00
committed by Claude (agent)
parent 513d7e7ac8
commit c098933f25
99 changed files with 1324 additions and 1315 deletions
@@ -1,6 +1,6 @@
"""Minimal HTTP face for the tasks-app, so there is something long-running to *deploy*.
Standard library only no pip install, so the container image stays tiny and the lab has no
Standard library only, no pip install, so the container image stays tiny and the lab has no
dependencies to drift. It reuses the TaskList from tasks.py (Modules 1-2) unchanged.
Run it:
@@ -12,7 +12,7 @@ Endpoints:
Two environment knobs make this realistic for the CD lab (config injected at run time, Module 17):
APP_VERSION what /health reports as the running version (set by deploy.sh to the commit SHA)
BREAK=1 force /health to return 500 a stand-in for "this build starts but is broken",
BREAK=1 force /health to return 500, a stand-in for "this build starts but is broken",
used in Part D to trigger an automatic rollback.
"""