NestJS Zero to Hero - Modern TypeScript Back-end Development
- Description
- Curriculum
- FAQ
- Reviews
NestJS is a Node.js back-end development framework built upon Express, leveraging the power of TypeScript.
NestJS leverages the incredible popularity and robustness of JavaScript as a language and Node.js as a technology. It is inspired by common libraries and frameworks such as Angular, React and Vue which improve developer productivity and experience.
Even considering the amount of superb libraries, helpers and tools that exist for server-side Node.js, none of them effectively solve the main problem – the architecture of an application.
NestJS provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled and easily maintainable applications.
Recently, the NestJS framework is gaining extreme popularity due to its incredible features;
-
Leverages TypeScript – strongly typed language which is a super-set of JavaScript
-
Simple to use, easy to learn and easy to master
-
Powerful Command Line Interface (CLI) tool that boosts productivity and ease of development
-
Detailed, well-maintained documentation
-
Active codebase development and maintenance
-
Open-source (MIT license)
-
Supports dozens nest-specific modules that help you easily integrate with common technologies and concepts such as TypeORM, Mongoose, GraphQL, Logging, Validation, Caching, Websockets and much more
-
Easy of unit-testing applications
-
Made for Monoliths and Micro-services (entire section in the documentation regarding the Microservice type of a NestJS application, as well as techniques and recipes).
In this course I am going to guide you through the process of planning, developing and deploying a fully-featured back-end application, based on my experience developing and maintaining systems that support dozens of millions of concurrent users at scale.
-
6Project OverviewVideo lesson
-
7Creating our project via the NestJS CLIVideo lesson
-
8NestJS Project StructureVideo lesson
-
9Introduction to NestJS ModulesVideo lesson
-
10Creating a Tasks ModuleVideo lesson
-
11Introduction to NestJS ControllersVideo lesson
-
12Creating at Tasks ControllerVideo lesson
-
13Introduction to NestJS Providers and ServicesVideo lesson
-
14Creating a Tasks ServiceVideo lesson
-
15Feature: Getting All TasksVideo lesson
-
16Installing PostmanText lesson
-
17Creating a Postman CollectionVideo lesson
-
18Defining a Task ModelVideo lesson
-
19Feature: Creating a Task (Part 1 - Controller)Video lesson
-
20Feature: Creating a Task (Part 2 - Service)Video lesson
-
21Intro to Data Transfer Objects (DTO)Video lesson
-
22Implementing CreateTaskDtoVideo lesson
-
23Feature: Getting a Task by IDVideo lesson
-
24Challenge: Deleting a TaskVideo lesson
-
25Solution: Deleting a TaskVideo lesson
-
26Challenge: Update Task StatusVideo lesson
-
27Solution: Update Task StatusVideo lesson
-
28Feature: Searching and FilteringVideo lesson
-
29Summary QuizQuiz
-
30Section CodeText lesson
-
31Introduction to NestJS PipesVideo lesson
-
32ValidationPipe: Creating a TaskVideo lesson
-
33Error Handling: Getting a non-existing TaskVideo lesson
-
34Error Handling: Deleting a non-existing TaskVideo lesson
-
35Validation: Update Task StatusVideo lesson
-
36Challenge: Validating Task Filtering and SearchVideo lesson
-
37Section CodeText lesson
-
38Introduction to PersistenceVideo lesson
-
39Installing Docker and pgAdminText lesson
-
40Running PostgreSQL via DockerVideo lesson
-
41Setting up pgAdminVideo lesson
-
42Creating a Database using pgAdminVideo lesson
-
43Introduction to TypeORMVideo lesson
-
44Setting up a Database ConnectionVideo lesson
-
45Creating a Task EntityVideo lesson
-
46Active Record VS Data Mapper PatternsVideo lesson
-
47Creating a Tasks RepositoryVideo lesson
-
48Refactoring for Tasks ServiceVideo lesson
-
49Persistence: Getting a Task by IDVideo lesson
-
50Persistence: Creating a TaskVideo lesson
-
51(Challenge) Persistence: Deleting a TaskVideo lesson
-
52(Solution) Persistence: Deleting a TaskVideo lesson
-
53Persistence: Update Task StatusVideo lesson
-
54Small Change NeededVideo lesson
-
55Persistence: Getting All TasksVideo lesson
-
56Section CodeText lesson
-
57Intro to Authentication and AuthorizationVideo lesson
-
58Setting up AuthModule, User Entity and User RepositoryVideo lesson
-
59Feature: Signing UpVideo lesson
-
60Validation: Credentials and Password StrengthVideo lesson
-
61Error Handling: Username ConflictsVideo lesson
-
62Securely Storing PasswordsVideo lesson
-
63Password Hashing With BcryptVideo lesson
-
64Feature: Signing InVideo lesson
-
65Intro to JSON Web Tokens (JWT)Video lesson
-
66Setting up the JWT Module and Passport.jsVideo lesson
-
67Signing a JWT Token on Sign In (Authentication)Video lesson
-
68Implementing JWT ValidationVideo lesson
-
69Custom @GetUser DecoratorVideo lesson
-
70Guarding the Tasks RoutesVideo lesson
-
71Section CodeText lesson
-
72Tasks and Users - Database RelationVideo lesson
-
73Make Users Own TasksVideo lesson
-
74Serialize User DataVideo lesson
-
75Restricting Getting All TasksVideo lesson
-
76BUG FIX: Getting All TasksVideo lesson
-
77Restricting Getting a Task By IDVideo lesson
-
78Restricting Status UpdatesVideo lesson
-
79Restricting Deleting A TaskVideo lesson
-
80Section CodeText lesson
External Links May Contain Affiliate Links read more