Full Stack Development Series Part 8: User Authentication and JWT Support in NestJS Add user authentication to your NestJS API endpoints and implement support for JWTs in requests.
Full Stack Development Series Part 3: Connecting Angular to a REST API In part 3 of this series we're going to dive into what it takes to consume a REST API from an Angular-based front end. This post will cover creating libraries, using strongly-typed HTTP interfaces, and the Angular async pipe.
Full Stack Development Series Part 2: Creating a REST API with NestJS Learn the basics of NestJS, create a shared library for data structures, and implement a REST API
Full Stack Development Series: An Introduction Get an overview of the "layers" in the upcoming series of articles, and the reason each tool was chosen.