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

the-complete-nodejs-developer-course-3

种子简介

种子名称: the-complete-nodejs-developer-course-3
文件类型: 视频
文件数目: 177个文件
文件大小: 15.05 GB
收录时间: 2020-10-14 10:50
已经下载: 3
资源热度: 123
最近下载: 2024-6-29 22:57

下载BT种子文件

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

磁力链接下载

magnet:?xt=urn:btih:2b308e32ab1d19f70b5fee49f6aa9750872875d2&dn=the-complete-nodejs-developer-course-3 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

the-complete-nodejs-developer-course-3.torrent
  • 06 Asynchronous Node.js (Weather App)/036 Callback Abstraction.mp4168.6MB
  • 01 Welcome/002 Grab the PDF Guide.mp422.84MB
  • 02 Installing and Exploring Node.js/003 Section Intro Installing and Exploring Node.js.mp425.45MB
  • 02 Installing and Exploring Node.js/004 Installing Node.js and Visual Studio Code.mp469.47MB
  • 02 Installing and Exploring Node.js/005 What is Node.js.mp4102.78MB
  • 02 Installing and Exploring Node.js/006 Why Should I Use Node.js.mp494.34MB
  • 02 Installing and Exploring Node.js/007 Your First Node.js Script.mp429.85MB
  • 03 Node.js Module System (Notes App)/008 Section Intro Node.js Module System.mp427.05MB
  • 03 Node.js Module System (Notes App)/009 Importing Node.js Core Modules.mp497.4MB
  • 03 Node.js Module System (Notes App)/010 Importing Your Own Files.mp492.84MB
  • 03 Node.js Module System (Notes App)/011 Importing npm Modules.mp4110.54MB
  • 03 Node.js Module System (Notes App)/012 Printing in Color.mp4113.1MB
  • 03 Node.js Module System (Notes App)/013 Global npm Modules and nodemon.mp448.11MB
  • 04 File System and Command Line Args (Notes App)/014 Section Intro File System and Command Line Args.mp420.11MB
  • 04 File System and Command Line Args (Notes App)/015 Getting Input from Users.mp462.1MB
  • 04 File System and Command Line Args (Notes App)/016 Argument Parsing with Yargs Part I.mp495.83MB
  • 04 File System and Command Line Args (Notes App)/017 Argument Parsing with Yargs Part II.mp487.66MB
  • 04 File System and Command Line Args (Notes App)/018 Storing Data with JSON.mp4118.38MB
  • 04 File System and Command Line Args (Notes App)/019 Adding a Note.mp4135.28MB
  • 04 File System and Command Line Args (Notes App)/020 Removing a Note.mp4127.94MB
  • 04 File System and Command Line Args (Notes App)/021 ES6 Aside Arrow Functions.mp4110.87MB
  • 04 File System and Command Line Args (Notes App)/022 Refactoring to Use Arrow Functions.mp4125.57MB
  • 04 File System and Command Line Args (Notes App)/023 Listing Notes.mp451.91MB
  • 04 File System and Command Line Args (Notes App)/024 Reading a Note.mp4104.61MB
  • 05 Debugging Node.js (Notes Apps)/025 Section Intro Debugging Node.js.mp430.37MB
  • 05 Debugging Node.js (Notes Apps)/026 Debugging Node.js.mp4115.78MB
  • 05 Debugging Node.js (Notes Apps)/027 Error Messages.mp437.88MB
  • 06 Asynchronous Node.js (Weather App)/028 Section Intro Asynchronous Node.js.mp430.03MB
  • 06 Asynchronous Node.js (Weather App)/029 Asynchronous Basics.mp437.24MB
  • 06 Asynchronous Node.js (Weather App)/030 Call Stack Callback Queue and Event Loop.mp457.83MB
  • 06 Asynchronous Node.js (Weather App)/031 Making HTTP Requests.mp4121.82MB
  • 06 Asynchronous Node.js (Weather App)/032 Customizing HTTP Requests.mp4148.18MB
  • 06 Asynchronous Node.js (Weather App)/033 An HTTP Request Challenge.mp4124.59MB
  • 06 Asynchronous Node.js (Weather App)/034 Handling Errors.mp4155.95MB
  • 06 Asynchronous Node.js (Weather App)/035 The Callback Function.mp4118.28MB
  • 01 Welcome/001 Welcome to the Class.mp4134.15MB
  • 06 Asynchronous Node.js (Weather App)/037 Callback Abstraction Challenge.mp4124.72MB
  • 06 Asynchronous Node.js (Weather App)/038 Callback Chaining.mp4117.63MB
  • 06 Asynchronous Node.js (Weather App)/039 ES6 Aside Object Property Shorthand and Destructuring.mp4111.33MB
  • 06 Asynchronous Node.js (Weather App)/040 Destructuring and Property Shorthand Challenge.mp452.9MB
  • 06 Asynchronous Node.js (Weather App)/041 Bonus HTTP Requests Without a Library.mp4115.69MB
  • 07 Web Servers (Weather App)/042 Section Intro Web Servers.mp432.03MB
  • 07 Web Servers (Weather App)/043 Hello Express.mp4107.75MB
  • 07 Web Servers (Weather App)/044 Serving up HTML and JSON.mp443.14MB
  • 07 Web Servers (Weather App)/045 Serving up Static Assets.mp4105.2MB
  • 07 Web Servers (Weather App)/046 Serving up CSS JS Images and More.mp473.52MB
  • 07 Web Servers (Weather App)/047 Dynamic Pages with Templating.mp4158.74MB
  • 07 Web Servers (Weather App)/048 Customizing the Views Directory.mp469.32MB
  • 07 Web Servers (Weather App)/049 Advanced Templating.mp4125.83MB
  • 07 Web Servers (Weather App)/050 404 Pages.mp4101.31MB
  • 07 Web Servers (Weather App)/051 Styling the Application Part I.mp496.99MB
  • 07 Web Servers (Weather App)/052 Styling the Application Part II.mp486.14MB
  • 08 Accessing API from Browser (Weather App)/053 Section Intro Accessing API from Browser.mp421.95MB
  • 08 Accessing API from Browser (Weather App)/054 The Query String.mp4105MB
  • 08 Accessing API from Browser (Weather App)/055 Building a JSON HTTP Endpoint.mp477.94MB
  • 08 Accessing API from Browser (Weather App)/056 ES6 Aside Default Function Parameters.mp486.44MB
  • 08 Accessing API from Browser (Weather App)/057 Browser HTTP Requests with Fetch.mp481.1MB
  • 08 Accessing API from Browser (Weather App)/058 Creating a Search Form.mp4103.67MB
  • 08 Accessing API from Browser (Weather App)/059 Wiring up the User Interface.mp4106.4MB
  • 09 Application Deployment (Weather App)/060 Section Intro Application Deployment.mp419.01MB
  • 09 Application Deployment (Weather App)/061 Joining Heroku and GitHub.mp476.22MB
  • 09 Application Deployment (Weather App)/062 Version Control with Git.mp471.44MB
  • 09 Application Deployment (Weather App)/063 Exploring Git.mp416.63MB
  • 09 Application Deployment (Weather App)/064 Integrating Git.mp4136.81MB
  • 09 Application Deployment (Weather App)/065 Setting up SSH Keys.mp450.19MB
  • 09 Application Deployment (Weather App)/066 Pushing Code to GitHub.mp479.79MB
  • 09 Application Deployment (Weather App)/067 Deploying Node.js to Heroku.mp4102.49MB
  • 09 Application Deployment (Weather App)/068 New Feature Deployment Workflow.mp499.36MB
  • 09 Application Deployment (Weather App)/069 Avoiding Global Modules.mp458.98MB
  • 10 MongoDB and Promises (Task App)/070 Section Intro Databases and Advanced Asynchronous Development.mp423.46MB
  • 10 MongoDB and Promises (Task App)/071 MongoDB and NoSQL Databases.mp443.55MB
  • 10 MongoDB and Promises (Task App)/072 Installing MongoDB on macOS and Linux.mp460.58MB
  • 10 MongoDB and Promises (Task App)/073 Installing MongoDB on Windows.mp491.9MB
  • 10 MongoDB and Promises (Task App)/074 Installing Database GUI Viewer.mp441.9MB
  • 10 MongoDB and Promises (Task App)/075 Connecting and Inserting Documents.mp4136.96MB
  • 10 MongoDB and Promises (Task App)/076 Inserting Documents.mp4118.76MB
  • 10 MongoDB and Promises (Task App)/077 The ObjectID.mp4100.41MB
  • 10 MongoDB and Promises (Task App)/078 Querying Documents.mp4125.16MB
  • 10 MongoDB and Promises (Task App)/079 Promises.mp4103.76MB
  • 10 MongoDB and Promises (Task App)/080 Updating Documents.mp4108.8MB
  • 10 MongoDB and Promises (Task App)/081 Deleting Documents.mp454.9MB
  • 11 REST APIs and Mongoose (Task App)/082 Section Intro REST APIs and Mongoose.mp423.27MB
  • 11 REST APIs and Mongoose (Task App)/083 Setting up Mongoose.mp4103.84MB
  • 11 REST APIs and Mongoose (Task App)/084 Creating a Mongoose Model.mp440.91MB
  • 11 REST APIs and Mongoose (Task App)/085 Data Validation and Sanitization Part I.mp4152.37MB
  • 11 REST APIs and Mongoose (Task App)/086 Data Validation and Sanitization Part II.mp481MB
  • 11 REST APIs and Mongoose (Task App)/087 Structuring a REST API.mp442.66MB
  • 11 REST APIs and Mongoose (Task App)/088 Installing Postman.mp443.98MB
  • 11 REST APIs and Mongoose (Task App)/089 Resource Creation Endpoints Part I.mp4129.04MB
  • 11 REST APIs and Mongoose (Task App)/090 Resource Creation Endpoints Part II.mp463.7MB
  • 11 REST APIs and Mongoose (Task App)/091 Resource Reading Endpoints Part I.mp4102.13MB
  • 11 REST APIs and Mongoose (Task App)/092 Resource Reading Endpoints Part II.mp451.36MB
  • 11 REST APIs and Mongoose (Task App)/093 Promise Chaining.mp4143.34MB
  • 11 REST APIs and Mongoose (Task App)/094 Promise Chaining Challenge.mp456.27MB
  • 11 REST APIs and Mongoose (Task App)/095 AsyncAwait.mp4122.23MB
  • 11 REST APIs and Mongoose (Task App)/096 AsyncAwait Part II.mp4102.11MB
  • 11 REST APIs and Mongoose (Task App)/097 Integrating AsyncAwait.mp4121.58MB
  • 11 REST APIs and Mongoose (Task App)/098 Resource Updating Endpoints Part I.mp4118MB
  • 11 REST APIs and Mongoose (Task App)/099 Resource Updating Endpoints Part II.mp469.15MB
  • 11 REST APIs and Mongoose (Task App)/100 Resource Deleting Endpoints.mp471.06MB
  • 11 REST APIs and Mongoose (Task App)/101 Separate Route Files.mp4115.87MB
  • 12 API Authentication and Security (Task App)/102 Section Intro API Authentication and Security.mp421.68MB
  • 12 API Authentication and Security (Task App)/103 Securely Storing Passwords Part I.mp476.49MB
  • 12 API Authentication and Security (Task App)/104 Securely Storing Passwords Part II.mp4151.06MB
  • 12 API Authentication and Security (Task App)/105 Logging in Users.mp4102.02MB
  • 12 API Authentication and Security (Task App)/106 JSON Web Tokens.mp492.24MB
  • 12 API Authentication and Security (Task App)/107 Generating Authentication Tokens.mp4118.4MB
  • 12 API Authentication and Security (Task App)/108 Express Middleware.mp4107.1MB
  • 12 API Authentication and Security (Task App)/109 Accepting Authentication Tokens.mp4163.74MB
  • 12 API Authentication and Security (Task App)/110 Advanced Postman.mp4105.96MB
  • 12 API Authentication and Security (Task App)/111 Logging Out.mp492.71MB
  • 12 API Authentication and Security (Task App)/112 Hiding Private Data.mp496.18MB
  • 12 API Authentication and Security (Task App)/113 Authenticating User Endpoints.mp496.73MB
  • 12 API Authentication and Security (Task App)/114 The UserTask Relationship.mp4145.02MB
  • 12 API Authentication and Security (Task App)/115 Authenticating Task Endpoints.mp4118.14MB
  • 12 API Authentication and Security (Task App)/116 Cascade Delete Tasks.mp439.66MB
  • 13 Sorting Pagination and Filtering (Task App)/117 Section Intro Sorting Pagination and Filtering.mp424.89MB
  • 13 Sorting Pagination and Filtering (Task App)/118 Working with Timestamps.mp451MB
  • 13 Sorting Pagination and Filtering (Task App)/119 Filtering Data.mp490.47MB
  • 13 Sorting Pagination and Filtering (Task App)/120 Paginating Data.mp492.16MB
  • 13 Sorting Pagination and Filtering (Task App)/121 Sorting Data.mp495.65MB
  • 14 File Uploads (Task App)/122 Section Intro File Uploads.mp420.12MB
  • 14 File Uploads (Task App)/123 Adding Support for File Uploads.mp4139.7MB
  • 14 File Uploads (Task App)/124 Validating File Uploads.mp4133.41MB
  • 14 File Uploads (Task App)/125 Validation Challenge.mp445.49MB
  • 14 File Uploads (Task App)/126 Handling Express Errors.mp470.52MB
  • 14 File Uploads (Task App)/127 Adding Images to User Profile.mp4120.52MB
  • 14 File Uploads (Task App)/128 Serving up Files.mp469.55MB
  • 14 File Uploads (Task App)/129 Auto-Cropping and Image Formatting.mp4101.49MB
  • 15 Sending Emails (Task App)/130 Section Intro Sending Emails.mp422.79MB
  • 15 Sending Emails (Task App)/131 Exploring SendGrid.mp491.08MB
  • 15 Sending Emails (Task App)/132 Sending Welcome and Cancelation Emails.mp4127.4MB
  • 15 Sending Emails (Task App)/133 Environment Variables.mp4145.33MB
  • 15 Sending Emails (Task App)/134 Creating a Production MongoDB Database.mp4102.03MB
  • 15 Sending Emails (Task App)/135 Heroku Deployment.mp4110.97MB
  • 16 Testing Node.js (Task App)/136 Section Intro Testing Node.js.mp437.33MB
  • 16 Testing Node.js (Task App)/137 Jest Testing Framework.mp486.42MB
  • 16 Testing Node.js (Task App)/138 Writing Tests and Assertions.mp4123.61MB
  • 16 Testing Node.js (Task App)/139 Writing Your Own Tests.mp446.55MB
  • 16 Testing Node.js (Task App)/140 Testing Asynchronous Code.mp4109.08MB
  • 16 Testing Node.js (Task App)/141 Testing an Express Application Part I.mp446MB
  • 16 Testing Node.js (Task App)/142 Testing an Express Application Part II.mp497.39MB
  • 16 Testing Node.js (Task App)/143 Jest Setup and Teardown.mp4117.22MB
  • 16 Testing Node.js (Task App)/144 Testing with Authentication.mp4112.57MB
  • 16 Testing Node.js (Task App)/145 Advanced Assertions.mp4113.63MB
  • 16 Testing Node.js (Task App)/146 Mocking Libraries.mp447.27MB
  • 16 Testing Node.js (Task App)/147 Wrapping up User Tests.mp4135.32MB
  • 16 Testing Node.js (Task App)/148 Setup Task Test Suite.mp4116.51MB
  • 16 Testing Node.js (Task App)/149 Testing with Task Data.mp4136.27MB
  • 16 Testing Node.js (Task App)/150 Bonus Extra Test Ideas.mp419.5MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/151 Section Intro Real-Time Web Applications with Socket.io.mp415.14MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/152 Creating the Chat App Project.mp476.68MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/153 WebSockets.mp416.38MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/154 Getting Started with Socket.io.mp473.93MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/155 Socket.io Events.mp4109.19MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/156 Socket.io Events Challenge.mp4109.14MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/157 Broadcasting Events.mp440.65MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/158 Sharing Your Location.mp4108MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/159 Event Acknowledgements.mp496.01MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/160 Form and Button States.mp477.74MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/161 Rendering Messages.mp496.3MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/162 Rendering Location Messages.mp490.59MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/163 Working with Time.mp4141.91MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/164 Timestamps for Location Messages.mp461.78MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/165 Styling the Chat App.mp499.52MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/166 Join Page.mp441.37MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/167 Socket.io Rooms.mp4113.95MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/168 Storing Users Part I.mp4135.51MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/169 Storing Users Part II.mp471.33MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/170 Tracking Users Joining and Leaving.mp4120.57MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/171 Sending Messages to Rooms.mp4115.91MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/172 Rendering User List.mp493.83MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/173 Automatic Scrolling.mp4125.16MB
  • 17 Real-Time Web Applications with Socket.io (Chat App)/174 Deploying the Chat Application.mp463.79MB
  • 18 Wrapping Up/175 Section Intro.mp416.77MB
  • 18 Wrapping Up/176 New Feature Ideas.mp49.87MB
  • 18 Wrapping Up/177 Bonus What should I learn next.mp425.11MB