FileMood

Download [FreeCourseSite.com] Udemy - Node.js The Complete Guide to Build RESTful APIs

FreeCourseSite com Udemy Node js The Complete Guide to Build RESTful APIs

Name

[FreeCourseSite.com] Udemy - Node.js The Complete Guide to Build RESTful APIs

 DOWNLOAD Copy Link

Total Size

7.7 GB

Total Files

266

Hash

9A823EB946ABDA0F22E18DCDE43CED1EA7C4D25C

/1. Getting Started/

1. Welcome.mp4

11.1 MB

2. What is Node.mp4

25.7 MB

3. Node Architecture.mp4

29.5 MB

4. How Node Works.mp4

37.9 MB

5. Installing Node.mp4

21.2 MB

6. Your First Node Program.mp4

11.3 MB

7. Course Structure.mp4

21.1 MB

8. Recap.html

0.0 KB

8.1 Getting Started Recap.pdf.pdf

29.7 KB

9. Asking Questions.html

0.0 KB

/10. Authentication and Authorization/

1. Introduction.mp4

17.3 MB

1.1 10- Authentication and Authorization.zip.zip

64.3 KB

10. Storing Secrets in Environment Variables.mp4

52.3 MB

11. Setting Response Headers.mp4

42.9 MB

12. Encapsulating Logic in Mongoose Models.mp4

83.8 MB

13. Authorization Middleware.mp4

58.2 MB

14. Protecting Routes.mp4

31.3 MB

15. Getting the Current User.mp4

45.5 MB

16. Logging Out Users.mp4

23.9 MB

17. Role Based Authorization.mp4

48.2 MB

18. Testing the Authorization.mp4

37.1 MB

19. Recap.html

0.0 KB

19.1 Authentication and Authorization Recap.pdf.pdf

67.3 KB

2. Creating the User Model.mp4

31.7 MB

3. Registering Users.mp4

75.8 MB

4. Using Lodash.mp4

47.1 MB

5. Hashing Passwords.mp4

38.5 MB

6. Authenticating Users.mp4

60.8 MB

7. Testing the Authentication.mp4

24.0 MB

8. JSON Web Tokens.mp4

44.0 MB

9. Generating Authentication Tokens.mp4

39.8 MB

/11. Handling and Logging Errors/

1. Introduction.mp4

33.6 MB

1.1 11- Handling and Logging Errors.zip.zip

89.1 KB

10. Error Handling Recap.mp4

23.7 MB

11. Refactoring Index.js- Extracting Routes.mp4

60.6 MB

12. Extracting the DB Logic.mp4

29.0 MB

13. Logging.mp4

24.1 MB

14. Extracting the Config Logic.mp4

19.0 MB

15. Extracting the Validation Logic.mp4

15.1 MB

16. Showing Unhandled Exceptions on the Console.mp4

14.2 MB

17. Recap.html

0.0 KB

17.1 Handling and Logging Errors Recap.pdf.pdf

71.2 KB

2. Handling Rejected Promises.mp4

32.2 MB

3. Express Error Middleware.mp4

52.1 MB

4. Removing Try_Catch docs.mp4

82.2 MB

5. Express Async Errors.mp4

32.5 MB

6. Logging Errors.mp4

56.5 MB

7. Logging to MongoDB.mp4

41.3 MB

8. Uncaught Exceptions.mp4

35.2 MB

9. Unhandled Promise Rejections.mp4

81.1 MB

/12. Unit Testing/

1. What is Automated Testing.mp4

24.8 MB

1.1 12- Unit Testing.zip.zip

127.1 KB

10. Testing Strings.mp4

22.1 MB

11. Testing Arrays.mp4

48.9 MB

12. Testing Objects.mp4

42.0 MB

13. Testing Exceptions.mp4

51.3 MB

14. Continually Running Tests.mp4

12.5 MB

15. Exercise- Testing the FizzBuzz.mp4

43.2 MB

16. Creating Simple Mock Functions.mp4

41.6 MB

17. Interaction Testing.mp4

39.2 MB

18. Jest Mock Functions.mp4

63.4 MB

19. What to Unit Test.mp4

23.4 MB

2. Benefits of Automated Testing.mp4

45.7 MB

20. Exercise.mp4

61.4 MB

21. Recap.html

0.0 KB

21.1 Unit Testing Recap .pdf.pdf

47.2 KB

3. Types of Tests.mp4

36.3 MB

4. Test Pyramid.mp4

23.7 MB

5. Tooling.mp4

16.4 MB

6. Writing Your First Unit Test.mp4

32.0 MB

6.1 11.6- Writing Your First Test.zip.zip

7.0 KB

7. Testing Numbers.mp4

46.2 MB

8. Grouping Tests.mp4

23.0 MB

9. Refactoring with Confidence.mp4

17.2 MB

/13. Integration Testing/

1. Introduction.mp4

4.6 MB

1.1 13- Integration Testing.zip.zip

165.0 KB

10. Testing Invalid Inputs.mp4

53.3 MB

11. Testing the Happy Paths.mp4

27.1 MB

12. Writing Clean Tests.mp4

110.2 MB

13. Testing the Auth Middleware.mp4

93.8 MB

14. Unit Testing the Auth Middleware.mp4

61.6 MB

15. Code Coverage.mp4

77.6 MB

16. Exercise.mp4

2.3 MB

16.1 13.16- Testing PUT and DELETE Routes.zip.zip

177.9 KB

17. Recap.html

0.0 KB

17.1 Integration Testing Recap .pdf.pdf

30.6 KB

2. Preparing the App.mp4

21.1 MB

3. Setting Up the Test DB.mp4

19.0 MB

4. Your First Integration Test.mp4

36.1 MB

5. Populating the Test DB.mp4

53.9 MB

6. Testing Routes with Parameters.mp4

28.7 MB

7. Validating Object ID_s.mp4

38.3 MB

8. Refactoring with Confidence.mp4

21.6 MB

9. Testing the Authorization.mp4

23.8 MB

/14. Test-driven Development/

1. What is Test-driven Development.mp4

19.3 MB

1.1 14- Test-driven Development.zip.zip

185.9 KB

10. Testing the Valid Request.mp4

26.8 MB

11. Testing the Return Date.mp4

39.0 MB

12. Testing the Rental Fee.mp4

46.0 MB

13. Testing the Movie Stock.mp4

60.7 MB

14. Testing the Response.mp4

39.3 MB

15. Refactoring the Validation Logic.mp4

85.2 MB

16. Mongoose Static Methods.mp4

77.2 MB

17. Refactoring the Domain Logic.mp4

49.6 MB

2. Implementing the Returns.mp4

16.5 MB

3. Test Cases.mp4

15.0 MB

4. Populating the Database.mp4

65.5 MB

5. Testing the Authorization.mp4

64.5 MB

6. Testing the Input.mp4

34.1 MB

7. Refactoring Tests.mp4

49.3 MB

8. Looking Up an Object.mp4

30.1 MB

9. Testing if Rental Processed.mp4

21.1 MB

/15. Deployment/

1. Introduction.mp4

10.4 MB

1.1 15- Deployment.zip.zip

95.8 KB

10. Coupon to My Other Courses.html

0.0 KB

2. Preparing the App for Production.mp4

15.4 MB

3. Getting Started With Heroku.mp4

13.9 MB

4. Preparing the App for Deployment.mp4

13.3 MB

5. Adding the Code to a Git Repository.mp4

19.4 MB

6. Deploying to Heroku.mp4

22.4 MB

7. Viewing Logs.mp4

32.1 MB

8. Setting Environment Variables.mp4

23.6 MB

9. MongoDB in the Cloud.mp4

76.6 MB

/2. Node Module System/

1. Introduction.mp4

1.2 MB

10. Events Module.mp4

34.6 MB

11. Event Arguments.mp4

19.4 MB

12. Extending Event Emitter.mp4

58.8 MB

13. HTTP Module.mp4

48.4 MB

14. Recap.html

0.0 KB

14.1 Node Core Recap.pdf.pdf

44.8 KB

2. Global Object.mp4

15.0 MB

3. Modules.mp4

14.6 MB

4. Creating a Module.mp4

33.1 MB

5. Loading a Module.mp4

27.3 MB

6. Module Wrapper Function.mp4

31.5 MB

7. Path Module.mp4

27.3 MB

8. OS Module.mp4

24.4 MB

9. File System Module.mp4

27.3 MB

/3. Node Package Manager/

1. Introduction.mp4

13.9 MB

10. Installing a Specific Version of a Package.mp4

4.2 MB

11. Updating Local Packages.mp4

31.7 MB

12. DevDependencies.mp4

13.2 MB

13. Uninstalling a Package.mp4

2.6 MB

14. Working with Global Packages.mp4

9.2 MB

15. Publishing a Package.mp4

21.1 MB

16. Updating a Published Package.mp4

8.2 MB

17. Recap.html

0.0 KB

17.1 NPM Recap.pdf.pdf

35.9 KB

2. Package.json.mp4

15.8 MB

3. Installing a Node Package.mp4

28.2 MB

4. Using a Package.mp4

19.5 MB

5. Package Dependencies.mp4

19.6 MB

6. NPM Packages and Source Control.mp4

24.7 MB

7. Semantic Versioning.mp4

32.3 MB

8. Listing the Installed Packages.mp4

17.7 MB

9. Viewing Registry Info for a Package.mp4

21.2 MB

/4. Building RESTful API_s Using Express/

1. Introduction.mp4

7.4 MB

1.1 4.1- Express.zip.zip

24.4 KB

10. Calling Endpoints Using Postman.mp4

15.7 MB

11. Input Validation.mp4

72.7 MB

12. Handling HTTP PUT Requests.mp4

89.7 MB

13. Handling HTTP Delete Requests.mp4

50.0 MB

14. Project- Build the Genres API.mp4

2.4 MB

14.1 4.14- Project- Genres Endpoint (1).zip.zip

9.5 KB

15. Recap.html

0.0 KB

15.1 Building RESTful APIs with Express Recap.pdf.pdf

67.4 KB

2. RESTful Services.mp4

25.7 MB

3. Introducing Express.mp4

17.5 MB

4. Building Your First Web Server.mp4

35.0 MB

5. Nodemon.mp4

7.1 MB

6. Environment Variables.mp4

19.8 MB

7. Route Parameters.mp4

24.6 MB

8. Handling HTTP GET Requests.mp4

43.8 MB

9. Handling HTTP POST Requests.mp4

31.5 MB

/5. Express- Advanced Topics/

1. Introducion.mp4

1.2 MB

10. Database Integration.mp4

20.1 MB

11. Authentication.mp4

1.6 MB

12. Structuring Express Applications.mp4

91.3 MB

13. Project- Restructure the App.mp4

35.5 MB

13.1 5.13- Project- Restructure the App.zip.zip

11.3 KB

14. Recap.html

0.0 KB

14.1 Express- Advanced Topics Recap.pdf.pdf

52.9 KB

2. MIddleware.mp4

18.5 MB

3. Creating Custom Middleware.mp4

36.0 MB

4. Built-In Middleware.mp4

34.3 MB

5. Third-party Middleware.mp4

40.1 MB

6. Environments.mp4

42.5 MB

7. Configuration.mp4

76.2 MB

8. Debugging.mp4

50.4 MB

9. Templating Engines.mp4

42.2 MB

/6. Asynchronous JavaScript/

1. Synchronous Vs. Asynchronous Code.mp4

24.9 MB

1.1 6.1- Asynchronous JavaScript (1).zip.zip

8.1 KB

10. Running Parallel Promises.mp4

37.9 MB

11. Async and Await.mp4

77.0 MB

11.1 6.11- Async and Await.zip.zip

5.9 KB

12. Exercise.mp4

55.5 MB

12.1 6.12- Exercise.zip.zip

2.7 KB

2. Patterns For Dealing With Asynchronous Code.mp4

19.6 MB

3. Callbacks.mp4

47.2 MB

4. Callback Hell.mp4

25.1 MB

5. Named Functions to Rescue.mp4

44.9 MB

6. Promises.mp4

50.8 MB

7. Replacing Callbacks with Promises.mp4

37.7 MB

7.1 6.7- Replacing Promises.zip.zip

4.8 KB

8. Consuming Promises.mp4

53.1 MB

9. Creating Settled Promises.mp4

12.8 MB

/7. CRUD Operations Using MongoDB/

1. Introducing MongoDB.mp4

17.2 MB

10. Logical Query Operators.mp4

14.2 MB

11. Regular Expressions.mp4

24.8 MB

12. Counting.mp4

5.1 MB

13. Pagination.mp4

12.8 MB

14. Exercise 1.mp4

55.2 MB

14.1 7.14- Exercise.zip.zip

4.2 KB

15. Exercise 2.mp4

34.6 MB

15.1 7.15- Exercise.zip.zip

1.7 KB

16. Exercise 3.mp4

24.2 MB

16.1 7.16- Exercise.zip.zip

1.7 KB

17. Updating Documents- Query First.mp4

23.2 MB

18. Updating a Document- Update First.mp4

48.6 MB

19. Removing Documents.mp4

17.3 MB

2. Installing MongoDB on Mac.mp4

29.1 MB

20. Recap.html

0.0 KB

20.1 CRUD Operations with Mongoose and MongoDB Recap.pdf.pdf

70.8 KB

3. Installing MongoDB on Windows.mp4

77.3 MB

4. Connecting to MongoDB.mp4

18.3 MB

5. Schemas.mp4

29.1 MB

6. Models.mp4

37.4 MB

7. Saving a Document.mp4

23.8 MB

8. Querying Documents.mp4

26.7 MB

9. Comparison Query Operators.mp4

40.1 MB

/8. Mongoose - Data Validation/

1. Validation.mp4

67.3 MB

10. Recap.html

0.0 KB

10.1 Mongoose Validation Recap.pdf.pdf

68.7 KB

2. Built-In Validators.mp4

49.3 MB

3. Custom Validators.mp4

28.5 MB

4. Async Validators.mp4

23.1 MB

5. Validation Errors.mp4

38.7 MB

6. SchemaType Options.mp4

60.5 MB

7. Project- Add Persistence to Genres API.mp4

148.1 MB

7.1 8.7- Project.zip.zip

23.9 KB

8. Project- Build the Customers API.mp4

70.7 MB

8.1 8.8- Project- Build the Customers API.zip.zip

28.8 KB

9. Restructuring the Project.mp4

72.8 MB

9.1 8.9- Project- Restructure the Project.zip.zip

33.1 KB

/9. Mongoose- Modeling Relationships Between Connected Data/

1. Modelling Relationships.mp4

39.8 MB

10. Validating Object ID_s.mp4

62.3 MB

10.1 9.10- Validating ObjectIDs.zip.zip

21.7 KB

11. A Better Implementation.mp4

27.8 MB

12. Recap.html

0.0 KB

12.1 Mongoose- Modelling Relationships between Connected Data Recap.pdf.pdf

82.0 KB

2. Referencing Documents.mp4

34.5 MB

2.1 9.2- Referencing Documents.zip.zip

1.9 KB

3. Population.mp4

38.9 MB

4. Embedding Documents.mp4

58.2 MB

4.1 9.4- Embedding Documents.zip.zip

1.8 KB

5. Using an Array of Sub-documents.mp4

42.1 MB

6. Project- Build the Movies API.mp4

65.1 MB

6.1 9.6- Project- Build the Movies API.zip.zip

37.6 KB

7. Project- Build the Rentals API.mp4

68.4 MB

7.1 9.7- Project- Build the Rentals API.zip.zip

42.3 KB

8. Transactions.mp4

80.9 MB

9. ObjectID.mp4

33.0 MB

/

[CourseClub.NET].txt

1.2 KB

[CourseClub.NET].url

0.1 KB

[FreeCourseSite.com].txt

1.1 KB

[FreeCourseSite.com].url

0.1 KB

 

Total files 266


Copyright © 2024 FileMood.com