zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseWorld.Com] Udemy - The Complete Node.js Developer Course (3rd Edition)
magnet:?xt=urn:btih:370af2b8f53099f9a2220da392c0c30b05501b45&dn=[FreeCourseWorld.Com] Udemy - The Complete Node.js Developer Course (3rd Edition)
磁力链接详情
文件列表详情
370af2b8f53099f9a2220da392c0c30b05501b45
infohash:
177
文件数量
15.14 GB
文件大小
2020-12-5 17:11
创建日期
2024-12-11 04:41
最后访问
相关分词
FreeCourseWorld
Com
Udemy
-
The
Complete
Node
js
Developer
Course
3rd
Edition
01 Welcome/001 Welcome to the Class.mp4 152.56 MB
01 Welcome/002 Grab the PDF Guide.mp4 23.07 MB
02 Installing and Exploring Node.js/003 Section Intro Installing and Exploring Node.js.mp4 20.4 MB
02 Installing and Exploring Node.js/004 Installing Node.js and Visual Studio Code.mp4 75.25 MB
02 Installing and Exploring Node.js/005 What is Node.js.mp4 102.78 MB
02 Installing and Exploring Node.js/006 Why Should I Use Node.js.mp4 94.34 MB
02 Installing and Exploring Node.js/007 Your First Node.js Script.mp4 29.85 MB
03 Node.js Module System (Notes App)/008 Section Intro Node.js Module System.mp4 22.81 MB
03 Node.js Module System (Notes App)/009 Importing Node.js Core Modules.mp4 97.4 MB
03 Node.js Module System (Notes App)/010 Importing Your Own Files.mp4 92.84 MB
03 Node.js Module System (Notes App)/011 Importing npm Modules.mp4 110.54 MB
03 Node.js Module System (Notes App)/012 Printing in Color.mp4 113.1 MB
03 Node.js Module System (Notes App)/013 Global npm Modules and nodemon.mp4 48.11 MB
04 File System and Command Line Args (Notes App)/014 Section Intro File System and Command Line Args.mp4 20.18 MB
04 File System and Command Line Args (Notes App)/015 Getting Input from Users.mp4 62.1 MB
04 File System and Command Line Args (Notes App)/016 Argument Parsing with Yargs Part I.mp4 95.83 MB
04 File System and Command Line Args (Notes App)/017 Argument Parsing with Yargs Part II.mp4 87.66 MB
04 File System and Command Line Args (Notes App)/018 Storing Data with JSON.mp4 118.38 MB
04 File System and Command Line Args (Notes App)/019 Adding a Note.mp4 135.28 MB
04 File System and Command Line Args (Notes App)/020 Removing a Note.mp4 127.94 MB
04 File System and Command Line Args (Notes App)/021 ES6 Aside Arrow Functions.mp4 110.87 MB
04 File System and Command Line Args (Notes App)/022 Refactoring to Use Arrow Functions.mp4 125.57 MB
04 File System and Command Line Args (Notes App)/023 Listing Notes.mp4 51.91 MB
04 File System and Command Line Args (Notes App)/024 Reading a Note.mp4 104.61 MB
05 Debugging Node.js (Notes Apps)/025 Section Intro Debugging Node.js.mp4 33.61 MB
05 Debugging Node.js (Notes Apps)/026 Debugging Node.js.mp4 106.02 MB
05 Debugging Node.js (Notes Apps)/027 Error Messages.mp4 37.88 MB
06 Asynchronous Node.js (Weather App)/028 Section Intro Asynchronous Node.js.mp4 26.92 MB
06 Asynchronous Node.js (Weather App)/029 Asynchronous Basics.mp4 37.24 MB
06 Asynchronous Node.js (Weather App)/030 Call Stack Callback Queue and Event Loop.mp4 57.97 MB
06 Asynchronous Node.js (Weather App)/031 Making HTTP Requests.mp4 149.49 MB
06 Asynchronous Node.js (Weather App)/032 Customizing HTTP Requests.mp4 148.18 MB
06 Asynchronous Node.js (Weather App)/033 An HTTP Request Challenge.mp4 160.94 MB
06 Asynchronous Node.js (Weather App)/034 Handling Errors.mp4 155.95 MB
06 Asynchronous Node.js (Weather App)/035 The Callback Function.mp4 118.28 MB
06 Asynchronous Node.js (Weather App)/036 Callback Abstraction.mp4 189.6 MB
06 Asynchronous Node.js (Weather App)/037 Callback Abstraction Challenge.mp4 124.72 MB
06 Asynchronous Node.js (Weather App)/038 Callback Chaining.mp4 117.63 MB
06 Asynchronous Node.js (Weather App)/039 ES6 Aside Object Property Shorthand and Destructuring.mp4 111.33 MB
06 Asynchronous Node.js (Weather App)/040 Destructuring and Property Shorthand Challenge.mp4 52.9 MB
06 Asynchronous Node.js (Weather App)/041 Bonus HTTP Requests Without a Library.mp4 115.69 MB
07 Web Servers (Weather App)/042 Section Intro Web Servers.mp4 36.31 MB
07 Web Servers (Weather App)/043 Hello Express.mp4 107.75 MB
07 Web Servers (Weather App)/044 Serving up HTML and JSON.mp4 43.14 MB
07 Web Servers (Weather App)/045 Serving up Static Assets.mp4 105.2 MB
07 Web Servers (Weather App)/046 Serving up CSS JS Images and More.mp4 73.52 MB
07 Web Servers (Weather App)/047 Dynamic Pages with Templating.mp4 158.74 MB
07 Web Servers (Weather App)/048 Customizing the Views Directory.mp4 69.32 MB
07 Web Servers (Weather App)/049 Advanced Templating.mp4 125.83 MB
07 Web Servers (Weather App)/050 404 Pages.mp4 101.31 MB
07 Web Servers (Weather App)/051 Styling the Application Part I.mp4 96.99 MB
07 Web Servers (Weather App)/052 Styling the Application Part II.mp4 86.14 MB
08 Accessing API from Browser (Weather App)/053 Section Intro Accessing API from Browser.mp4 18.78 MB
08 Accessing API from Browser (Weather App)/054 The Query String.mp4 105 MB
08 Accessing API from Browser (Weather App)/055 Building a JSON HTTP Endpoint.mp4 77.94 MB
08 Accessing API from Browser (Weather App)/056 ES6 Aside Default Function Parameters.mp4 86.44 MB
08 Accessing API from Browser (Weather App)/057 Browser HTTP Requests with Fetch.mp4 81.1 MB
08 Accessing API from Browser (Weather App)/058 Creating a Search Form.mp4 103.67 MB
08 Accessing API from Browser (Weather App)/059 Wiring up the User Interface.mp4 106.4 MB
09 Application Deployment (Weather App)/060 Section Intro Application Deployment.mp4 22.52 MB
09 Application Deployment (Weather App)/061 Joining Heroku and GitHub.mp4 76.22 MB
09 Application Deployment (Weather App)/062 Version Control with Git.mp4 71.44 MB
09 Application Deployment (Weather App)/063 Exploring Git.mp4 16.63 MB
09 Application Deployment (Weather App)/064 Integrating Git.mp4 136.81 MB
09 Application Deployment (Weather App)/065 Setting up SSH Keys.mp4 50.19 MB
09 Application Deployment (Weather App)/066 Pushing Code to GitHub.mp4 79.79 MB
09 Application Deployment (Weather App)/067 Deploying Node.js to Heroku.mp4 102.49 MB
09 Application Deployment (Weather App)/068 New Feature Deployment Workflow.mp4 99.36 MB
09 Application Deployment (Weather App)/069 Avoiding Global Modules.mp4 58.98 MB
10 MongoDB and Promises (Task App)/070 Section Intro Databases and Advanced Asynchronous Development.mp4 25.11 MB
10 MongoDB and Promises (Task App)/071 MongoDB and NoSQL Databases.mp4 43.55 MB
10 MongoDB and Promises (Task App)/072 Installing MongoDB on macOS and Linux.mp4 60.58 MB
10 MongoDB and Promises (Task App)/073 Installing MongoDB on Windows.mp4 91.9 MB
10 MongoDB and Promises (Task App)/074 Installing Database GUI Viewer.mp4 41.9 MB
10 MongoDB and Promises (Task App)/075 Connecting and Inserting Documents.mp4 136.96 MB
10 MongoDB and Promises (Task App)/076 Inserting Documents.mp4 118.76 MB
10 MongoDB and Promises (Task App)/077 The ObjectID.mp4 100.41 MB
10 MongoDB and Promises (Task App)/078 Querying Documents.mp4 125.16 MB
10 MongoDB and Promises (Task App)/079 Promises.mp4 103.76 MB
10 MongoDB and Promises (Task App)/080 Updating Documents.mp4 108.8 MB
10 MongoDB and Promises (Task App)/081 Deleting Documents.mp4 54.9 MB
11 REST APIs and Mongoose (Task App)/082 Section Intro REST APIs and Mongoose.mp4 23.19 MB
11 REST APIs and Mongoose (Task App)/083 Setting up Mongoose.mp4 103.84 MB
11 REST APIs and Mongoose (Task App)/084 Creating a Mongoose Model.mp4 40.91 MB
11 REST APIs and Mongoose (Task App)/085 Data Validation and Sanitization Part I.mp4 152.37 MB
11 REST APIs and Mongoose (Task App)/086 Data Validation and Sanitization Part II.mp4 81 MB
11 REST APIs and Mongoose (Task App)/087 Structuring a REST API.mp4 42.66 MB
11 REST APIs and Mongoose (Task App)/088 Installing Postman.mp4 43.98 MB
11 REST APIs and Mongoose (Task App)/089 Resource Creation Endpoints Part I.mp4 129.04 MB
11 REST APIs and Mongoose (Task App)/090 Resource Creation Endpoints Part II.mp4 63.7 MB
11 REST APIs and Mongoose (Task App)/091 Resource Reading Endpoints Part I.mp4 102.13 MB
11 REST APIs and Mongoose (Task App)/092 Resource Reading Endpoints Part II.mp4 51.36 MB
11 REST APIs and Mongoose (Task App)/093 Promise Chaining.mp4 143.34 MB
11 REST APIs and Mongoose (Task App)/094 Promise Chaining Challenge.mp4 56.27 MB
11 REST APIs and Mongoose (Task App)/095 AsyncAwait.mp4 122.23 MB
11 REST APIs and Mongoose (Task App)/096 AsyncAwait Part II.mp4 102.11 MB
11 REST APIs and Mongoose (Task App)/097 Integrating AsyncAwait.mp4 121.58 MB
11 REST APIs and Mongoose (Task App)/098 Resource Updating Endpoints Part I.mp4 118 MB
11 REST APIs and Mongoose (Task App)/099 Resource Updating Endpoints Part II.mp4 69.15 MB
11 REST APIs and Mongoose (Task App)/100 Resource Deleting Endpoints.mp4 71.06 MB
11 REST APIs and Mongoose (Task App)/101 Separate Route Files.mp4 115.87 MB
12 API Authentication and Security (Task App)/102 Section Intro API Authentication and Security.mp4 23.12 MB
12 API Authentication and Security (Task App)/103 Securely Storing Passwords Part I.mp4 76.49 MB
12 API Authentication and Security (Task App)/104 Securely Storing Passwords Part II.mp4 151.06 MB
12 API Authentication and Security (Task App)/105 Logging in Users.mp4 102.02 MB
12 API Authentication and Security (Task App)/106 JSON Web Tokens.mp4 92.24 MB
12 API Authentication and Security (Task App)/107 Generating Authentication Tokens.mp4 118.4 MB
12 API Authentication and Security (Task App)/108 Express Middleware.mp4 107.1 MB
12 API Authentication and Security (Task App)/109 Accepting Authentication Tokens.mp4 163.74 MB
12 API Authentication and Security (Task App)/110 Advanced Postman.mp4 105.96 MB
12 API Authentication and Security (Task App)/111 Logging Out.mp4 92.71 MB
12 API Authentication and Security (Task App)/112 Hiding Private Data.mp4 96.18 MB
12 API Authentication and Security (Task App)/113 Authenticating User Endpoints.mp4 96.73 MB
12 API Authentication and Security (Task App)/114 The UserTask Relationship.mp4 145.02 MB
12 API Authentication and Security (Task App)/115 Authenticating Task Endpoints.mp4 118.14 MB
12 API Authentication and Security (Task App)/116 Cascade Delete Tasks.mp4 39.66 MB
13 Sorting Pagination and Filtering (Task App)/117 Section Intro Sorting Pagination and Filtering.mp4 29.34 MB
13 Sorting Pagination and Filtering (Task App)/118 Working with Timestamps.mp4 51 MB
13 Sorting Pagination and Filtering (Task App)/119 Filtering Data.mp4 90.47 MB
13 Sorting Pagination and Filtering (Task App)/120 Paginating Data.mp4 92.16 MB
13 Sorting Pagination and Filtering (Task App)/121 Sorting Data.mp4 95.65 MB
14 File Uploads (Task App)/122 Section Intro File Uploads.mp4 21.09 MB
14 File Uploads (Task App)/123 Adding Support for File Uploads.mp4 139.7 MB
14 File Uploads (Task App)/124 Validating File Uploads.mp4 133.41 MB
14 File Uploads (Task App)/125 Validation Challenge.mp4 45.49 MB
14 File Uploads (Task App)/126 Handling Express Errors.mp4 70.52 MB
14 File Uploads (Task App)/127 Adding Images to User Profile.mp4 120.52 MB
14 File Uploads (Task App)/128 Serving up Files.mp4 69.55 MB
14 File Uploads (Task App)/129 Auto-Cropping and Image Formatting.mp4 101.49 MB
15 Sending Emails (Task App)/130 Section Intro Sending Emails.mp4 20.7 MB
15 Sending Emails (Task App)/131 Exploring SendGrid.mp4 91.08 MB
15 Sending Emails (Task App)/132 Sending Welcome and Cancelation Emails.mp4 127.4 MB
15 Sending Emails (Task App)/133 Environment Variables.mp4 145.33 MB
15 Sending Emails (Task App)/134 Creating a Production MongoDB Database.mp4 102.03 MB
15 Sending Emails (Task App)/135 Heroku Deployment.mp4 110.97 MB
16 Testing Node.js (Task App)/136 Section Intro Testing Node.js.mp4 36.39 MB
16 Testing Node.js (Task App)/137 Jest Testing Framework.mp4 86.42 MB
16 Testing Node.js (Task App)/138 Writing Tests and Assertions.mp4 123.61 MB
16 Testing Node.js (Task App)/139 Writing Your Own Tests.mp4 46.55 MB
16 Testing Node.js (Task App)/140 Testing Asynchronous Code.mp4 109.08 MB
16 Testing Node.js (Task App)/141 Testing an Express Application Part I.mp4 46 MB
16 Testing Node.js (Task App)/142 Testing an Express Application Part II.mp4 97.39 MB
16 Testing Node.js (Task App)/143 Jest Setup and Teardown.mp4 117.22 MB
16 Testing Node.js (Task App)/144 Testing with Authentication.mp4 112.57 MB
16 Testing Node.js (Task App)/145 Advanced Assertions.mp4 113.63 MB
16 Testing Node.js (Task App)/146 Mocking Libraries.mp4 47.27 MB
16 Testing Node.js (Task App)/147 Wrapping up User Tests.mp4 135.32 MB
16 Testing Node.js (Task App)/148 Setup Task Test Suite.mp4 116.51 MB
16 Testing Node.js (Task App)/149 Testing with Task Data.mp4 136.27 MB
16 Testing Node.js (Task App)/150 Bonus Extra Test Ideas.mp4 19.5 MB
17 Real-Time Web Applications with Socket.io (Chat App)/151 Section Intro Real-Time Web Applications with Socket.io.mp4 17.73 MB
17 Real-Time Web Applications with Socket.io (Chat App)/152 Creating the Chat App Project.mp4 76.68 MB
17 Real-Time Web Applications with Socket.io (Chat App)/153 WebSockets.mp4 16.38 MB
17 Real-Time Web Applications with Socket.io (Chat App)/154 Getting Started with Socket.io.mp4 73.93 MB
17 Real-Time Web Applications with Socket.io (Chat App)/155 Socket.io Events.mp4 109.19 MB
17 Real-Time Web Applications with Socket.io (Chat App)/156 Socket.io Events Challenge.mp4 109.14 MB
17 Real-Time Web Applications with Socket.io (Chat App)/157 Broadcasting Events.mp4 40.65 MB
17 Real-Time Web Applications with Socket.io (Chat App)/158 Sharing Your Location.mp4 108 MB
17 Real-Time Web Applications with Socket.io (Chat App)/159 Event Acknowledgements.mp4 96.01 MB
17 Real-Time Web Applications with Socket.io (Chat App)/160 Form and Button States.mp4 77.74 MB
17 Real-Time Web Applications with Socket.io (Chat App)/161 Rendering Messages.mp4 96.3 MB
17 Real-Time Web Applications with Socket.io (Chat App)/162 Rendering Location Messages.mp4 90.59 MB
17 Real-Time Web Applications with Socket.io (Chat App)/163 Working with Time.mp4 141.91 MB
17 Real-Time Web Applications with Socket.io (Chat App)/164 Timestamps for Location Messages.mp4 61.78 MB
17 Real-Time Web Applications with Socket.io (Chat App)/165 Styling the Chat App.mp4 99.52 MB
17 Real-Time Web Applications with Socket.io (Chat App)/166 Join Page.mp4 41.37 MB
17 Real-Time Web Applications with Socket.io (Chat App)/167 Socket.io Rooms.mp4 113.95 MB
17 Real-Time Web Applications with Socket.io (Chat App)/168 Storing Users Part I.mp4 135.51 MB
17 Real-Time Web Applications with Socket.io (Chat App)/169 Storing Users Part II.mp4 71.33 MB
17 Real-Time Web Applications with Socket.io (Chat App)/170 Tracking Users Joining and Leaving.mp4 120.57 MB
17 Real-Time Web Applications with Socket.io (Chat App)/171 Sending Messages to Rooms.mp4 115.91 MB
17 Real-Time Web Applications with Socket.io (Chat App)/172 Rendering User List.mp4 93.83 MB
17 Real-Time Web Applications with Socket.io (Chat App)/173 Automatic Scrolling.mp4 125.16 MB
17 Real-Time Web Applications with Socket.io (Chat App)/174 Deploying the Chat Application.mp4 63.79 MB
18 Wrapping Up/175 Section Intro.mp4 17.96 MB
18 Wrapping Up/176 New Feature Ideas.mp4 9.87 MB
18 Wrapping Up/177 Bonus What should I learn next.mp4 18.03 MB
其他位置