8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
NestJS
NestJS menu
NestJS Tutorial
A structured, TypeScript-first Node.js framework inspired by Angular — modules, DI and decorators.
Start the NestJS tutorial →
What you'll learn
1. NestJS Introduction
What NestJS is, why teams choose it over plain Express, installing the CLI, and the generated project structure.
2. Controllers and Providers
Controllers with @Controller()/@Get()/@Post(), providers with @Injectable(), and constructor-based dependency injection.
3. Modules and Dependency Injection
@Module(), how Nest's DI container resolves dependencies, and organizing a larger app into feature modules.
4. Guards, Pipes and Interceptors
Guards for authorization, Pipes for validation with ValidationPipe and DTOs, and Interceptors for wrapping request handling.
5. Testing with Jest
Unit testing a service with a mocked dependency, and e2e testing a controller with supertest.
6. Microservices with NestJS
Nest's built-in microservice transport layer — TCP, Redis and Kafka — and one service calling another.
7. NestJS Interview Questions
Real NestJS interview questions and answers covering DI, modules, guards, pipes, interceptors, and decorators.