FileMood

Download [FreeCourseSite.com] Udemy - The Nest JS Bootcamp - Complete Developer Guide

FreeCourseSite com Udemy The Nest JS Bootcamp Complete Developer Guide

Name

[FreeCourseSite.com] Udemy - The Nest JS Bootcamp - Complete Developer Guide

 DOWNLOAD Copy Link

Total Size

4.4 GB

Total Files

188

Last Seen

2024-07-24 00:10

Hash

1C3889FB94F31614F67F64872585018D44B6EABE

/0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/1. Introduction/

1. Introduction.mp4

33.3 MB

2. What is a REST API.mp4

34.5 MB

3. Setup Work.mp4

14.1 MB

/10. Identifying the User/

1. An Issue With Our Current Setup.mp4

24.1 MB

1. An Issue With Our Current Setup.srt

3.8 KB

2. Creating a Custom Param Decorator.mp4

25.3 MB

2. Creating a Custom Param Decorator.srt

4.6 KB

3. How Are We Accessing the User Object.mp4

17.9 MB

3. How Are We Accessing the User Object.srt

5.6 KB

4. Creating a User Interceptor.mp4

121.2 MB

4. Creating a User Interceptor.srt

20.4 KB

5. Wrapping up the Custom Decorator Implementation.mp4

60.3 MB

5. Wrapping up the Custom Decorator Implementation.srt

9.3 KB

6. Ensuring the Realtor that Created the House Can Delete or Update it.mp4

69.7 MB

6. Ensuring the Realtor that Created the House Can Delete or Update it.srt

11.6 KB

7. Creating the Me Endpoint.mp4

10.1 MB

7. Creating the Me Endpoint.srt

1.3 KB

/11. Implementing Authorization/

1. The Need for Authorization.mp4

24.0 MB

1. The Need for Authorization.srt

4.0 KB

2. This is the End Goal.mp4

19.3 MB

2. This is the End Goal.srt

2.9 KB

3. An Introduction to Guards.mp4

36.5 MB

3. An Introduction to Guards.srt

6.8 KB

4. Pseudo-Coding Our Guard Logic.mp4

21.9 MB

4. Pseudo-Coding Our Guard Logic.srt

4.4 KB

5. Passing Route Data as Metadata.mp4

54.8 MB

5. Passing Route Data as Metadata.srt

9.9 KB

6. Verifying the JWT Token.mp4

58.6 MB

6. Verifying the JWT Token.srt

8.7 KB

7. Accessing the User From the DB.mp4

51.0 MB

7. Accessing the User From the DB.srt

7.0 KB

8. Some Manual Testing.mp4

35.9 MB

8. Some Manual Testing.srt

5.6 KB

9. Globally Utilizing the Guard.mp4

20.2 MB

9. Globally Utilizing the Guard.srt

2.8 KB

/12. A Few More Endpoints/

1. We Need Two More Endpoints.mp4

6.4 MB

1. We Need Two More Endpoints.srt

1.8 KB

2. The Inquire About Home Endpoint.mp4

73.0 MB

2. The Inquire About Home Endpoint.srt

11.2 KB

3. The Message Retrieval Endpoint.mp4

42.2 MB

3. The Message Retrieval Endpoint.srt

6.8 KB

4. Send Back More Useful Info.mp4

10.5 MB

4. Send Back More Useful Info.srt

2.6 KB

/13. Writing Automated Tests/

1. An Intro to Automated Testing.mp4

17.1 MB

2. The Structure of a Test File.mp4

45.4 MB

3. Writing Our First Tests.mp4

97.4 MB

4. Testing Whether an Error Was Thrown.mp4

16.7 MB

5. Testing the Create Service.mp4

130.9 MB

6. We Should Also Test the Controller.mp4

20.2 MB

7. Our First Controller Test.mp4

45.6 MB

8. More Controller Tests.mp4

76.4 MB

9. One More Controller Test.mp4

40.9 MB

/2. Creating Routes with Controllers/

1. App Overview.mp4

10.1 MB

1. App Overview.srt

4.8 KB

10. Accessing the Request Body.mp4

67.0 MB

10. Accessing the Request Body.srt

10.3 KB

11. Completing the Update Logic.mp4

58.1 MB

11. Completing the Update Logic.srt

9.3 KB

12. Completing the Delete Logic.mp4

41.7 MB

12. Completing the Delete Logic.srt

6.5 KB

2. The Nest CLI.mp4

53.5 MB

2. The Nest CLI.srt

9.5 KB

3. Working with Controllers.mp4

45.6 MB

3. Working with Controllers.srt

11.6 KB

4. Updating the Route Path.mp4

58.4 MB

4. Updating the Route Path.srt

12.1 KB

5. Adding Path Parameters.mp4

36.3 MB

5. Adding Path Parameters.srt

7.6 KB

6. Adding a POST, PUT and DELETE Endpoint.mp4

41.9 MB

6. Adding a POST, PUT and DELETE Endpoint.srt

9.3 KB

7. A Little on TypeScript.mp4

61.2 MB

7. A Little on TypeScript.srt

14.5 KB

8. Accessing Path Parameters With Param Decorators.mp4

59.7 MB

8. Accessing Path Parameters With Param Decorators.srt

10.9 KB

9. Accessing Multiple Path Parameters.mp4

39.9 MB

9. Accessing Multiple Path Parameters.srt

6.7 KB

/3. Business Logic Should Be In Services/

1. Addressing Some Issues.mp4

41.0 MB

1. Addressing Some Issues.srt

7.2 KB

2. Creating Our First Service.mp4

27.1 MB

2. Creating Our First Service.srt

5.3 KB

3. Injecting Our Service Into the Controller.mp4

43.2 MB

3. Injecting Our Service Into the Controller.srt

6.3 KB

4. Creating the Rest of the Services.mp4

71.1 MB

4. Creating the Rest of the Services.srt

10.0 KB

5. Manual Testing to See if Everything Still Works.mp4

39.2 MB

5. Manual Testing to See if Everything Still Works.srt

6.8 KB

/4. Adding Validations with Pipes and DTOs/

1. Things We Need to Validate.mp4

15.5 MB

1. Things We Need to Validate.srt

3.3 KB

2. Validating the Path Param With a Pipe.mp4

51.2 MB

2. Validating the Path Param With a Pipe.srt

8.4 KB

3. Utilizing an Enum Validation Pipe.mp4

19.9 MB

3. Utilizing an Enum Validation Pipe.srt

2.8 KB

4. Validating the Body With DTOs.mp4

54.4 MB

4. Validating the Body With DTOs.srt

11.0 KB

5. Making Properties Optional.mp4

28.4 MB

5. Making Properties Optional.srt

5.4 KB

6. Whitelisting Undesired Properties.mp4

21.3 MB

6. Whitelisting Undesired Properties.srt

3.5 KB

/5. Transforming the Response With Interceptors/

1. A Better Response Project.mp4

28.3 MB

1. A Better Response Project.srt

4.4 KB

2. Creating a Response DTO.mp4

44.9 MB

2. Creating a Response DTO.srt

7.0 KB

3. Wrapping the Response Object With the DTO.mp4

49.6 MB

3. Wrapping the Response Object With the DTO.srt

7.2 KB

4. Adding a Serializer Interceptor.mp4

23.1 MB

4. Adding a Serializer Interceptor.srt

4.4 KB

5. Transforming a Property With the Expose Decorator.mp4

13.6 MB

5. Transforming a Property With the Expose Decorator.srt

2.4 KB

6. What is an Interceptor.mp4

14.9 MB

6. What is an Interceptor.srt

4.6 KB

7. Creating a Custom Interceptor.mp4

90.8 MB

7. Creating a Custom Interceptor.srt

18.7 KB

/6. Organizing Files with Modules/

1. Adding a New Endpoint.mp4

36.4 MB

1. Adding a New Endpoint.srt

6.7 KB

2. Moving Our Report Logic Into its Own Directory.mp4

58.2 MB

2. Moving Our Report Logic Into its Own Directory.srt

10.6 KB

3. Injecting Services From One Module to Another.mp4

61.1 MB

3. Injecting Services From One Module to Another.srt

11.5 KB

4. Completing the Summary Endpoint.mp4

34.8 MB

4. Completing the Summary Endpoint.srt

6.8 KB

/7. Working With Databases/

1. App Overview.mp4

23.3 MB

1. App Overview.srt

8.1 KB

10. Performing a Migration.mp4

8.0 MB

10. Performing a Migration.srt

1.6 KB

2. Creating a New Nest Project.mp4

13.0 MB

2. Creating a New Nest Project.srt

2.1 KB

3. Creating a Postgres Database in the Cloud.mp4

37.5 MB

3. Creating a Postgres Database in the Cloud.srt

9.6 KB

4. Introducing Prisma (A NodeJS ORM).mp4

19.1 MB

4. Introducing Prisma (A NodeJS ORM).srt

3.5 KB

5. Downloading Prisma Into Our Nest Project.mp4

32.0 MB

5. Downloading Prisma Into Our Nest Project.srt

6.3 KB

6. Defining Our Data Schema.mp4

51.0 MB

6. Defining Our Data Schema.srt

12.4 KB

7. More on Database Schemas.mp4

28.6 MB

7. More on Database Schemas.srt

6.1 KB

8. Defining Model Relationships.mp4

82.6 MB

8. Defining Model Relationships.srt

12.8 KB

9. More Relationships....mp4

64.6 MB

9. More Relationships....srt

9.5 KB

/.../0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/8. Implementing Authentication/

1. Introduction to Authentication.mp4

13.7 MB

1. Introduction to Authentication.srt

3.7 KB

10. Implementing the Signin Logic.mp4

112.8 MB

10. Implementing the Signin Logic.srt

23.7 KB

11. Adding a Product Key Endpoint.mp4

59.5 MB

11. Adding a Product Key Endpoint.srt

11.5 KB

12. Validating Individuals That Try to Signup as Realtors or Admins.mp4

90.4 MB

12. Validating Individuals That Try to Signup as Realtors or Admins.srt

16.5 KB

2. Discussing the Signup Logic.mp4

19.5 MB

2. Discussing the Signup Logic.srt

4.6 KB

3. Validating the User Input.mp4

81.1 MB

3. Validating the User Input.srt

16.9 KB

4. Validating the User's Email.mp4

104.8 MB

4. Validating the User's Email.srt

20.2 KB

5. How Should We Store Passwords.mp4

19.1 MB

5. How Should We Store Passwords.srt

7.1 KB

6. Hashing Our Password.mp4

21.8 MB

6. Hashing Our Password.srt

4.5 KB

7. Storing the User in the Database.mp4

23.8 MB

7. Storing the User in the Database.srt

4.3 KB

8. What Should We Return.mp4

23.8 MB

8. What Should We Return.srt

6.5 KB

9. Returning a JSON Web Token.mp4

40.7 MB

9. Returning a JSON Web Token.srt

7.2 KB

/9. Adding Our Business Logic/

1. Creating All of Our Endpoints.mp4

42.2 MB

1. Creating All of Our Endpoints.srt

9.9 KB

2. Fetching All Homes.mp4

114.0 MB

2. Fetching All Homes.srt

19.4 KB

3. Define the Response DTO.mp4

49.0 MB

3. Define the Response DTO.srt

7.5 KB

4. Accessing Query Parameters From the Request.mp4

51.4 MB

4. Accessing Query Parameters From the Request.srt

9.0 KB

5. Filtering For Specific Homes.mp4

87.7 MB

5. Filtering For Specific Homes.srt

15.6 KB

6. Fetching a Home By Id.mp4

64.0 MB

6. Fetching a Home By Id.srt

11.7 KB

7. Creating a New Home.mp4

109.3 MB

7. Creating a New Home.srt

17.3 KB

8. Updating a Home.mp4

62.1 MB

8. Updating a Home.srt

9.1 KB

9. Deleting a Home.mp4

34.1 MB

9. Deleting a Home.srt

5.7 KB

 

Total files 188


Copyright © 2024 FileMood.com