NestJS Zero to Hero - Modern TypeScript Back-end Development

NestJS Zero to Hero - Modern TypeScript Back-end Development

Size
3.8 GB
Seeders
4
Leechers
3
Files
99
Category
Added
11/29/20 at 1:50pm GMT+1
Infohash
87a2bad9155e89c802146b173528784b256d9627

Description


Description



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.

Who this course is for:



   Intermediate JavaScript developers who want to dive into back-end development

   Any developers willing to apply TypeScript on the back-end

   Developers eager to learn how to develop performant, secure and production-ready REST APIs following best practices

   Developers who want to learn how to deploy their application to the cloud (Amazon Web Services)

   Developers who want to follow building a practical, real-world application from zero to production



Requirements



   Having a basic understanding of JavaScript and/or NodeJS

   Having basic knowledge of TypeScript is recommended, but not required



Last Updated 5/2020

File list
  • NestJS Zero to Hero - Modern TypeScript Back-end Development
  • TutsNode.com.txt 63 B
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/1. Welcome to the course!.mp4 4.2 MB
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/1. Welcome to the course!.srt 1.7 KB
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/2. Thank you + Future Content.mp4 35 MB
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/2. Thank you + Future Content.srt 2.5 KB
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/3. What is NestJS.mp4 12.9 MB
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/3. What is NestJS.srt 2.8 KB
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/4. Installing Node.js and NPM.html 458 B
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/5. Installing the NestJS CLI.mp4 9.7 MB
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/5. Installing the NestJS CLI.srt 2.9 KB
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/6. Installing Postman.html 479 B
  • [TutsNode.com] - NestJS Zero to Hero/1. Introduction to NestJS & Pre-requisites/7. (Optional) Installing Visual Studio Code.html 772 B
  • [TutsNode.com] - NestJS Zero to Hero/11. (Bonus) Testing a NestJS Application/8. Testing UserRepository.mp4 162.5 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/1. Project Overview Task Management Application.mp4 31.5 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/1. Project Overview Task Management Application.srt 8.1 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/1.1 project-overview-edited.mp4 50.2 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/10. Defining a Task Model.mp4 23.4 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/10. Defining a Task Model.srt 5.9 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/11. Feature Creating a Task (Part 1 Service).mp4 34 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/11. Feature Creating a Task (Part 1 Service).srt 6.6 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/12. Feature Creating a Task (Part 2 Controller).mp4 42.6 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/12. Feature Creating a Task (Part 2 Controller).srt 6.4 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/13. Introduction to Data Transfer Objects (DTOs).mp4 56.3 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/13. Introduction to Data Transfer Objects (DTOs).srt 8.4 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/14. Creating a CreateTaskDto.mp4 40.3 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/14. Creating a CreateTaskDto.srt 5.6 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/15. Feature Getting a Task by ID.mp4 32.3 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/15. Feature Getting a Task by ID.srt 5 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/16. Challenge Deleting a Task.mp4 5.1 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/16. Challenge Deleting a Task.srt 1 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/17. Solution Deleting a Task.mp4 36.4 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/17. Solution Deleting a Task.srt 6.7 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/18. Challenge Updating a Task's Status.mp4 10 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/18. Challenge Updating a Task's Status.srt 1.5 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/19. Solution Updating a Task's Status.mp4 32.7 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/19. Solution Updating a Task's Status.srt 5.6 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/2. Creating a project via the CLI and an introduction to a NestJS project structure.mp4 35.7 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/2. Creating a project via the CLI and an introduction to a NestJS project structure.srt 8.1 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/20. Feature Searching and Filtering Tasks.mp4 83 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/20. Feature Searching and Filtering Tasks.srt 10.5 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/21. Summary Quiz.html 130 B
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/22. NEW COURSE + DISCOUNT COUPON.html 489 B
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/3. Introduction to NestJS Modules.mp4 19.1 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/3. Introduction to NestJS Modules.srt 2.9 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/4. Creating a Tasks Module.mp4 13.3 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/4. Creating a Tasks Module.srt 3.6 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/5. Introduction to NestJS Controllers.mp4 27 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/5. Introduction to NestJS Controllers.srt 4.9 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/6. Creating a Tasks Controller.mp4 15.5 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/6. Creating a Tasks Controller.srt 4.3 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/7. Introduction to NestJS Providers and Services.mp4 24.2 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/7. Introduction to NestJS Providers and Services.srt 3.6 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/8. Creating a Tasks Service.mp4 15.7 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/8. Creating a Tasks Service.srt 4 KB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/9. Feature Getting all Tasks.mp4 26.3 MB
  • [TutsNode.com] - NestJS Zero to Hero/2. REST API - Task Management Application (CRUD)/9. Feature Getting all Tasks.srt 6.3 KB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/1. Introduction to NestJS Pipes.mp4 43.3 MB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/1. Introduction to NestJS Pipes.srt 6.2 KB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/2. ValidationPipe Creating a Task.mp4 27.7 MB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/2. ValidationPipe Creating a Task.srt 4.3 KB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/2.1 class-validator GitHub repository.html 127 B
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/3. Error Handling Getting a non-existing Task.mp4 21.5 MB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/3. Error Handling Getting a non-existing Task.srt 3.8 KB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/4. Error Handling Deleting a non-existing Task.mp4 12.8 MB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/4. Error Handling Deleting a non-existing Task.srt 2.3 KB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/5. Custom Pipe Validating the Task Status.mp4 52.4 MB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/5. Custom Pipe Validating the Task Status.srt 7.5 KB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/6. ValidationPipe Task Filtering and Search.mp4 24.2 MB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/6. ValidationPipe Task Filtering and Search.srt 4.4 KB
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/7. Summary Quiz.html 130 B
  • [TutsNode.com] - NestJS Zero to Hero/3. Validation and Error Handling/8. Source Code - Validation and Error Handling.html 457 B
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/1. Installing PostgreSQL and pgAdmin.html 946 B
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/10. Persistence Creating a Task.mp4 53.9 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/10. Persistence Creating a Task.srt 7.5 KB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/11. Challenge Delete Task Persistence.mp4 10.9 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/11. Challenge Delete Task Persistence.srt 2.3 KB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/11.1 TypeORM Repository.remove().html 148 B
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/11.2 TypeORM Repisotry.delete().html 148 B
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/12. Solution Delete Task Persistence.mp4 46 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/2. Using pgAdmin to create a Database.mp4 9.1 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/2. Using pgAdmin to create a Database.srt 2.4 KB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/2.1 pgAdmin Download.html 94 B
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/3. Introduction to Object Relational Mapping and TypeORM.mp4 17.7 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/3. Introduction to Object Relational Mapping and TypeORM.srt 4.3 KB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/4. IMPORTANT TypeORM Entities Configuration.html 514 B
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/5. Connecting NestJS to a database using TypeORM.mp4 30.3 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/5. Connecting NestJS to a database using TypeORM.srt 6.7 KB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/6. Creating a Task Entity.mp4 9.2 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/6. Creating a Task Entity.srt 2 KB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/6.1 TypeORM Entities.html 124 B
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/7. Creating a Task Repository.mp4 17.1 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/7. Creating a Task Repository.srt 4.4 KB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/7.1 TypeORM Custom Repository.html 133 B
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/7.2 TypeORM Repository Documentation.html 141 B
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/8. Preparation for Task Service Refactoring.mp4 24.6 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/8. Preparation for Task Service Refactoring.srt 3.4 KB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/9. Persistence Getting a Task by ID.mp4 48.8 MB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/9. Persistence Getting a Task by ID.srt 8 KB
  • [TutsNode.com] - NestJS Zero to Hero/4. Data Persistence - PostgreSQL & TypeORM/9.1 TypeORM findOne.html 149 B

Rating
Not rated yet
Log in to rate

Comments

No comments yet.