Pre-requisites
Lessons in this group, roughly in build order:
- basic-backend-development — The server-side skills — handling requests, talking to data stores, managing secrets and state — that an…
- rest-api-knowledge — REST is the request/response convention — resources, HTTP verbs, status codes, JSON — that nearly every…
- api-requests — The client-side mechanics of actually making an HTTP call from code — headers, JSON bodies, timeouts,…
- git-and-terminal-usage — Fluency with the shell and version control — running commands, piping output, branching, diffing — which…