TorBT - Torrents and Magnet Links Search Engine

[FreeCoursesOnline.Me] Code With Mosh - The Complete Node.js Course

File Name
Size
0. Websites you may like/0. (1Hack.Us) Premium Tutorials-Guides-Articles _ Community based Forum.url
377 B
0. Websites you may like/1. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url
286 B
0. Websites you may like/3. (FTUApps.com) Download Cracked Developers Applications For Free.url
239 B
0. Websites you may like/How you can help our Group!.txt
208 B
1. Getting Started/Course Structure.mp4
5.9 MB
1. Getting Started/Getting Started Recap.pdf
29 kB
1. Getting Started/How Node Works.mp4
11 MB
1. Getting Started/Installing Node.mp4
8.0 MB
1. Getting Started/Node Architecture.mp4
8.8 MB
1. Getting Started/Welcome.mp4
7.6 MB
1. Getting Started/What is Node.mp4
10 MB
1. Getting Started/Your First Node Program.mp4
5.4 MB
10. Authentication and Authorization/1- Introduction.mp4
8.8 MB
10. Authentication and Authorization/10- Storing Secrets in Environment Variables.mp4
22 MB
10. Authentication and Authorization/11- Setting Response Headers.mp4
17 MB
10. Authentication and Authorization/12- Encapsulating Logic in Mongoose Models.mp4
32 MB
10. Authentication and Authorization/13- Authorization Middleware.mp4
23 MB
10. Authentication and Authorization/14- Protecting Routes.mp4
12 MB
10. Authentication and Authorization/15- Getting the Current User.mp4
18 MB
10. Authentication and Authorization/16- Logging Out Users.mp4
9.0 MB
10. Authentication and Authorization/17- Role-based Authorization.mp4
20 MB
10. Authentication and Authorization/18- Testing the Authorization.mp4
15 MB
10. Authentication and Authorization/2- Creating the User Model.mp4
12 MB
10. Authentication and Authorization/3- Registering Users.mp4
30 MB
10. Authentication and Authorization/4- Using Lodash.mp4
19 MB
10. Authentication and Authorization/5- Hashing Passwords.mp4
18 MB
10. Authentication and Authorization/6- Authenticating Users.mp4
22 MB
10. Authentication and Authorization/7- Testing the Authentication.mp4
9.4 MB
10. Authentication and Authorization/8- JSON Web Tokens.mp4
16 MB
10. Authentication and Authorization/9- Generating Authentication Tokens.mp4
15 MB
10. Authentication and Authorization/Authentication and Authorization Recap.pdf
66 kB
11. Handling and Logging Errors/1- Introduction.mp4
21 MB
11. Handling and Logging Errors/10- Error Handling Recap.mp4
9.7 MB
11. Handling and Logging Errors/11- Extracting Routes.mp4
24 MB
11. Handling and Logging Errors/12- Extracting the Db Logic.mp4
13 MB
11. Handling and Logging Errors/13- Extracting the Logging Logic.mp4
9.4 MB
11. Handling and Logging Errors/14- Extracting the Config Logic.mp4
8.1 MB
11. Handling and Logging Errors/15- Extracting the Validation Logic.mp4
6.4 MB
11. Handling and Logging Errors/16- Showing Unhandled Exceptions on the Console.mp4
5.9 MB
11. Handling and Logging Errors/2- Handling Rejected Promises.mp4
14 MB
11. Handling and Logging Errors/3- Express Error Middleware.mp4
21 MB
11. Handling and Logging Errors/4- Removing Try Catch Blocks.mp4
32 MB
11. Handling and Logging Errors/5- Express Async Errors.mp4
14 MB
11. Handling and Logging Errors/6- Logging Errors.mp4
25 MB
11. Handling and Logging Errors/7- Logging to MongoDB.mp4
16 MB
11. Handling and Logging Errors/8- Uncaught Exceptions.mp4
14 MB
11. Handling and Logging Errors/9- Unhandled Promise Rejections.mp4
30 MB
11. Handling and Logging Errors/Handling and Logging Errors Recap.pdf
70 kB
12. Unit Testing/1- What is Automated Testing.mp4
11 MB
12. Unit Testing/10- Testing Strings.mp4
9.8 MB
12. Unit Testing/11- Testing Arrays.mp4
20 MB
12. Unit Testing/12- Testing Objects.mp4
18 MB
12. Unit Testing/13- Testing Exceptions.mp4
22 MB
12. Unit Testing/14- Continuously Running Tests.mp4
5.3 MB
12. Unit Testing/15- Exercise- Testing the FizzBuz.mp4
17 MB
12. Unit Testing/16- Creating Simple Mock Functions.mp4
18 MB
12. Unit Testing/17- Interaction Testing.mp4
16 MB
12. Unit Testing/18- Jest Mock Functions.mp4
24 MB
12. Unit Testing/19- What to Unit Test.mp4
9.5 MB
12. Unit Testing/2- Benefits of Automated Testing.mp4
29 MB
12. Unit Testing/20- Exercise.mp4
26 MB
12. Unit Testing/3- Types of Tests.mp4
23 MB
12. Unit Testing/4- Test Pyramid.mp4
9.3 MB
12. Unit Testing/5- Tooling.mp4
6.5 MB
12. Unit Testing/6- Writing Your First Unit Test.mp4
14 MB
12. Unit Testing/7- Testing Numbers.mp4
20 MB
12. Unit Testing/8- Grouping Tests.mp4
7.6 MB
12. Unit Testing/9- Refactoring with Confidence.mp4
7.5 MB
12. Unit Testing/Unit Testing Recap .pdf
46 kB
13. Integration Testing/1- Introduction.mp4
2.4 MB
13. Integration Testing/10- Testing the Invalid Inputs.mp4
22 MB
13. Integration Testing/11- Testing the Happy Path.mp4
10 MB
13. Integration Testing/12- Writing Clean Tests.mp4
40 MB
13. Integration Testing/13- Testing the Auth Middleware.mp4
36 MB
13. Integration Testing/14- Unit Testing the Auth Middleware.mp4
23 MB
13. Integration Testing/15- Code Coverage.mp4
30 MB
13. Integration Testing/16- Exercise.mp4
1.1 MB
13. Integration Testing/2- Preparing the App.mp4
8.0 MB
13. Integration Testing/3- Setting Up the Test Db.mp4
8.5 MB
13. Integration Testing/4- Your First Integration Test.mp4
16 MB
13. Integration Testing/5- Populating the Test Db.mp4
21 MB
13. Integration Testing/6- Testing Routes with Parameters.mp4
11 MB
13. Integration Testing/7- Validating ObjectIDs.mp4
16 MB
13. Integration Testing/8- Refactoring with Confidence.mp4
9.1 MB
13. Integration Testing/9- Testing the Authorization.mp4
9.2 MB
13. Integration Testing/Integration Testing Recap .pdf
30 kB
14. Test-Driven Development/1- What is Test-driven Development.mp4
5.6 MB
14. Test-Driven Development/10- Testing the Valid Request.mp4
11 MB
14. Test-Driven Development/11- Testing the ReturnDate.mp4
16 MB
14. Test-Driven Development/12- Testing the RentalFee.mp4
19 MB
14. Test-Driven Development/13- Testing the Movie Stock.mp4
25 MB
14. Test-Driven Development/14- Testing the Response.mp4
16 MB
14. Test-Driven Development/15- Refactoring the Validation Logic.mp4
34 MB
14. Test-Driven Development/16- Mongoose Static Methods.mp4
32 MB
14. Test-Driven Development/17- Refactoring the Domain Logic.mp4
20 MB
14. Test-Driven Development/2- Implementing the Returns.mp4
7.5 MB
14. Test-Driven Development/3- Test Cases.mp4
6.7 MB
14. Test-Driven Development/4- Populating the Database.mp4
26 MB
14. Test-Driven Development/5- Testing the Authorization.mp4
27 MB
14. Test-Driven Development/6- Testing the Input.mp4
15 MB
14. Test-Driven Development/7- Refactoring Tests.mp4
19 MB
14. Test-Driven Development/8- Looking Up an Object.mp4
13 MB
14. Test-Driven Development/9- Testing if Rental Processed.mp4
8.8 MB
15. Deployment/1- Introduction.mp4
12 MB
15. Deployment/2- Preparing the App for Production.mp4
6.9 MB
15. Deployment/3- Getting Started with Heroku.mp4
6.3 MB
15. Deployment/4- Preparing the App for Heroku.mp4
5.6 MB
15. Deployment/5- Adding the Code to a Git Repository.mp4
8.7 MB
15. Deployment/6- Deploying to Heroku.mp4
10 MB
15. Deployment/7- Viewing Logs.mp4
14 MB
15. Deployment/8- Setting Environment Variables.mp4
7.3 MB
15. Deployment/9- MongoDB in the Cloud.mp4
24 MB
2. Node Module System/Creating a Module.mp4
18 MB
2. Node Module System/Event Arguments.mp4
8.2 MB
2. Node Module System/Events Module.mp4
15 MB
2. Node Module System/Extending EventEmitter.mp4
23 MB
2. Node Module System/File System Module.mp4
12 MB
2. Node Module System/Global Object.mp4
7.4 MB
2. Node Module System/HTTP Module.mp4
21 MB
2. Node Module System/Introduction.mp4
835 kB
2. Node Module System/Loading a Module.mp4
13 MB
2. Node Module System/Module Wrapper Function.mp4
13 MB
2. Node Module System/Modules.mp4
7.3 MB
2. Node Module System/Node Core Recap.pdf
44 kB
2. Node Module System/OS Module.mp4
11 MB
2. Node Module System/Path Module.mp4
11 MB
3. Node Package Manager/DevDependencies.mp4
4.3 MB
3. Node Package Manager/Installing a Node Package.mp4
12 MB
3. Node Package Manager/Installing a Specific Version of a Package.mp4
2.3 MB
3. Node Package Manager/Introduction.mp4
8.1 MB
3. Node Package Manager/Listing the Installed Packages.mp4
7.8 MB
3. Node Package Manager/NPM Packages and Source Control.mp4
10 MB
3. Node Package Manager/NPM Recap.pdf
35 kB
3. Node Package Manager/Package Dependencies.mp4
8.2 MB
3. Node Package Manager/Package.json.mp4
6.8 MB
3. Node Package Manager/Publishing a Package.mp4
10 MB
3. Node Package Manager/Semantic Versioning.mp4
12 MB
3. Node Package Manager/Uninstalling a Package.mp4
1.4 MB
3. Node Package Manager/Updating Local Packages.mp4
14 MB
3. Node Package Manager/Updating a Published Package.mp4
4.2 MB
3. Node Package Manager/Using a Package.mp4
8.9 MB
3. Node Package Manager/Viewing Registry Info for a Package.mp4
9.5 MB
3. Node Package Manager/Working with Global Packages.mp4
5.1 MB
4. Building RESTful API's Using Express/Building RESTful APIs with Express Recap.pdf
66 kB
4. Building RESTful API's Using Express/Building Your First Web Server.mp4
15 MB
4. Building RESTful API's Using Express/Calling Endpoints Using Postman.mp4
6.3 MB
4. Building RESTful API's Using Express/Environment Variables.mp4
8.4 MB
4. Building RESTful API's Using Express/Handling HTTP Delete Requests.mp4
20 MB
4. Building RESTful API's Using Express/Handling HTTP GET Requests.mp4
16 MB
4. Building RESTful API's Using Express/Handling HTTP POST Requests.mp4
12 MB
4. Building RESTful API's Using Express/Handling HTTP PUT Requests.mp4
33 MB
4. Building RESTful API's Using Express/Input Validation.mp4
29 MB
4. Building RESTful API's Using Express/Introducing Express.mp4
6.9 MB
4. Building RESTful API's Using Express/Introduction.mp4
2.3 MB
4. Building RESTful API's Using Express/Nodemon.mp4
3.6 MB
4. Building RESTful API's Using Express/Project- Build the Genres API.mp4
2.1 MB
4. Building RESTful API's Using Express/RESTful Services.mp4
12 MB
4. Building RESTful API's Using Express/Route Parameters.mp4
9.6 MB
5. Express- Advanced Topics/1- Introduction.mp4
731 kB
5. Express- Advanced Topics/10- Database Integration.mp4
6.0 MB
5. Express- Advanced Topics/11- Authentication.mp4
1.0 MB
5. Express- Advanced Topics/12- Structuring Express Applications.mp4
38 MB
5. Express- Advanced Topics/13- Project- Restructure the App.mp4
14 MB
5. Express- Advanced Topics/2- Middleware.mp4
7.9 MB
5. Express- Advanced Topics/3- Creating Custom Middleware.mp4
14 MB
5. Express- Advanced Topics/4- Built-in Middleware.mp4
13 MB
5. Express- Advanced Topics/5- Third-party Middleware.mp4
16 MB
5. Express- Advanced Topics/6- Environments.mp4
16 MB
5. Express- Advanced Topics/7- Configuration.mp4
31 MB
5. Express- Advanced Topics/8- Debugging.mp4
21 MB
5. Express- Advanced Topics/9- Templating Engines.mp4
18 MB
5. Express- Advanced Topics/Express- Advanced Topics Recap.pdf
52 kB
6. Asynchronous JavaScript/1- Synchronous vs Asynchronous Code.mp4
13 MB
6. Asynchronous JavaScript/10- Running Promises in Parallel.mp4
17 MB
6. Asynchronous JavaScript/11- Async and Await.mp4
30 MB
6. Asynchronous JavaScript/12- Exercise.mp4
23 MB
6. Asynchronous JavaScript/2- Patterns for Dealing with Asynchronous Code.mp4
8.8 MB
6. Asynchronous JavaScript/3- Callbacks.mp4
19 MB
6. Asynchronous JavaScript/4- Callback Hell.mp4
9.6 MB
6. Asynchronous JavaScript/5- Named Functions to Rescue.mp4
17 MB
6. Asynchronous JavaScript/6- Promises.mp4
21 MB
6. Asynchronous JavaScript/7- Replacing Callbacks with Promises.mp4
14 MB
6. Asynchronous JavaScript/8- Consuming Promises.mp4
21 MB
6. Asynchronous JavaScript/9- Creating Settled Promises.mp4
6.3 MB
7. CRUD Operations Using Mongoose/1- Introducing MongoDB.mp4
6.8 MB
7. CRUD Operations Using Mongoose/10- Logical Query Operators.mp4
6.0 MB
7. CRUD Operations Using Mongoose/11- Regular Expressions.mp4
10 MB
7. CRUD Operations Using Mongoose/12- Counting.mp4
2.3 MB
7. CRUD Operations Using Mongoose/13- Pagination.mp4
5.3 MB
7. CRUD Operations Using Mongoose/14- Exercise 1.mp4
24 MB
7. CRUD Operations Using Mongoose/15- Exercise 2.mp4
14 MB
7. CRUD Operations Using Mongoose/16- Exercise 3.mp4
10 MB
7. CRUD Operations Using Mongoose/17- Updating a Document- Query First.mp4
10 MB
7. CRUD Operations Using Mongoose/18- Updating a Document- Update First.mp4
21 MB
7. CRUD Operations Using Mongoose/19- Removing Documents.mp4
7.8 MB
7. CRUD Operations Using Mongoose/2- Installing MongoDB on Mac.mp4
14 MB
7. CRUD Operations Using Mongoose/3- Installing MongoDB on Windows.mp4
28 MB
7. CRUD Operations Using Mongoose/4- Connecting to MongoDB.mp4
9.1 MB
7. CRUD Operations Using Mongoose/5- Schemas.mp4
12 MB
7. CRUD Operations Using Mongoose/6- Models.mp4
14 MB
7. CRUD Operations Using Mongoose/7- Saving a Document.mp4
10 MB
7. CRUD Operations Using Mongoose/8- Querying Documents.mp4
12 MB
7. CRUD Operations Using Mongoose/9- Comparison Query Operators.mp4
16 MB
7. CRUD Operations Using Mongoose/CRUD Operations with Mongoose and MongoDB Recap.pdf
69 kB
8. Mongo - Data Validation/1- Validation.mp4
26 MB
8. Mongo - Data Validation/2- Built-in Validators.mp4
19 MB
8. Mongo - Data Validation/3- Custom Validators.mp4
12 MB
8. Mongo - Data Validation/4- Async Validators.mp4
9.3 MB
8. Mongo - Data Validation/5- Validation Errors.mp4
17 MB
8. Mongo - Data Validation/6- SchemaType Options.mp4
26 MB
8. Mongo - Data Validation/7- Project- Add Persistence to Genres API.mp4
60 MB
8. Mongo - Data Validation/8- Project- Build the Customers API.mp4
29 MB
8. Mongo - Data Validation/9- Restructuring the Project.mp4
23 MB
8. Mongo - Data Validation/Mongoose Validation Recap.pdf
67 kB
9. Mongoose- Modeling Relationships between Connected Data/1- Modelling Relationships.mp4
18 MB
9. Mongoose- Modeling Relationships between Connected Data/10- Validating ObjectIDs.mp4
24 MB
9. Mongoose- Modeling Relationships between Connected Data/11- A Better Implementation.mp4
11 MB
9. Mongoose- Modeling Relationships between Connected Data/2- Referencing Documents.mp4
13 MB
9. Mongoose- Modeling Relationships between Connected Data/3- Population.mp4
12 MB
9. Mongoose- Modeling Relationships between Connected Data/4- Embedding Documents.mp4
23 MB
9. Mongoose- Modeling Relationships between Connected Data/5- Using an Array of Sub-documents.mp4
16 MB
9. Mongoose- Modeling Relationships between Connected Data/6- Project- Build the Movies API.mp4
25 MB
9. Mongoose- Modeling Relationships between Connected Data/7- Project- Build the Rentals API.mp4
28 MB
9. Mongoose- Modeling Relationships between Connected Data/8- Transactions.mp4
31 MB
9. Mongoose- Modeling Relationships between Connected Data/9- ObjectID.mp4
16 MB
9. Mongoose- Modeling Relationships between Connected Data/Mongoose- Modelling Relationships between Connected Data Recap.pdf
80 kB