Backend Developer
Build the server side of web apps: HTTP APIs, databases, auth, and deployment. Learn a backend language, SQL, and how to ship a real API.
A backend language
Pick one language (Node.js, Python, or Go) and learn its syntax, modules, and package manager.
HTTP & REST APIs
Understand requests, responses, status codes, and how to design clean REST endpoints.
Databases & SQL
Model data, write queries, and connect a relational database to your app.
Auth & security
Sessions, tokens, hashing passwords, and the OWASP basics every backend needs.
Deploy an API
Containerize and ship a small API to a cloud host with environment config.