zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - The Nest JS Bootcamp - Complete Developer Guide
magnet:?xt=urn:btih:1c3889fb94f31614f67f64872585018d44b6eabe&dn=[FreeCourseSite.com] Udemy - The Nest JS Bootcamp - Complete Developer Guide
磁力链接详情
文件列表详情
1c3889fb94f31614f67f64872585018d44b6eabe
infohash:
97
文件数量
4.08 GB
文件大小
2023-5-21 08:37
创建日期
2024-11-9 08:53
最后访问
相关分词
FreeCourseSite
com
Udemy
-
The
Nest
JS
Bootcamp
-
Complete
Developer
Guide
1. Introduction/1. Introduction.mp4 31.77 MB
1. Introduction/2. What is a REST API.mp4 32.95 MB
1. Introduction/3. Setup Work.mp4 13.4 MB
10. Identifying the User/1. An Issue With Our Current Setup.mp4 23 MB
10. Identifying the User/2. Creating a Custom Param Decorator.mp4 24.1 MB
10. Identifying the User/3. How Are We Accessing the User Object.mp4 17.04 MB
10. Identifying the User/4. Creating a User Interceptor.mp4 115.58 MB
10. Identifying the User/5. Wrapping up the Custom Decorator Implementation.mp4 57.51 MB
10. Identifying the User/6. Ensuring the Realtor that Created the House Can Delete or Update it.mp4 66.47 MB
10. Identifying the User/7. Creating the Me Endpoint.mp4 9.65 MB
11. Implementing Authorization/1. The Need for Authorization.mp4 22.93 MB
11. Implementing Authorization/2. This is the End Goal.mp4 18.42 MB
11. Implementing Authorization/3. An Introduction to Guards.mp4 34.84 MB
11. Implementing Authorization/4. Pseudo-Coding Our Guard Logic.mp4 20.85 MB
11. Implementing Authorization/5. Passing Route Data as Metadata.mp4 52.3 MB
11. Implementing Authorization/6. Verifying the JWT Token.mp4 55.87 MB
11. Implementing Authorization/7. Accessing the User From the DB.mp4 48.64 MB
11. Implementing Authorization/8. Some Manual Testing.mp4 34.28 MB
11. Implementing Authorization/9. Globally Utilizing the Guard.mp4 19.3 MB
12. A Few More Endpoints/1. We Need Two More Endpoints.mp4 6.14 MB
12. A Few More Endpoints/2. The Inquire About Home Endpoint.mp4 69.59 MB
12. A Few More Endpoints/3. The Message Retrieval Endpoint.mp4 40.25 MB
12. A Few More Endpoints/4. Send Back More Useful Info.mp4 10.03 MB
13. Writing Automated Tests/1. An Intro to Automated Testing.mp4 16.27 MB
13. Writing Automated Tests/2. The Structure of a Test File.mp4 43.31 MB
13. Writing Automated Tests/3. Writing Our First Tests.mp4 92.92 MB
13. Writing Automated Tests/4. Testing Whether an Error Was Thrown.mp4 15.91 MB
13. Writing Automated Tests/5. Testing the Create Service.mp4 124.81 MB
13. Writing Automated Tests/6. We Should Also Test the Controller.mp4 19.23 MB
13. Writing Automated Tests/7. Our First Controller Test.mp4 43.46 MB
13. Writing Automated Tests/8. More Controller Tests.mp4 72.88 MB
13. Writing Automated Tests/9. One More Controller Test.mp4 38.99 MB
2. Creating Routes with Controllers/1. App Overview.mp4 9.66 MB
2. Creating Routes with Controllers/10. Accessing the Request Body.mp4 63.89 MB
2. Creating Routes with Controllers/11. Completing the Update Logic.mp4 55.38 MB
2. Creating Routes with Controllers/12. Completing the Delete Logic.mp4 39.73 MB
2. Creating Routes with Controllers/2. The Nest CLI.mp4 51.05 MB
2. Creating Routes with Controllers/3. Working with Controllers.mp4 43.46 MB
2. Creating Routes with Controllers/4. Updating the Route Path.mp4 55.66 MB
2. Creating Routes with Controllers/5. Adding Path Parameters.mp4 34.58 MB
2. Creating Routes with Controllers/6. Adding a POST, PUT and DELETE Endpoint.mp4 40.01 MB
2. Creating Routes with Controllers/7. A Little on TypeScript.mp4 58.37 MB
2. Creating Routes with Controllers/8. Accessing Path Parameters With Param Decorators.mp4 56.91 MB
2. Creating Routes with Controllers/9. Accessing Multiple Path Parameters.mp4 38.06 MB
3. Business Logic Should Be In Services/1. Addressing Some Issues.mp4 39.06 MB
3. Business Logic Should Be In Services/2. Creating Our First Service.mp4 25.87 MB
3. Business Logic Should Be In Services/3. Injecting Our Service Into the Controller.mp4 41.19 MB
3. Business Logic Should Be In Services/4. Creating the Rest of the Services.mp4 67.82 MB
3. Business Logic Should Be In Services/5. Manual Testing to See if Everything Still Works.mp4 37.4 MB
4. Adding Validations with Pipes and DTOs/1. Things We Need to Validate.mp4 14.81 MB
4. Adding Validations with Pipes and DTOs/2. Validating the Path Param With a Pipe.mp4 48.8 MB
4. Adding Validations with Pipes and DTOs/3. Utilizing an Enum Validation Pipe.mp4 19.02 MB
4. Adding Validations with Pipes and DTOs/4. Validating the Body With DTOs.mp4 51.85 MB
4. Adding Validations with Pipes and DTOs/5. Making Properties Optional.mp4 27.11 MB
4. Adding Validations with Pipes and DTOs/6. Whitelisting Undesired Properties.mp4 20.35 MB
5. Transforming the Response With Interceptors/1. A Better Response Project.mp4 26.95 MB
5. Transforming the Response With Interceptors/2. Creating a Response DTO.mp4 42.85 MB
5. Transforming the Response With Interceptors/3. Wrapping the Response Object With the DTO.mp4 47.29 MB
5. Transforming the Response With Interceptors/4. Adding a Serializer Interceptor.mp4 21.99 MB
5. Transforming the Response With Interceptors/5. Transforming a Property With the Expose Decorator.mp4 13.01 MB
5. Transforming the Response With Interceptors/6. What is an Interceptor.mp4 14.2 MB
5. Transforming the Response With Interceptors/7. Creating a Custom Interceptor.mp4 86.61 MB
6. Organizing Files with Modules/1. Adding a New Endpoint.mp4 34.73 MB
6. Organizing Files with Modules/2. Moving Our Report Logic Into its Own Directory.mp4 55.46 MB
6. Organizing Files with Modules/3. Injecting Services From One Module to Another.mp4 58.27 MB
6. Organizing Files with Modules/4. Completing the Summary Endpoint.mp4 33.2 MB
7. Working With Databases/1. App Overview.mp4 22.21 MB
7. Working With Databases/10. Performing a Migration.mp4 7.59 MB
7. Working With Databases/2. Creating a New Nest Project.mp4 12.4 MB
7. Working With Databases/3. Creating a Postgres Database in the Cloud.mp4 35.79 MB
7. Working With Databases/4. Introducing Prisma (A NodeJS ORM).mp4 18.19 MB
7. Working With Databases/5. Downloading Prisma Into Our Nest Project.mp4 30.48 MB
7. Working With Databases/6. Defining Our Data Schema.mp4 48.62 MB
7. Working With Databases/7. More on Database Schemas.mp4 27.31 MB
7. Working With Databases/8. Defining Model Relationships.mp4 78.76 MB
7. Working With Databases/9. More Relationships....mp4 61.64 MB
8. Implementing Authentication/1. Introduction to Authentication.mp4 13.02 MB
8. Implementing Authentication/10. Implementing the Signin Logic.mp4 107.6 MB
8. Implementing Authentication/11. Adding a Product Key Endpoint.mp4 56.7 MB
8. Implementing Authentication/12. Validating Individuals That Try to Signup as Realtors or Admins.mp4 86.2 MB
8. Implementing Authentication/2. Discussing the Signup Logic.mp4 18.55 MB
8. Implementing Authentication/3. Validating the User Input.mp4 77.35 MB
8. Implementing Authentication/4. Validating the User's Email.mp4 99.96 MB
8. Implementing Authentication/5. How Should We Store Passwords.mp4 18.26 MB
8. Implementing Authentication/6. Hashing Our Password.mp4 20.82 MB
8. Implementing Authentication/7. Storing the User in the Database.mp4 22.65 MB
8. Implementing Authentication/8. What Should We Return.mp4 22.72 MB
8. Implementing Authentication/9. Returning a JSON Web Token.mp4 38.78 MB
9. Adding Our Business Logic/1. Creating All of Our Endpoints.mp4 40.27 MB
9. Adding Our Business Logic/2. Fetching All Homes.mp4 108.74 MB
9. Adding Our Business Logic/3. Define the Response DTO.mp4 46.7 MB
9. Adding Our Business Logic/4. Accessing Query Parameters From the Request.mp4 49.06 MB
9. Adding Our Business Logic/5. Filtering For Specific Homes.mp4 83.6 MB
9. Adding Our Business Logic/6. Fetching a Home By Id.mp4 61.03 MB
9. Adding Our Business Logic/7. Creating a New Home.mp4 104.21 MB
9. Adding Our Business Logic/8. Updating a Home.mp4 59.27 MB
9. Adding Our Business Logic/9. Deleting a Home.mp4 32.48 MB
其他位置