THE DEV BENCH
📄

YAML drills

Kubernetes, CI, and Compose all speak YAML — indentation is structure, and the type traps are real.

Your text is parsed with js-yaml (loaded once from a CDN) — a real YAML parser. If it parses, we check the resulting structure and types. Watch the indentation and the string-vs-boolean traps.

📄

YAML

0/6 done

Kubernetes, CI, and Compose all speak YAML — indentation is structure, and the type traps are real.

← All config languages