Magnetic link has been copied to the cutting board

Name [FreeCourseSite.com] Udemy - NestJS Zero to Hero - Modern TypeScript Back-end Development

File Type video

Size 3.35GB

UpdateDate 2024-9-23

hash *****4F6C4884EB5ABA8F64CDC8442E0BE7674F

Hot 129

Files 0. Websites you may like/[CourseClub.ME].url | 122B 0. Websites you may like/[FCS Forum].url | 133B 0. Websites you may like/[FreeCourseSite.com].url | 127B 0. Websites you may like/[GigaCourse.Com].url | 49B 01 - Introduction to NestJS & Pre-requisites/001 NEW COURSE VERSION LIVE (JUNE 2021).html | 831B 01 - Introduction to NestJS & Pre-requisites/002 Welcome to the course_.mkv | 4.21MB 01 - Introduction to NestJS & Pre-requisites/003 Installing Node.js and Yarn.html | 839B 01 - Introduction to NestJS & Pre-requisites/004 Installing the NestJS CLI.mkv | 1.39MB 01 - Introduction to NestJS & Pre-requisites/005 (Optional) Installing VSCode and Extensions.mkv | 12.14MB 02 - Task Management Application (REST API)/001 Project Overview.mkv | 20.87MB 02 - Task Management Application (REST API)/002 Creating our project via the NestJS CLI.mkv | 12.07MB 02 - Task Management Application (REST API)/003 NestJS Project Structure.mkv | 47.46MB 02 - Task Management Application (REST API)/004 Introduction to NestJS Modules.mkv | 11.48MB 02 - Task Management Application (REST API)/005 Creating a Tasks Module.mkv | 14.69MB 02 - Task Management Application (REST API)/006 Introduction to NestJS Controllers.mkv | 18.86MB 02 - Task Management Application (REST API)/007 Creating at Tasks Controller.mkv | 12.00MB 02 - Task Management Application (REST API)/008 Introduction to NestJS Providers and Services.mkv | 20.98MB 02 - Task Management Application (REST API)/009 Creating a Tasks Service.mkv | 23.39MB 02 - Task Management Application (REST API)/010 Feature_ Getting All Tasks.mkv | 37.85MB 02 - Task Management Application (REST API)/011 Installing Postman.html | 479B 02 - Task Management Application (REST API)/012 Creating a Postman Collection.mkv | 4.72MB 02 - Task Management Application (REST API)/013 Defining a Task Model.mkv | 20.39MB 02 - Task Management Application (REST API)/014 Feature_ Creating a Task (Part 1 - Controller).mkv | 29.29MB 02 - Task Management Application (REST API)/015 Feature_ Creating a Task (Part 2 - Service).mkv | 41.06MB 02 - Task Management Application (REST API)/016 Intro to Data Transfer Objects (DTO).mkv | 23.79MB 02 - Task Management Application (REST API)/017 Implementing CreateTaskDto.mkv | 28.07MB 02 - Task Management Application (REST API)/018 Feature_ Getting a Task by ID.mkv | 29.55MB 02 - Task Management Application (REST API)/019 Challenge_ Deleting a Task.mkv | 3.39MB 02 - Task Management Application (REST API)/020 Solution_ Deleting a Task.mkv | 17.98MB 02 - Task Management Application (REST API)/021 Challenge_ Update Task Status.mkv | 5.32MB 02 - Task Management Application (REST API)/022 Solution_ Update Task Status.mkv | 33.48MB 02 - Task Management Application (REST API)/023 Feature_ Searching and Filtering.mkv | 61.54MB 02 - Task Management Application (REST API)/025 Section Code.html | 99B 03 - Validation and Error Handling/001 Introduction to NestJS Pipes.mkv | 18.30MB 03 - Validation and Error Handling/002 ValidationPipe_ Creating a Task.mkv | 63.32MB 03 - Validation and Error Handling/003 Error Handling_ Getting a non-existing Task.mkv | 29.99MB 03 - Validation and Error Handling/004 Error Handling_ Deleting a non-existing Task.mkv | 6.62MB 03 - Validation and Error Handling/005 Validation_ Update Task Status.mkv | 15.68MB 03 - Validation and Error Handling/006 Challenge_ Validating Task Filtering and Search.mkv | 9.67MB 03 - Validation and Error Handling/007 Section Code.html | 109B 03 - Validation and Error Handling/external-assets-links.txt | 135B 04 - Data Persistence - PostgreSQL and TypeORM/001 Introduction to Persistence.mkv | 3.58MB 04 - Data Persistence - PostgreSQL and TypeORM/002 Installing Docker and pgAdmin.html | 933B 04 - Data Persistence - PostgreSQL and TypeORM/003 Running PostgreSQL via Docker.mkv | 4.96MB 04 - Data Persistence - PostgreSQL and TypeORM/004 Setting up pgAdmin.mkv | 3.16MB 04 - Data Persistence - PostgreSQL and TypeORM/005 Creating a Database using pgAdmin.mkv | 1.89MB 04 - Data Persistence - PostgreSQL and TypeORM/006 Introduction to TypeORM.mkv | 12.07MB 04 - Data Persistence - PostgreSQL and TypeORM/007 Setting up a Database Connection.mkv | 21.67MB 04 - Data Persistence - PostgreSQL and TypeORM/008 Creating a Task Entity.mkv | 13.76MB 04 - Data Persistence - PostgreSQL and TypeORM/009 Active Record VS Data Mapper Patterns.mkv | 22.31MB 04 - Data Persistence - PostgreSQL and TypeORM/010 Creating a Tasks Repository.mkv | 17.24MB 04 - Data Persistence - PostgreSQL and TypeORM/011 Refactoring for Tasks Service.mkv | 23.54MB 04 - Data Persistence - PostgreSQL and TypeORM/012 Persistence_ Getting a Task by ID.mkv | 141.78MB 04 - Data Persistence - PostgreSQL and TypeORM/013 Persistence_ Creating a Task.mkv | 79.19MB 04 - Data Persistence - PostgreSQL and TypeORM/014 (Challenge) Persistence_ Deleting a Task.mkv | 5.63MB 04 - Data Persistence - PostgreSQL and TypeORM/015 (Solution) Persistence_ Deleting a Task.mkv | 46.47MB 04 - Data Persistence - PostgreSQL and TypeORM/016 Persistence_ Update Task Status.mkv | 15.00MB 04 - Data Persistence - PostgreSQL and TypeORM/017 Small Change Needed.mkv | 10.24MB 04 - Data Persistence - PostgreSQL and TypeORM/018 Persistence_ Getting All Tasks.mkv | 128.16MB 04 - Data Persistence - PostgreSQL and TypeORM/019 Section Code.html | 91B 04 - Data Persistence - PostgreSQL and TypeORM/external-assets-links.txt | 309B 05 - Auth Part 1 - Authentication/001 Intro to Authentication and Authorization.mkv | 810.25KB 05 - Auth Part 1 - Authentication/002 Setting up AuthModule, User Entity and User Repository.mkv | 20.30MB 05 - Auth Part 1 - Authentication/003 Feature_ Signing Up.mkv | 48.92MB 05 - Auth Part 1 - Authentication/004 Validation_ Credentials and Password Strength.mkv | 22.89MB 05 - Auth Part 1 - Authentication/005 Error Handling_ Username Conflicts.mkv | 74.98MB 05 - Auth Part 1 - Authentication/006 Securely Storing Passwords.mkv | 32.85MB 05 - Auth Part 1 - Authentication/007 Password Hashing With Bcrypt.mkv | 31.45MB 05 - Auth Part 1 - Authentication/008 Feature_ Signing In.mkv | 24.97MB 05 - Auth Part 1 - Authentication/009 Intro to JSON Web Tokens (JWT).mkv | 36.80MB 05 - Auth Part 1 - Authentication/010 Setting up the JWT Module and Passport.js.mkv | 14.03MB 05 - Auth Part 1 - Authentication/011 Signing a JWT Token on Sign In (Authentication).mkv | 40.70MB 05 - Auth Part 1 - Authentication/012 Implementing JWT Validation.mkv | 66.23MB 05 - Auth Part 1 - Authentication/013 Custom @GetUser Decorator.mkv | 10.87MB 05 - Auth Part 1 - Authentication/014 Guarding the Tasks Routes.mkv | 10.00MB 05 - Auth Part 1 - Authentication/015 Section Code.html | 91B 05 - Auth Part 1 - Authentication/external-assets-links.txt | 218B 06 - Auth Part 2 - Task Ownership and Restrictions/001 Tasks and Users - Database Relation.mkv | 20.46MB 06 - Auth Part 2 - Task Ownership and Restrictions/002 Make Users Own Tasks.mkv | 31.30MB 06 - Auth Part 2 - Task Ownership and Restrictions/003 Serialize User Data.mkv | 37.07MB 06 - Auth Part 2 - Task Ownership and Restrictions/004 Restricting Getting All Tasks.mkv | 23.48MB 06 - Auth Part 2 - Task Ownership and Restrictions/005 BUG FIX_ Getting All Tasks.mkv | 26.59MB 06 - Auth Part 2 - Task Ownership and Restrictions/006 Restricting Getting a Task By ID.mkv | 26.99MB 06 - Auth Part 2 - Task Ownership and Restrictions/007 Restricting Status Updates.mkv | 5.14MB 06 - Auth Part 2 - Task Ownership and Restrictions/008 Restricting Deleting A Task.mkv | 10.42MB 06 - Auth Part 2 - Task Ownership and Restrictions/009 Section Code.html | 106B 06 - Auth Part 2 - Task Ownership and Restrictions/external-assets-links.txt | 103B 07 - THANK YOU_/001 THANK YOU_ (+ Promotion).mkv | 5.70MB 08 - (Bonus) Logging/001 Introduction to Logging.mkv | 10.60MB 08 - (Bonus) Logging/002 Implementing Logs in our NestJS app.mkv | 173.67MB 08 - (Bonus) Logging/003 Section Code.html | 93B 08 - (Bonus) Logging/external-assets-links.txt | 76B 09 - (Bonus) Configuration Management/001 Introduction to Configuration.mkv | 9.62MB 09 - (Bonus) Configuration Management/002 Windows_ Environment Variables.html | 1.30KB 09 - (Bonus) Configuration Management/003 Quick Intro to Environment Variables.mkv | 21.61MB 09 - (Bonus) Configuration Management/004 Setting up ConfigModule.mkv | 69.96MB 09 - (Bonus) Configuration Management/005 TypeORM Configuration.mkv | 55.13MB 09 - (Bonus) Configuration Management/006 Config Schema Validation.mkv | 51.74MB 09 - (Bonus) Configuration Management/007 JWT Secret Configuration.mkv | 30.23MB 09 - (Bonus) Configuration Management/008 Section Code.html | 99B 10 - (Bonus) Front-end Application/001 Front-end Application.mkv | 41.76MB 10 - (Bonus) Front-end Application/002 Section Code.html | 94B 10 - (Bonus) Front-end Application/external-assets-links.txt | 102B 11 - (Bonus) Deployment/001 DISCLAIMER_ Potential Costs.html | 582B 11 - (Bonus) Deployment/002 Signing up to Heroku.mkv | 4.06MB 11 - (Bonus) Deployment/003 Creating a Heroku Application.mkv | 2.93MB 11 - (Bonus) Deployment/004 Installing the the Heroku CLI.mkv | 3.10MB 11 - (Bonus) Deployment/005 Postgres on Heroku.mkv | 9.20MB 11 - (Bonus) Deployment/006 Changes in our NestJS App.mkv | 31.47MB 11 - (Bonus) Deployment/007 Deploying NestJS to Heroku.mkv | 118.40MB 11 - (Bonus) Deployment/008 Deploying Front-end to GitHub Pages.mkv | 48.12MB 11 - (Bonus) Deployment/009 Section Code.html | 90B 11 - (Bonus) Deployment/external-assets-links.txt | 128B 12 - (Bonus) Unit Testing/001 Unit Testing Crash Course_ Basics.mkv | 5.70MB 12 - (Bonus) Unit Testing/002 Unit Testing Crash Course_ First Tests.mkv | 21.03MB 12 - (Bonus) Unit Testing/003 IMPORTANT_ Fixing import paths.mkv | 8.64MB 12 - (Bonus) Unit Testing/004 Testing TasksService - Part 1.mkv | 124.38MB 12 - (Bonus) Unit Testing/005 Testing TasksService - Part 2.mkv | 35.58MB 12 - (Bonus) Unit Testing/006 Section Code.html | 88B 13 - GraphQL + MongoDB/001 GraphQL + MongoDB_ Section Introduction.mkv | 11.00MB 13 - GraphQL + MongoDB/002 Project Overview_ School Management.mkv | 12.48MB 13 - GraphQL + MongoDB/003 MongoDB Installation.html | 1.60KB 13 - GraphQL + MongoDB/004 Robo 3T - Connecting to the MongoDB Database.mkv | 3.06MB 13 - GraphQL + MongoDB/005 Project setup.mkv | 6.44MB 13 - GraphQL + MongoDB/006 Ensure NestJS 7 Installation.mkv | 1.15MB 13 - GraphQL + MongoDB/007 Installing GraphQL Dependencies.mkv | 17.79MB 13 - GraphQL + MongoDB/008 IMPORTANT_ GraphQL installation version.html | 657B 13 - GraphQL + MongoDB/009 Creating the Lesson Module.mkv | 8.75MB 13 - GraphQL + MongoDB/010 Defining the Lesson GraphQL Type.mkv | 11.20MB 13 - GraphQL + MongoDB/011 Creating the Lesson Resolver.mkv | 14.72MB 13 - GraphQL + MongoDB/012 Using the GraphQL Playground.mkv | 8.50MB 13 - GraphQL + MongoDB/013 Persistence_ TypeORM, MongoDB and our Lesson Entity.mkv | 52.77MB 13 - GraphQL + MongoDB/014 LessonService and createLesson method.mkv | 69.81MB 13 - GraphQL + MongoDB/015 Create Lesson GraphQL Mutation.mkv | 30.01MB 13 - GraphQL + MongoDB/016 getLesson GraphQL Query with MongoDB.mkv | 15.37MB 13 - GraphQL + MongoDB/017 Validation_ Create Lesson Input.mkv | 59.37MB 13 - GraphQL + MongoDB/018 Challenge_ Get All Lessons GraphQL Query.mkv | 29.76MB 13 - GraphQL + MongoDB/019 Creating the Student Module.mkv | 5.28MB 13 - GraphQL + MongoDB/020 Challenge_ Defining the Student Entity.mkv | 16.65MB 13 - GraphQL + MongoDB/021 Challenge_ Create Student Mutation.mkv | 84.45MB 13 - GraphQL + MongoDB/022 Challenge_ Get All Students GraphQL Query.mkv | 20.04MB 13 - GraphQL + MongoDB/023 Challenge_ Get Student by ID Query.mkv | 26.78MB 13 - GraphQL + MongoDB/024 Assign Students To Lesson GraphQL Mutation.mkv | 84.18MB 13 - GraphQL + MongoDB/025 Improvement_ Assign Students Upon Lesson Creation.mkv | 30.30MB 13 - GraphQL + MongoDB/026 Resolve _students_ Field in Lesson.mkv | 79.37MB 13 - GraphQL + MongoDB/027 Additional Resources_ GraphQL.html | 502B 13 - GraphQL + MongoDB/028 Section Code.html | 67B

Recommend

Magnetic link has been copied to the cutting board