本站已收录 番号和无损神作磁力链接/BT种子 

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

种子简介

种子名称: [FreeCoursesOnline.Me] Code With Mosh - The Complete Node.js Course
文件类型: 视频
文件数目: 210个文件
文件大小: 3.07 GB
收录时间: 2022-1-19 19:51
已经下载: 3
资源热度: 215
最近下载: 2024-5-27 01:08

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:5236cdfedca01aef7f9de34ca0960bf18b653158&dn=[FreeCoursesOnline.Me] Code With Mosh - The Complete Node.js Course 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCoursesOnline.Me] Code With Mosh - The Complete Node.js Course.torrent
  • 1. Getting Started/Course Structure.mp45.87MB
  • 1. Getting Started/How Node Works.mp410.9MB
  • 1. Getting Started/Installing Node.mp47.99MB
  • 1. Getting Started/Node Architecture.mp48.77MB
  • 1. Getting Started/Welcome.mp47.62MB
  • 1. Getting Started/What is Node.mp410.42MB
  • 1. Getting Started/Your First Node Program.mp45.38MB
  • 10. Authentication and Authorization/1- Introduction.mp48.79MB
  • 10. Authentication and Authorization/10- Storing Secrets in Environment Variables.mp422.39MB
  • 10. Authentication and Authorization/11- Setting Response Headers.mp417.09MB
  • 10. Authentication and Authorization/12- Encapsulating Logic in Mongoose Models.mp431.89MB
  • 10. Authentication and Authorization/13- Authorization Middleware.mp422.93MB
  • 10. Authentication and Authorization/14- Protecting Routes.mp412.28MB
  • 10. Authentication and Authorization/15- Getting the Current User.mp417.69MB
  • 10. Authentication and Authorization/16- Logging Out Users.mp49.01MB
  • 10. Authentication and Authorization/17- Role-based Authorization.mp420.28MB
  • 10. Authentication and Authorization/18- Testing the Authorization.mp415MB
  • 10. Authentication and Authorization/2- Creating the User Model.mp412.51MB
  • 10. Authentication and Authorization/3- Registering Users.mp429.48MB
  • 10. Authentication and Authorization/4- Using Lodash.mp418.84MB
  • 10. Authentication and Authorization/5- Hashing Passwords.mp417.97MB
  • 10. Authentication and Authorization/6- Authenticating Users.mp422.52MB
  • 10. Authentication and Authorization/7- Testing the Authentication.mp49.37MB
  • 10. Authentication and Authorization/8- JSON Web Tokens.mp416.28MB
  • 10. Authentication and Authorization/9- Generating Authentication Tokens.mp415.02MB
  • 11. Handling and Logging Errors/1- Introduction.mp420.64MB
  • 11. Handling and Logging Errors/10- Error Handling Recap.mp49.74MB
  • 11. Handling and Logging Errors/11- Extracting Routes.mp423.84MB
  • 11. Handling and Logging Errors/12- Extracting the Db Logic.mp413.03MB
  • 11. Handling and Logging Errors/13- Extracting the Logging Logic.mp49.45MB
  • 11. Handling and Logging Errors/14- Extracting the Config Logic.mp48.06MB
  • 11. Handling and Logging Errors/15- Extracting the Validation Logic.mp46.35MB
  • 11. Handling and Logging Errors/16- Showing Unhandled Exceptions on the Console.mp45.87MB
  • 11. Handling and Logging Errors/2- Handling Rejected Promises.mp413.69MB
  • 11. Handling and Logging Errors/3- Express Error Middleware.mp420.63MB
  • 11. Handling and Logging Errors/4- Removing Try Catch Blocks.mp432.53MB
  • 11. Handling and Logging Errors/5- Express Async Errors.mp414.19MB
  • 11. Handling and Logging Errors/6- Logging Errors.mp425.25MB
  • 11. Handling and Logging Errors/7- Logging to MongoDB.mp416.33MB
  • 11. Handling and Logging Errors/8- Uncaught Exceptions.mp413.92MB
  • 11. Handling and Logging Errors/9- Unhandled Promise Rejections.mp430.28MB
  • 12. Unit Testing/1- What is Automated Testing.mp410.79MB
  • 12. Unit Testing/10- Testing Strings.mp49.79MB
  • 12. Unit Testing/11- Testing Arrays.mp419.78MB
  • 12. Unit Testing/12- Testing Objects.mp417.58MB
  • 12. Unit Testing/13- Testing Exceptions.mp421.51MB
  • 12. Unit Testing/14- Continuously Running Tests.mp45.3MB
  • 12. Unit Testing/15- Exercise- Testing the FizzBuz.mp417MB
  • 12. Unit Testing/16- Creating Simple Mock Functions.mp417.46MB
  • 12. Unit Testing/17- Interaction Testing.mp416.05MB
  • 12. Unit Testing/18- Jest Mock Functions.mp424.37MB
  • 12. Unit Testing/19- What to Unit Test.mp49.52MB
  • 12. Unit Testing/2- Benefits of Automated Testing.mp429.44MB
  • 12. Unit Testing/20- Exercise.mp425.79MB
  • 12. Unit Testing/3- Types of Tests.mp423.2MB
  • 12. Unit Testing/4- Test Pyramid.mp49.29MB
  • 12. Unit Testing/5- Tooling.mp46.53MB
  • 12. Unit Testing/6- Writing Your First Unit Test.mp414MB
  • 12. Unit Testing/7- Testing Numbers.mp419.78MB
  • 12. Unit Testing/8- Grouping Tests.mp47.63MB
  • 12. Unit Testing/9- Refactoring with Confidence.mp47.48MB
  • 13. Integration Testing/1- Introduction.mp42.43MB
  • 13. Integration Testing/10- Testing the Invalid Inputs.mp422.34MB
  • 13. Integration Testing/11- Testing the Happy Path.mp410.28MB
  • 13. Integration Testing/12- Writing Clean Tests.mp440.11MB
  • 13. Integration Testing/13- Testing the Auth Middleware.mp435.7MB
  • 13. Integration Testing/14- Unit Testing the Auth Middleware.mp423.2MB
  • 13. Integration Testing/15- Code Coverage.mp430.33MB
  • 13. Integration Testing/16- Exercise.mp41.09MB
  • 13. Integration Testing/2- Preparing the App.mp48.03MB
  • 13. Integration Testing/3- Setting Up the Test Db.mp48.47MB
  • 13. Integration Testing/4- Your First Integration Test.mp415.63MB
  • 13. Integration Testing/5- Populating the Test Db.mp421.37MB
  • 13. Integration Testing/6- Testing Routes with Parameters.mp411.2MB
  • 13. Integration Testing/7- Validating ObjectIDs.mp416.49MB
  • 13. Integration Testing/8- Refactoring with Confidence.mp49.06MB
  • 13. Integration Testing/9- Testing the Authorization.mp49.21MB
  • 14. Test-Driven Development/1- What is Test-driven Development.mp45.6MB
  • 14. Test-Driven Development/10- Testing the Valid Request.mp411.09MB
  • 14. Test-Driven Development/11- Testing the ReturnDate.mp416.34MB
  • 14. Test-Driven Development/12- Testing the RentalFee.mp418.62MB
  • 14. Test-Driven Development/13- Testing the Movie Stock.mp424.57MB
  • 14. Test-Driven Development/14- Testing the Response.mp416.35MB
  • 14. Test-Driven Development/15- Refactoring the Validation Logic.mp434.05MB
  • 14. Test-Driven Development/16- Mongoose Static Methods.mp431.57MB
  • 14. Test-Driven Development/17- Refactoring the Domain Logic.mp420.3MB
  • 14. Test-Driven Development/2- Implementing the Returns.mp47.47MB
  • 14. Test-Driven Development/3- Test Cases.mp46.69MB
  • 14. Test-Driven Development/4- Populating the Database.mp426.42MB
  • 14. Test-Driven Development/5- Testing the Authorization.mp427.13MB
  • 14. Test-Driven Development/6- Testing the Input.mp414.87MB
  • 14. Test-Driven Development/7- Refactoring Tests.mp418.71MB
  • 14. Test-Driven Development/8- Looking Up an Object.mp413.05MB
  • 14. Test-Driven Development/9- Testing if Rental Processed.mp48.81MB
  • 15. Deployment/1- Introduction.mp411.78MB
  • 15. Deployment/2- Preparing the App for Production.mp46.93MB
  • 15. Deployment/3- Getting Started with Heroku.mp46.34MB
  • 15. Deployment/4- Preparing the App for Heroku.mp45.61MB
  • 15. Deployment/5- Adding the Code to a Git Repository.mp48.74MB
  • 15. Deployment/6- Deploying to Heroku.mp410.41MB
  • 15. Deployment/7- Viewing Logs.mp414.49MB
  • 15. Deployment/8- Setting Environment Variables.mp47.33MB
  • 15. Deployment/9- MongoDB in the Cloud.mp423.91MB
  • 2. Node Module System/Creating a Module.mp417.52MB
  • 2. Node Module System/Event Arguments.mp48.24MB
  • 2. Node Module System/Events Module.mp414.78MB
  • 2. Node Module System/Extending EventEmitter.mp423.37MB
  • 2. Node Module System/File System Module.mp412.41MB
  • 2. Node Module System/Global Object.mp47.41MB
  • 2. Node Module System/HTTP Module.mp420.64MB
  • 2. Node Module System/Introduction.mp4834.98KB
  • 2. Node Module System/Loading a Module.mp412.97MB
  • 2. Node Module System/Module Wrapper Function.mp413.06MB
  • 2. Node Module System/Modules.mp47.29MB
  • 2. Node Module System/OS Module.mp410.65MB
  • 2. Node Module System/Path Module.mp410.79MB
  • 3. Node Package Manager/DevDependencies.mp44.32MB
  • 3. Node Package Manager/Installing a Node Package.mp411.56MB
  • 3. Node Package Manager/Installing a Specific Version of a Package.mp42.34MB
  • 3. Node Package Manager/Introduction.mp48.11MB
  • 3. Node Package Manager/Listing the Installed Packages.mp47.77MB
  • 3. Node Package Manager/NPM Packages and Source Control.mp410.25MB
  • 3. Node Package Manager/Package Dependencies.mp48.22MB
  • 3. Node Package Manager/Package.json.mp46.79MB
  • 3. Node Package Manager/Publishing a Package.mp410.18MB
  • 3. Node Package Manager/Semantic Versioning.mp412.1MB
  • 3. Node Package Manager/Uninstalling a Package.mp41.37MB
  • 3. Node Package Manager/Updating Local Packages.mp413.74MB
  • 3. Node Package Manager/Updating a Published Package.mp44.17MB
  • 3. Node Package Manager/Using a Package.mp48.86MB
  • 3. Node Package Manager/Viewing Registry Info for a Package.mp49.51MB
  • 3. Node Package Manager/Working with Global Packages.mp45.08MB
  • 4. Building RESTful API's Using Express/Building Your First Web Server.mp414.94MB
  • 4. Building RESTful API's Using Express/Calling Endpoints Using Postman.mp46.31MB
  • 4. Building RESTful API's Using Express/Environment Variables.mp48.41MB
  • 4. Building RESTful API's Using Express/Handling HTTP Delete Requests.mp419.87MB
  • 4. Building RESTful API's Using Express/Handling HTTP GET Requests.mp416.02MB
  • 4. Building RESTful API's Using Express/Handling HTTP POST Requests.mp412.37MB
  • 4. Building RESTful API's Using Express/Handling HTTP PUT Requests.mp433.34MB
  • 4. Building RESTful API's Using Express/Input Validation.mp429.19MB
  • 4. Building RESTful API's Using Express/Introducing Express.mp46.87MB
  • 4. Building RESTful API's Using Express/Introduction.mp42.32MB
  • 4. Building RESTful API's Using Express/Nodemon.mp43.6MB
  • 4. Building RESTful API's Using Express/Project- Build the Genres API.mp42.06MB
  • 4. Building RESTful API's Using Express/RESTful Services.mp412.49MB
  • 4. Building RESTful API's Using Express/Route Parameters.mp49.62MB
  • 5. Express- Advanced Topics/1- Introduction.mp4731.44KB
  • 5. Express- Advanced Topics/10- Database Integration.mp46.01MB
  • 5. Express- Advanced Topics/11- Authentication.mp41.04MB
  • 5. Express- Advanced Topics/12- Structuring Express Applications.mp437.8MB
  • 5. Express- Advanced Topics/13- Project- Restructure the App.mp413.83MB
  • 5. Express- Advanced Topics/2- Middleware.mp47.88MB
  • 5. Express- Advanced Topics/3- Creating Custom Middleware.mp413.97MB
  • 5. Express- Advanced Topics/4- Built-in Middleware.mp413.24MB
  • 5. Express- Advanced Topics/5- Third-party Middleware.mp415.96MB
  • 5. Express- Advanced Topics/6- Environments.mp415.77MB
  • 5. Express- Advanced Topics/7- Configuration.mp431.32MB
  • 5. Express- Advanced Topics/8- Debugging.mp420.56MB
  • 5. Express- Advanced Topics/9- Templating Engines.mp417.49MB
  • 6. Asynchronous JavaScript/1- Synchronous vs Asynchronous Code.mp412.81MB
  • 6. Asynchronous JavaScript/10- Running Promises in Parallel.mp416.95MB
  • 6. Asynchronous JavaScript/11- Async and Await.mp430.05MB
  • 6. Asynchronous JavaScript/12- Exercise.mp422.72MB
  • 6. Asynchronous JavaScript/2- Patterns for Dealing with Asynchronous Code.mp48.79MB
  • 6. Asynchronous JavaScript/3- Callbacks.mp419.21MB
  • 6. Asynchronous JavaScript/4- Callback Hell.mp49.65MB
  • 6. Asynchronous JavaScript/5- Named Functions to Rescue.mp417.44MB
  • 6. Asynchronous JavaScript/6- Promises.mp421.34MB
  • 6. Asynchronous JavaScript/7- Replacing Callbacks with Promises.mp414.39MB
  • 6. Asynchronous JavaScript/8- Consuming Promises.mp420.86MB
  • 6. Asynchronous JavaScript/9- Creating Settled Promises.mp46.26MB
  • 7. CRUD Operations Using Mongoose/1- Introducing MongoDB.mp46.79MB
  • 7. CRUD Operations Using Mongoose/10- Logical Query Operators.mp46.03MB
  • 7. CRUD Operations Using Mongoose/11- Regular Expressions.mp410.12MB
  • 7. CRUD Operations Using Mongoose/12- Counting.mp42.33MB
  • 7. CRUD Operations Using Mongoose/13- Pagination.mp45.32MB
  • 7. CRUD Operations Using Mongoose/14- Exercise 1.mp424.09MB
  • 7. CRUD Operations Using Mongoose/15- Exercise 2.mp414.26MB
  • 7. CRUD Operations Using Mongoose/16- Exercise 3.mp410.1MB
  • 7. CRUD Operations Using Mongoose/17- Updating a Document- Query First.mp410.41MB
  • 7. CRUD Operations Using Mongoose/18- Updating a Document- Update First.mp421MB
  • 7. CRUD Operations Using Mongoose/19- Removing Documents.mp47.76MB
  • 7. CRUD Operations Using Mongoose/2- Installing MongoDB on Mac.mp413.58MB
  • 7. CRUD Operations Using Mongoose/3- Installing MongoDB on Windows.mp427.99MB
  • 7. CRUD Operations Using Mongoose/4- Connecting to MongoDB.mp49.09MB
  • 7. CRUD Operations Using Mongoose/5- Schemas.mp411.82MB
  • 7. CRUD Operations Using Mongoose/6- Models.mp414.54MB
  • 7. CRUD Operations Using Mongoose/7- Saving a Document.mp410.13MB
  • 7. CRUD Operations Using Mongoose/8- Querying Documents.mp411.71MB
  • 7. CRUD Operations Using Mongoose/9- Comparison Query Operators.mp415.56MB
  • 8. Mongo - Data Validation/1- Validation.mp425.51MB
  • 8. Mongo - Data Validation/2- Built-in Validators.mp419.18MB
  • 8. Mongo - Data Validation/3- Custom Validators.mp412.23MB
  • 8. Mongo - Data Validation/4- Async Validators.mp49.32MB
  • 8. Mongo - Data Validation/5- Validation Errors.mp417.22MB
  • 8. Mongo - Data Validation/6- SchemaType Options.mp425.88MB
  • 8. Mongo - Data Validation/7- Project- Add Persistence to Genres API.mp459.5MB
  • 8. Mongo - Data Validation/8- Project- Build the Customers API.mp428.56MB
  • 8. Mongo - Data Validation/9- Restructuring the Project.mp422.58MB
  • 9. Mongoose- Modeling Relationships between Connected Data/1- Modelling Relationships.mp418.38MB
  • 9. Mongoose- Modeling Relationships between Connected Data/10- Validating ObjectIDs.mp424.11MB
  • 9. Mongoose- Modeling Relationships between Connected Data/11- A Better Implementation.mp410.84MB
  • 9. Mongoose- Modeling Relationships between Connected Data/2- Referencing Documents.mp412.97MB
  • 9. Mongoose- Modeling Relationships between Connected Data/3- Population.mp411.68MB
  • 9. Mongoose- Modeling Relationships between Connected Data/4- Embedding Documents.mp423.01MB
  • 9. Mongoose- Modeling Relationships between Connected Data/5- Using an Array of Sub-documents.mp416.42MB
  • 9. Mongoose- Modeling Relationships between Connected Data/6- Project- Build the Movies API.mp425.42MB
  • 9. Mongoose- Modeling Relationships between Connected Data/7- Project- Build the Rentals API.mp428.48MB
  • 9. Mongoose- Modeling Relationships between Connected Data/8- Transactions.mp430.66MB
  • 9. Mongoose- Modeling Relationships between Connected Data/9- ObjectID.mp415.93MB