Essentials🔗
You already manage production systems. Essentials covers the tools you reach for constantly but never formally learned end to end — Git past "commit and push," and seeing what's actually on the wire when an API call doesn't do what you expected.
-
Git for Beginners and Git Clone, Push & Pull — the three states, your first repository, and working with remotes as a team, not just solo.
-
How to Inspect HTTP Traffic —
curl -vand browser DevTools, for the headers and status codes a plain response body doesn't show you.
More Essentials topics — jq, yq, Vim survival mode, regex for SREs, and terminal diagnostics — are still on the way.
Start with Git for Beginners if Git itself is still shaky, or jump straight to How to Inspect HTTP Traffic if you're debugging an API right now.