This curriculum teaches you how to build back end applications and APIs using Node.js and Express. You will work through guided lessons that introduce new concepts step by step, then apply what you have learnt in independent practice projects.
You will learn the Node.js REPL and command-line interface by exploring the runtime from the terminal.
You will learn how to initialize, configure, and publish an NPM module by building a case converter.
Practice building and exporting an NPM module by creating a prime number checker.
You will learn Node.js built-in modules like fs, path, and crypto by using them for file operations and data processing.
You will learn the Node.js http module by building a web server to serve a multi-page client application.
You will learn basic Express routing and response methods by building a random joke app.
Practice building an Express server and JSON API by creating a personal profile application.
You will learn application-level and router-level middleware by building a structured submission form.
Practice creating custom Express middleware by building a data sanitizer and validator.
You will learn route parameters and modular routing with express.Router by building a weather service API.
Practice building a RESTful API with date parsing logic by creating a timestamp microservice.
You will learn Express 5 error handling, health checks, and graceful shutdowns by building a bank API.
You will learn Node.js WebSockets and real-time data streaming by building a system resource monitor.
Practice building a real-time multi-client chat server using Node.js WebSockets.