For the complete documentation index, see llms.txt. This page is also available as Markdown.

Week 1

In this session we will focus on Express.js as a framework for building HTTP APIs. Instead of writing everything from scratch in Node, we will use Express to structure routes, plug in middleware, and handle requests and responses in a predictable way – including using clear status codes and basic error handling.

Contents

Session Learning Goals

By the end of this session, you will be able to:

Last updated