- Node.js
- server-side JavaScript
- relationship between server and client
- what a module is and how they work
- basic core modules
request
andresponse
objects- setup a server with different routes
- use modules
- deploy
- Heroku
- software architecture
- basic structure of backend application
- testing
- use
tape
for backend testing
- use
- JavaScript
- recursion
- SQL
- setting up PostgreSQL
- query introduction
- security
- introduction