Build APIs with confidence using Node.js, Express, and TypeScript. Apply test-driven development, strengthen debugging, and deliver a real-world image processing API that demonstrates scalable, maintainable backend practices.
Overview
Syllabus
- Foundations of Backend Development
- Discover the tools that make backend development possible. You'll learn how those tools are used throughout the course and how they'll set you up to write clear, maintainable code.
- Getting Started with Node.JS
- Learn how JavaScript is used serverside with Node.js. You'll work with the tools Node.js provides as well as integrate third-party packages to create the backend for your applications.
- Developing with TypeScript
- Take advantage of strict typing by learning to write TypeScript, one of the most popular for application development. You'll write code in a way that reduces errors and expresses your intentions.
- Unit Testing with Jasmine
- Explore the software development testing paradigm. You'll learn how Jasmine can be used as a Test-Driven Development framework for writing server-side unit tests to create bug-free maintainable code.
- Building a Server
- Build a server with the Express framework. You'll learn how APIs are architected and create and use middleware for expanded functionality. Finally, you'll learn to read and write to the file system.
- Image Processing API
- Create an API that takes advantage of all the tools you have learned in this course. You'll create an image processing API that resizes and saves images to user specifications when visiting a URL
Taught by
Rachel Manning