首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - Node.js The Complete Guide to Build RESTful APIs
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2020-10-6 22:25
2024-11-15 21:54
287
7.15 GB
210
磁力链接
magnet:?xt=urn:btih:9a823eb946abda0f22e18dcde43ced1ea7c4d25c
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjlhODIzZWI5NDZhYmRhMGYyMmUxOGRjZGU0M2NlZDFlYTdjNGQyNWNaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
Node
js
The
Complete
Guide
to
Build
RESTful
APIs
文件列表
1. Getting Started/1. Welcome.mp4
10.55MB
1. Getting Started/2. What is Node.mp4
24.53MB
1. Getting Started/3. Node Architecture.mp4
28.15MB
1. Getting Started/4. How Node Works.mp4
36.15MB
1. Getting Started/5. Installing Node.mp4
20.25MB
1. Getting Started/6. Your First Node Program.mp4
10.78MB
1. Getting Started/7. Course Structure.mp4
20.08MB
10. Authentication and Authorization/1. Introduction.mp4
16.51MB
10. Authentication and Authorization/10. Storing Secrets in Environment Variables.mp4
49.91MB
10. Authentication and Authorization/11. Setting Response Headers.mp4
40.96MB
10. Authentication and Authorization/12. Encapsulating Logic in Mongoose Models.mp4
79.93MB
10. Authentication and Authorization/13. Authorization Middleware.mp4
55.53MB
10. Authentication and Authorization/14. Protecting Routes.mp4
29.87MB
10. Authentication and Authorization/15. Getting the Current User.mp4
43.41MB
10. Authentication and Authorization/16. Logging Out Users.mp4
22.81MB
10. Authentication and Authorization/17. Role Based Authorization.mp4
45.98MB
10. Authentication and Authorization/18. Testing the Authorization.mp4
35.42MB
10. Authentication and Authorization/2. Creating the User Model.mp4
30.19MB
10. Authentication and Authorization/3. Registering Users.mp4
72.32MB
10. Authentication and Authorization/4. Using Lodash.mp4
44.9MB
10. Authentication and Authorization/5. Hashing Passwords.mp4
36.68MB
10. Authentication and Authorization/6. Authenticating Users.mp4
57.99MB
10. Authentication and Authorization/7. Testing the Authentication.mp4
22.89MB
10. Authentication and Authorization/8. JSON Web Tokens.mp4
41.95MB
10. Authentication and Authorization/9. Generating Authentication Tokens.mp4
37.93MB
11. Handling and Logging Errors/1. Introduction.mp4
32.02MB
11. Handling and Logging Errors/10. Error Handling Recap.mp4
22.62MB
11. Handling and Logging Errors/11. Refactoring Index.js- Extracting Routes.mp4
57.82MB
11. Handling and Logging Errors/12. Extracting the DB Logic.mp4
27.69MB
11. Handling and Logging Errors/13. Logging.mp4
22.94MB
11. Handling and Logging Errors/14. Extracting the Config Logic.mp4
18.08MB
11. Handling and Logging Errors/15. Extracting the Validation Logic.mp4
14.43MB
11. Handling and Logging Errors/16. Showing Unhandled Exceptions on the Console.mp4
13.55MB
11. Handling and Logging Errors/2. Handling Rejected Promises.mp4
30.74MB
11. Handling and Logging Errors/3. Express Error Middleware.mp4
49.7MB
11. Handling and Logging Errors/4. Removing Try_Catch docs.mp4
78.43MB
11. Handling and Logging Errors/5. Express Async Errors.mp4
30.98MB
11. Handling and Logging Errors/6. Logging Errors.mp4
53.91MB
11. Handling and Logging Errors/7. Logging to MongoDB.mp4
39.37MB
11. Handling and Logging Errors/8. Uncaught Exceptions.mp4
33.53MB
11. Handling and Logging Errors/9. Unhandled Promise Rejections.mp4
77.38MB
12. Unit Testing/1. What is Automated Testing.mp4
23.62MB
12. Unit Testing/10. Testing Strings.mp4
21.08MB
12. Unit Testing/11. Testing Arrays.mp4
46.66MB
12. Unit Testing/12. Testing Objects.mp4
40.01MB
12. Unit Testing/13. Testing Exceptions.mp4
48.91MB
12. Unit Testing/14. Continually Running Tests.mp4
11.93MB
12. Unit Testing/15. Exercise- Testing the FizzBuzz.mp4
41.16MB
12. Unit Testing/16. Creating Simple Mock Functions.mp4
39.63MB
12. Unit Testing/17. Interaction Testing.mp4
37.39MB
12. Unit Testing/18. Jest Mock Functions.mp4
60.44MB
12. Unit Testing/19. What to Unit Test.mp4
22.28MB
12. Unit Testing/2. Benefits of Automated Testing.mp4
43.54MB
12. Unit Testing/20. Exercise.mp4
58.58MB
12. Unit Testing/3. Types of Tests.mp4
34.66MB
12. Unit Testing/4. Test Pyramid.mp4
22.6MB
12. Unit Testing/5. Tooling.mp4
15.68MB
12. Unit Testing/6. Writing Your First Unit Test.mp4
30.55MB
12. Unit Testing/7. Testing Numbers.mp4
44.07MB
12. Unit Testing/8. Grouping Tests.mp4
21.94MB
12. Unit Testing/9. Refactoring with Confidence.mp4
16.37MB
13. Integration Testing/1. Introduction.mp4
4.43MB
13. Integration Testing/10. Testing Invalid Inputs.mp4
50.84MB
13. Integration Testing/11. Testing the Happy Paths.mp4
25.87MB
13. Integration Testing/12. Writing Clean Tests.mp4
105.11MB
13. Integration Testing/13. Testing the Auth Middleware.mp4
89.42MB
13. Integration Testing/14. Unit Testing the Auth Middleware.mp4
58.73MB
13. Integration Testing/15. Code Coverage.mp4
74.01MB
13. Integration Testing/16. Exercise.mp4
2.15MB
13. Integration Testing/2. Preparing the App.mp4
20.09MB
13. Integration Testing/3. Setting Up the Test DB.mp4
18.16MB
13. Integration Testing/4. Your First Integration Test.mp4
34.39MB
13. Integration Testing/5. Populating the Test DB.mp4
51.4MB
13. Integration Testing/6. Testing Routes with Parameters.mp4
27.33MB
13. Integration Testing/7. Validating Object ID_s.mp4
36.55MB
13. Integration Testing/8. Refactoring with Confidence.mp4
20.64MB
13. Integration Testing/9. Testing the Authorization.mp4
22.7MB
14. Test-driven Development/1. What is Test-driven Development.mp4
18.39MB
14. Test-driven Development/10. Testing the Valid Request.mp4
25.51MB
14. Test-driven Development/11. Testing the Return Date.mp4
37.18MB
14. Test-driven Development/12. Testing the Rental Fee.mp4
43.87MB
14. Test-driven Development/13. Testing the Movie Stock.mp4
57.88MB
14. Test-driven Development/14. Testing the Response.mp4
37.46MB
14. Test-driven Development/15. Refactoring the Validation Logic.mp4
81.22MB
14. Test-driven Development/16. Mongoose Static Methods.mp4
73.66MB
14. Test-driven Development/17. Refactoring the Domain Logic.mp4
47.27MB
14. Test-driven Development/2. Implementing the Returns.mp4
15.77MB
14. Test-driven Development/3. Test Cases.mp4
14.31MB
14. Test-driven Development/4. Populating the Database.mp4
62.46MB
14. Test-driven Development/5. Testing the Authorization.mp4
61.53MB
14. Test-driven Development/6. Testing the Input.mp4
32.49MB
14. Test-driven Development/7. Refactoring Tests.mp4
46.98MB
14. Test-driven Development/8. Looking Up an Object.mp4
28.73MB
14. Test-driven Development/9. Testing if Rental Processed.mp4
20.12MB
15. Deployment/1. Introduction.mp4
9.96MB
15. Deployment/2. Preparing the App for Production.mp4
14.64MB
15. Deployment/3. Getting Started With Heroku.mp4
13.27MB
15. Deployment/4. Preparing the App for Deployment.mp4
12.66MB
15. Deployment/5. Adding the Code to a Git Repository.mp4
18.46MB
15. Deployment/6. Deploying to Heroku.mp4
21.41MB
15. Deployment/7. Viewing Logs.mp4
30.61MB
15. Deployment/8. Setting Environment Variables.mp4
22.48MB
15. Deployment/9. MongoDB in the Cloud.mp4
73.06MB
2. Node Module System/1. Introduction.mp4
1.15MB
2. Node Module System/10. Events Module.mp4
33.01MB
2. Node Module System/11. Event Arguments.mp4
18.47MB
2. Node Module System/12. Extending Event Emitter.mp4
56.06MB
2. Node Module System/13. HTTP Module.mp4
46.14MB
2. Node Module System/2. Global Object.mp4
14.31MB
2. Node Module System/3. Modules.mp4
13.94MB
2. Node Module System/4. Creating a Module.mp4
31.54MB
2. Node Module System/5. Loading a Module.mp4
26.04MB
2. Node Module System/6. Module Wrapper Function.mp4
30.05MB
2. Node Module System/7. Path Module.mp4
26.02MB
2. Node Module System/8. OS Module.mp4
23.24MB
2. Node Module System/9. File System Module.mp4
26.01MB
3. Node Package Manager/1. Introduction.mp4
13.25MB
3. Node Package Manager/10. Installing a Specific Version of a Package.mp4
3.96MB
3. Node Package Manager/11. Updating Local Packages.mp4
30.23MB
3. Node Package Manager/12. DevDependencies.mp4
12.56MB
3. Node Package Manager/13. Uninstalling a Package.mp4
2.49MB
3. Node Package Manager/14. Working with Global Packages.mp4
8.73MB
3. Node Package Manager/15. Publishing a Package.mp4
20.11MB
3. Node Package Manager/16. Updating a Published Package.mp4
7.78MB
3. Node Package Manager/2. Package.json.mp4
15.02MB
3. Node Package Manager/3. Installing a Node Package.mp4
26.88MB
3. Node Package Manager/4. Using a Package.mp4
18.62MB
3. Node Package Manager/5. Package Dependencies.mp4
18.71MB
3. Node Package Manager/6. NPM Packages and Source Control.mp4
23.58MB
3. Node Package Manager/7. Semantic Versioning.mp4
30.81MB
3. Node Package Manager/8. Listing the Installed Packages.mp4
16.92MB
3. Node Package Manager/9. Viewing Registry Info for a Package.mp4
20.24MB
4. Building RESTful API_s Using Express/1. Introduction.mp4
7.1MB
4. Building RESTful API_s Using Express/10. Calling Endpoints Using Postman.mp4
14.99MB
4. Building RESTful API_s Using Express/11. Input Validation.mp4
69.32MB
4. Building RESTful API_s Using Express/12. Handling HTTP PUT Requests.mp4
85.57MB
4. Building RESTful API_s Using Express/13. Handling HTTP Delete Requests.mp4
47.72MB
4. Building RESTful API_s Using Express/14. Project- Build the Genres API.mp4
2.29MB
4. Building RESTful API_s Using Express/2. RESTful Services.mp4
24.49MB
4. Building RESTful API_s Using Express/3. Introducing Express.mp4
16.73MB
4. Building RESTful API_s Using Express/4. Building Your First Web Server.mp4
33.36MB
4. Building RESTful API_s Using Express/5. Nodemon.mp4
6.72MB
4. Building RESTful API_s Using Express/6. Environment Variables.mp4
18.86MB
4. Building RESTful API_s Using Express/7. Route Parameters.mp4
23.43MB
4. Building RESTful API_s Using Express/8. Handling HTTP GET Requests.mp4
41.8MB
4. Building RESTful API_s Using Express/9. Handling HTTP POST Requests.mp4
30.02MB
5. Express- Advanced Topics/1. Introducion.mp4
1.16MB
5. Express- Advanced Topics/10. Database Integration.mp4
19.12MB
5. Express- Advanced Topics/11. Authentication.mp4
1.56MB
5. Express- Advanced Topics/12. Structuring Express Applications.mp4
87.12MB
5. Express- Advanced Topics/13. Project- Restructure the App.mp4
33.9MB
5. Express- Advanced Topics/2. MIddleware.mp4
17.68MB
5. Express- Advanced Topics/3. Creating Custom Middleware.mp4
34.36MB
5. Express- Advanced Topics/4. Built-In Middleware.mp4
32.71MB
5. Express- Advanced Topics/5. Third-party Middleware.mp4
38.28MB
5. Express- Advanced Topics/6. Environments.mp4
40.57MB
5. Express- Advanced Topics/7. Configuration.mp4
72.63MB
5. Express- Advanced Topics/8. Debugging.mp4
48.02MB
5. Express- Advanced Topics/9. Templating Engines.mp4
40.28MB
6. Asynchronous JavaScript/1. Synchronous Vs. Asynchronous Code.mp4
23.76MB
6. Asynchronous JavaScript/10. Running Parallel Promises.mp4
36.17MB
6. Asynchronous JavaScript/11. Async and Await.mp4
73.47MB
6. Asynchronous JavaScript/12. Exercise.mp4
52.9MB
6. Asynchronous JavaScript/2. Patterns For Dealing With Asynchronous Code.mp4
18.72MB
6. Asynchronous JavaScript/3. Callbacks.mp4
45.06MB
6. Asynchronous JavaScript/4. Callback Hell.mp4
23.93MB
6. Asynchronous JavaScript/5. Named Functions to Rescue.mp4
42.83MB
6. Asynchronous JavaScript/6. Promises.mp4
48.41MB
6. Asynchronous JavaScript/7. Replacing Callbacks with Promises.mp4
35.99MB
6. Asynchronous JavaScript/8. Consuming Promises.mp4
50.61MB
6. Asynchronous JavaScript/9. Creating Settled Promises.mp4
12.17MB
7. CRUD Operations Using MongoDB/1. Introducing MongoDB.mp4
16.4MB
7. CRUD Operations Using MongoDB/10. Logical Query Operators.mp4
13.51MB
7. CRUD Operations Using MongoDB/11. Regular Expressions.mp4
23.69MB
7. CRUD Operations Using MongoDB/12. Counting.mp4
4.87MB
7. CRUD Operations Using MongoDB/13. Pagination.mp4
12.17MB
7. CRUD Operations Using MongoDB/14. Exercise 1.mp4
52.66MB
7. CRUD Operations Using MongoDB/15. Exercise 2.mp4
33.04MB
7. CRUD Operations Using MongoDB/16. Exercise 3.mp4
23.07MB
7. CRUD Operations Using MongoDB/17. Updating Documents- Query First.mp4
22.08MB
7. CRUD Operations Using MongoDB/18. Updating a Document- Update First.mp4
46.37MB
7. CRUD Operations Using MongoDB/19. Removing Documents.mp4
16.52MB
7. CRUD Operations Using MongoDB/2. Installing MongoDB on Mac.mp4
27.73MB
7. CRUD Operations Using MongoDB/3. Installing MongoDB on Windows.mp4
73.72MB
7. CRUD Operations Using MongoDB/4. Connecting to MongoDB.mp4
17.48MB
7. CRUD Operations Using MongoDB/5. Schemas.mp4
27.71MB
7. CRUD Operations Using MongoDB/6. Models.mp4
35.62MB
7. CRUD Operations Using MongoDB/7. Saving a Document.mp4
22.66MB
7. CRUD Operations Using MongoDB/8. Querying Documents.mp4
25.42MB
7. CRUD Operations Using MongoDB/9. Comparison Query Operators.mp4
38.24MB
8. Mongoose - Data Validation/1. Validation.mp4
64.16MB
8. Mongoose - Data Validation/2. Built-In Validators.mp4
46.98MB
8. Mongoose - Data Validation/3. Custom Validators.mp4
27.2MB
8. Mongoose - Data Validation/4. Async Validators.mp4
22MB
8. Mongoose - Data Validation/5. Validation Errors.mp4
36.9MB
8. Mongoose - Data Validation/6. SchemaType Options.mp4
57.67MB
8. Mongoose - Data Validation/7. Project- Add Persistence to Genres API.mp4
141.22MB
8. Mongoose - Data Validation/8. Project- Build the Customers API.mp4
67.44MB
8. Mongoose - Data Validation/9. Restructuring the Project.mp4
69.41MB
9. Mongoose- Modeling Relationships Between Connected Data/1. Modelling Relationships.mp4
37.95MB
9. Mongoose- Modeling Relationships Between Connected Data/10. Validating Object ID_s.mp4
59.37MB
9. Mongoose- Modeling Relationships Between Connected Data/11. A Better Implementation.mp4
26.52MB
9. Mongoose- Modeling Relationships Between Connected Data/2. Referencing Documents.mp4
32.93MB
9. Mongoose- Modeling Relationships Between Connected Data/3. Population.mp4
37.13MB
9. Mongoose- Modeling Relationships Between Connected Data/4. Embedding Documents.mp4
55.54MB
9. Mongoose- Modeling Relationships Between Connected Data/5. Using an Array of Sub-documents.mp4
40.11MB
9. Mongoose- Modeling Relationships Between Connected Data/6. Project- Build the Movies API.mp4
62.07MB
9. Mongoose- Modeling Relationships Between Connected Data/7. Project- Build the Rentals API.mp4
65.21MB
9. Mongoose- Modeling Relationships Between Connected Data/8. Transactions.mp4
77.15MB
9. Mongoose- Modeling Relationships Between Connected Data/9. ObjectID.mp4
31.48MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统