Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
Nest provides a level of abstraction above these common Node.js frameworks (Express/Fastify), but also exposes their APIs directly to the developer. This allows developers the freedom to use the myriad of third-party modules which are available for the underlying platform.
Prepare for an in-depth guided course & walkthrough of all the fundamentals of a NestJS application.
NestJS Fundamentals
- First Steps
- Controllers
- Providers
- Modules
NestJS CLI
- Overview
- Workspaces
- Applications and library
- Scripts
- NX.Dev with Angular
NestJS Techniques
- Logger
- Security and Authentication
- Caching
- Serialization
- Validation
- Task Scheduling
- File Upload
- HTTP Module
- Application Context
- OpenAPI (Swagger)
Database Techniques
- TypeORM
- MS SQL Server
- Mongo and Mongoose
- SQL (Sequelize)
Life-cycle Events
- Application Events
- Module Events
- Usage
Providers
- Custom Providers
- Async Providers
- Injection Scopes
Middleware & Interceptors
- Middleware
- Exception Filters
- Pipes
- Guards
- Interceptors
NestJS WebSocket’s
- What are Streams?
- Introduction to WebSockets
- Nest Gateways
- Exception Filters
- Pipes
- Guards
- Interceptors
- Adapters
NestJS Microservices
- Getting started
-
Patters
- Request-response
- Asynchronous responses
- Event-based
- Exception Filters
- Pipes
- Guards
- Interceptors
NestJS Testing
- Unit Testing
- Testing Utilities
- Life-cycle Hooks
- End-to-end testing
Scaling Your NestJS Application
- Introduction, The Child Process Module
- Scaling with Node's Cluster Module
- Building a Clustered Web Server
- Hosting node.js applications
- Deployment & monitoring Node based applications
- Scheduled tasks