~/courses/cloudflare-engineering
Cloudflare Edge Engineering
Stand up, deploy, secure, and operate a full app at the edge — Workers compute, KV/R2/D1/Durable Objects state, and WAF/Zero-Trust — without getting caught by the classic gotchas.
// The loop
learn the concept → build it with wrangler (config as code) → deploy to a real endpoint → observe (logs/tail/analytics) → harden (SSL mode, WAF, least-privilege bindings) → re-test against the gotcha → capture the pattern
// The 6-phase roadmap
- 01 Platform overview
- 02 Workers (compute)
- 03 Pages & deploys
- 04 Storage & state (KV / R2 / D1 / Durable Objects)
- 05 Security at the edge
- 06 Build a full edge app
Edge platform literacy. This course makes you the engineer who can stand up, deploy, secure, and operate a full app at the edge — Workers compute plus KV/R2/D1/Durable Objects state plus WAF and Zero-Trust security — and who never gets caught by the classic gotchas, especially the Full-vs-Flexible SSL trap and proxied-vs-DNS-only confusion.
Everything is built with wrangler as config-as-code, not dashboard clicking. Each phase deploys to a real endpoint, observes it, hardens it, and re-tests against the failure mode that bites that layer. The capstone is a full edge app.