[04-2020] the-complete-nodejs-developer-course-2
File List
- 06 Asynchronous Node.js (Weather App)/036 Callback Abstraction.mp4 299.5 MB
- 12 API Authentication and Security (Task App)/109 Accepting Authentication Tokens.mp4 256.4 MB
- 07 Web Servers (Weather App)/047 Dynamic Pages with Templating.mp4 251.3 MB
- 11 REST APIs and Mongoose (Task App)/085 Data Validation and Sanitization_ Part I.mp4 243.6 MB
- 01 Welcome/001 Welcome to the Class!.mp4 243.4 MB
- 12 API Authentication and Security (Task App)/104 Securely Storing Passwords_ Part II.mp4 238.4 MB
- 06 Asynchronous Node.js (Weather App)/034 Handling Errors.mp4 235.1 MB
- 12 API Authentication and Security (Task App)/114 The User_Task Relationship.mp4 235.0 MB
- 15 Sending Emails (Task App)/133 Environment Variables.mp4 233.6 MB
- 06 Asynchronous Node.js (Weather App)/033 An HTTP Request Challenge.mp4 230.4 MB
- 06 Asynchronous Node.js (Weather App)/031 Making HTTP Requests.mp4 226.8 MB
- 11 REST APIs and Mongoose (Task App)/093 Promise Chaining.mp4 226.6 MB
- 14 File Uploads (Task App)/123 Adding Support for File Uploads.mp4 221.5 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/163 Working with Time.mp4 220.8 MB
- 16 Testing Node.js (Task App)/149 Testing with Task Data.mp4 220.2 MB
- 06 Asynchronous Node.js (Weather App)/032 Customizing HTTP Requests.mp4 219.0 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/168 Storing Users_ Part I.mp4 218.4 MB
- 09 Application Deployment (Weather App)/064 Integrating Git.mp4 217.4 MB
- 16 Testing Node.js (Task App)/147 Wrapping up User Tests.mp4 217.1 MB
- 04 File System and Command Line Args (Notes App)/019 Adding a Note.mp4 212.3 MB
- 15 Sending Emails (Task App)/132 Sending Welcome and Cancelation Emails.mp4 210.8 MB
- 10 MongoDB and Promises (Task App)/075 Connecting and Inserting Documents.mp4 209.5 MB
- 11 REST APIs and Mongoose (Task App)/089 Resource Creation Endpoints_ Part I.mp4 209.0 MB
- 14 File Uploads (Task App)/124 Validating File Uploads.mp4 207.4 MB
- 04 File System and Command Line Args (Notes App)/022 Refactoring to Use Arrow Functions.mp4 204.6 MB
- 04 File System and Command Line Args (Notes App)/020 Removing a Note.mp4 204.1 MB
- 16 Testing Node.js (Task App)/138 Writing Tests and Assertions.mp4 200.9 MB
- 07 Web Servers (Weather App)/049 Advanced Templating.mp4 200.8 MB
- 10 MongoDB and Promises (Task App)/078 Querying Documents.mp4 200.7 MB
- 11 REST APIs and Mongoose (Task App)/097 Integrating Async_Await.mp4 198.9 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/173 Automatic Scrolling.mp4 197.4 MB
- 06 Asynchronous Node.js (Weather App)/037 Callback Abstraction Challenge.mp4 194.6 MB
- 14 File Uploads (Task App)/127 Adding Images to User Profile.mp4 190.3 MB
- 11 REST APIs and Mongoose (Task App)/095 Async_Await.mp4 189.9 MB
- 11 REST APIs and Mongoose (Task App)/101 Separate Route Files.mp4 189.2 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/170 Tracking Users Joining and Leaving.mp4 188.3 MB
- 16 Testing Node.js (Task App)/148 Setup Task Test Suite.mp4 188.2 MB
- 16 Testing Node.js (Task App)/143 Jest Setup and Teardown.mp4 187.6 MB
- 11 REST APIs and Mongoose (Task App)/098 Resource Updating Endpoints_ Part I.mp4 187.2 MB
- 05 Debugging Node.js (Notes Apps)/026 Debugging Node.js.mp4 187.1 MB
- 06 Asynchronous Node.js (Weather App)/038 Callback Chaining.mp4 187.0 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/171 Sending Messages to Rooms.mp4 186.8 MB
- 12 API Authentication and Security (Task App)/115 Authenticating Task Endpoints.mp4 186.3 MB
- 10 MongoDB and Promises (Task App)/076 Inserting Documents.mp4 186.0 MB
- 12 API Authentication and Security (Task App)/107 Generating Authentication Tokens.mp4 185.2 MB
- 06 Asynchronous Node.js (Weather App)/035 The Callback Function.mp4 185.0 MB
- 04 File System and Command Line Args (Notes App)/018 Storing Data with JSON.mp4 184.7 MB
- 16 Testing Node.js (Task App)/145 Advanced Assertions.mp4 181.4 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/167 Socket.io Rooms.mp4 179.3 MB
- 16 Testing Node.js (Task App)/144 Testing with Authentication.mp4 178.9 MB
- 04 File System and Command Line Args (Notes App)/021 ES6 Aside_ Arrow Functions.mp4 178.9 MB
- 03 Node.js Module System (Notes App)/012 Printing in Color.mp4 178.8 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/156 Socket.io Events Challenge.mp4 178.6 MB
- 06 Asynchronous Node.js (Weather App)/041 Bonus_ HTTP Requests Without a Library.mp4 175.9 MB
- 06 Asynchronous Node.js (Weather App)/039 ES6 Aside_ Object Property Shorthand and Destructuring.mp4 174.1 MB
- 16 Testing Node.js (Task App)/140 Testing Asynchronous Code.mp4 173.5 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/158 Sharing Your Location.mp4 172.5 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/155 Socket.io Events.mp4 172.1 MB
- 15 Sending Emails (Task App)/135 Heroku Deployment.mp4 171.2 MB
- 10 MongoDB and Promises (Task App)/080 Updating Documents.mp4 170.9 MB
- 07 Web Servers (Weather App)/043 Hello Express!.mp4 170.3 MB
- 08 Accessing API from Browser (Weather App)/059 Wiring up the User Interface.mp4 168.7 MB
- 12 API Authentication and Security (Task App)/108 Express Middleware.mp4 168.4 MB
- 03 Node.js Module System (Notes App)/011 Importing npm Modules.mp4 166.7 MB
- 08 Accessing API from Browser (Weather App)/054 The Query String.mp4 166.4 MB
- 07 Web Servers (Weather App)/045 Serving up Static Assets.mp4 166.4 MB
- 04 File System and Command Line Args (Notes App)/024 Reading a Note.mp4 165.6 MB
- 14 File Uploads (Task App)/129 Auto-Cropping and Image Formatting.mp4 165.6 MB
- 08 Accessing API from Browser (Weather App)/058 Creating a Search Form.mp4 164.7 MB
- 11 REST APIs and Mongoose (Task App)/096 Async_Await_ Part II.mp4 163.7 MB
- 02 Installing and Exploring Node.js/005 What is Node.js_.mp4 163.5 MB
- 11 REST APIs and Mongoose (Task App)/083 Setting up Mongoose.mp4 162.1 MB
- 12 API Authentication and Security (Task App)/110 Advanced Postman.mp4 161.1 MB
- 07 Web Servers (Weather App)/050 404 Pages.mp4 160.5 MB
- 11 REST APIs and Mongoose (Task App)/091 Resource Reading Endpoints_ Part I.mp4 160.5 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/165 Styling the Chat App.mp4 160.1 MB
- 15 Sending Emails (Task App)/131 Exploring SendGrid.mp4 159.8 MB
- 12 API Authentication and Security (Task App)/105 Logging in Users.mp4 159.8 MB
- 15 Sending Emails (Task App)/134 Creating a Production MongoDB Database.mp4 158.7 MB
- 09 Application Deployment (Weather App)/067 Deploying Node.js to Heroku.mp4 158.5 MB
- 10 MongoDB and Promises (Task App)/077 The ObjectID.mp4 157.5 MB
- 10 MongoDB and Promises (Task App)/079 Promises.mp4 157.5 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/161 Rendering Messages.mp4 156.1 MB
- 16 Testing Node.js (Task App)/142 Testing an Express Application_ Part II.mp4 155.9 MB
- 03 Node.js Module System (Notes App)/009 Importing Node.js Core Modules.mp4 155.5 MB
- 13 Sorting, Pagination, and Filtering (Task App)/121 Sorting Data.mp4 154.6 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/159 Event Acknowledgements.mp4 154.3 MB
- 12 API Authentication and Security (Task App)/113 Authenticating User Endpoints.mp4 153.6 MB
- 07 Web Servers (Weather App)/051 Styling the Application_ Part I.mp4 151.3 MB
- 12 API Authentication and Security (Task App)/112 Hiding Private Data.mp4 150.9 MB
- 09 Application Deployment (Weather App)/068 New Feature Deployment Workflow.mp4 150.9 MB
- 04 File System and Command Line Args (Notes App)/016 Argument Parsing with Yargs_ Part I.mp4 150.2 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/172 Rendering User List.mp4 149.2 MB
- 13 Sorting, Pagination, and Filtering (Task App)/120 Paginating Data.mp4 146.9 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/162 Rendering Location Messages.mp4 146.4 MB
- 13 Sorting, Pagination, and Filtering (Task App)/119 Filtering Data.mp4 145.0 MB
- 12 API Authentication and Security (Task App)/111 Logging Out.mp4 144.6 MB
- 03 Node.js Module System (Notes App)/010 Importing Your Own Files.mp4 144.4 MB
- 12 API Authentication and Security (Task App)/106 JSON Web Tokens.mp4 144.3 MB
- 02 Installing and Exploring Node.js/006 Why Should I Use Node.js_.mp4 143.6 MB
- 04 File System and Command Line Args (Notes App)/017 Argument Parsing with Yargs_ Part II.mp4 139.7 MB
- 16 Testing Node.js (Task App)/137 Jest Testing Framework.mp4 136.3 MB
- 07 Web Servers (Weather App)/052 Styling the Application_ Part II.mp4 135.6 MB
- 08 Accessing API from Browser (Weather App)/056 ES6 Aside_ Default Function Parameters.mp4 135.1 MB
- 11 REST APIs and Mongoose (Task App)/086 Data Validation and Sanitization_ Part II.mp4 132.4 MB
- 08 Accessing API from Browser (Weather App)/057 Browser HTTP Requests with Fetch.mp4 128.1 MB
- 10 MongoDB and Promises (Task App)/073 Installing MongoDB on Windows.mp4 128.0 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/160 Form and Button States.mp4 124.7 MB
- 08 Accessing API from Browser (Weather App)/055 Building a JSON HTTP Endpoint.mp4 124.3 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/152 Creating the Chat App Project.mp4 123.8 MB
- 09 Application Deployment (Weather App)/061 Joining Heroku and GitHub.mp4 121.6 MB
- 09 Application Deployment (Weather App)/066 Pushing Code to GitHub.mp4 119.5 MB
- 12 API Authentication and Security (Task App)/103 Securely Storing Passwords_ Part I.mp4 118.1 MB
- 07 Web Servers (Weather App)/046 Serving up CSS, JS, Images, and More.mp4 118.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/154 Getting Started with Socket.io.mp4 117.6 MB
- 09 Application Deployment (Weather App)/062 Version Control with Git.mp4 115.9 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/169 Storing Users_ Part II.mp4 115.7 MB
- 14 File Uploads (Task App)/128 Serving up Files.mp4 114.0 MB
- 11 REST APIs and Mongoose (Task App)/100 Resource Deleting Endpoints.mp4 112.6 MB
- 11 REST APIs and Mongoose (Task App)/099 Resource Updating Endpoints_ Part II.mp4 112.6 MB
- 07 Web Servers (Weather App)/048 Customizing the Views Directory.mp4 110.4 MB
- 14 File Uploads (Task App)/126 Handling Express Errors.mp4 109.1 MB
- 02 Installing and Exploring Node.js/004 Installing Node.js and Visual Studio Code.mp4 106.3 MB
- 11 REST APIs and Mongoose (Task App)/090 Resource Creation Endpoints_ Part II.mp4 102.9 MB
- 06 Asynchronous Node.js (Weather App)/040 Destructuring and Property Shorthand Challenge.mp4 101.8 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/174 Deploying the Chat Application.mp4 101.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/164 Timestamps for Location Messages.mp4 100.1 MB
- 04 File System and Command Line Args (Notes App)/015 Getting Input from Users.mp4 98.8 MB
- 10 MongoDB and Promises (Task App)/072 Installing MongoDB on macOS and Linux.mp4 95.6 MB
- 09 Application Deployment (Weather App)/069 Avoiding Global Modules.mp4 94.6 MB
- 11 REST APIs and Mongoose (Task App)/094 Promise Chaining Challenge.mp4 90.2 MB
- 10 MongoDB and Promises (Task App)/081 Deleting Documents.mp4 88.0 MB
- 04 File System and Command Line Args (Notes App)/023 Listing Notes.mp4 85.4 MB
- 11 REST APIs and Mongoose (Task App)/092 Resource Reading Endpoints_ Part II.mp4 84.0 MB
- 13 Sorting, Pagination, and Filtering (Task App)/118 Working with Timestamps.mp4 80.7 MB
- 06 Asynchronous Node.js (Weather App)/030 Call Stack, Callback Queue, and Event Loop.mp4 79.3 MB
- 16 Testing Node.js (Task App)/139 Writing Your Own Tests.mp4 76.9 MB
- 16 Testing Node.js (Task App)/146 Mocking Libraries.mp4 75.3 MB
- 09 Application Deployment (Weather App)/065 Setting up SSH Keys.mp4 75.1 MB
- 03 Node.js Module System (Notes App)/013 Global npm Modules and nodemon.mp4 74.1 MB
- 16 Testing Node.js (Task App)/141 Testing an Express Application_ Part I.mp4 73.5 MB
- 07 Web Servers (Weather App)/044 Serving up HTML and JSON.mp4 69.4 MB
- 14 File Uploads (Task App)/125 Validation Challenge.mp4 68.3 MB
- 10 MongoDB and Promises (Task App)/071 MongoDB and NoSQL Databases.mp4 67.1 MB
- 11 REST APIs and Mongoose (Task App)/084 Creating a Mongoose Model.mp4 66.6 MB
- 11 REST APIs and Mongoose (Task App)/088 Installing Postman.mp4 65.1 MB
- 10 MongoDB and Promises (Task App)/074 Installing Database GUI Viewer.mp4 64.9 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/157 Broadcasting Events.mp4 64.2 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/166 Join Page.mp4 63.6 MB
- 12 API Authentication and Security (Task App)/116 Cascade Delete Tasks.mp4 63.3 MB
- 05 Debugging Node.js (Notes Apps)/027 Error Messages.mp4 59.2 MB
- 16 Testing Node.js (Task App)/136 Section Intro_ Testing Node.js.mp4 57.8 MB
- 07 Web Servers (Weather App)/042 Section Intro_ Web Servers.mp4 57.7 MB
- 06 Asynchronous Node.js (Weather App)/029 Asynchronous Basics.mp4 56.5 MB
- 11 REST APIs and Mongoose (Task App)/087 Structuring a REST API.mp4 54.9 MB
- 05 Debugging Node.js (Notes Apps)/025 Section Intro_ Debugging Node.js.mp4 53.4 MB
- 13 Sorting, Pagination, and Filtering (Task App)/117 Section Intro_ Sorting, Pagination, and Filtering.mp4 47.1 MB
- 02 Installing and Exploring Node.js/007 Your First Node.js Script.mp4 44.9 MB
- 06 Asynchronous Node.js (Weather App)/028 Section Intro_ Asynchronous Node.js.mp4 42.9 MB
- 10 MongoDB and Promises (Task App)/070 Section Intro_ Databases and Advanced Asynchronous Development.mp4 40.1 MB
- 12 API Authentication and Security (Task App)/102 Section Intro_ API Authentication and Security.mp4 36.9 MB
- 11 REST APIs and Mongoose (Task App)/082 Section Intro_ REST APIs and Mongoose.mp4 36.7 MB
- 01 Welcome/002 Grab the PDF Guide.mp4 36.4 MB
- 03 Node.js Module System (Notes App)/008 Section Intro_ Node.js Module System.mp4 36.0 MB
- 09 Application Deployment (Weather App)/060 Section Intro_ Application Deployment.mp4 35.6 MB
- 14 File Uploads (Task App)/122 Section Intro_ File Uploads.mp4 33.4 MB
- 15 Sending Emails (Task App)/130 Section Intro_ Sending Emails.mp4 32.6 MB
- 02 Installing and Exploring Node.js/003 Section Intro_ Installing and Exploring Node.js.mp4 32.2 MB
- 04 File System and Command Line Args (Notes App)/014 Section Intro_ File System and Command Line Args.mp4 32.0 MB
- 16 Testing Node.js (Task App)/150 Bonus_ Extra Test Ideas.mp4 30.5 MB
- 08 Accessing API from Browser (Weather App)/053 Section Intro_ Accessing API from Browser.mp4 29.9 MB
- 18 Wrapping Up/177 Bonus_ What should I learn next_.mp4 29.0 MB
- 18 Wrapping Up/175 Section Intro.mp4 28.6 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/151 Section Intro_ Real-Time Web Applications with Socket.io.mp4 28.4 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/153 WebSockets.mp4 20.7 MB
- 09 Application Deployment (Weather App)/063 Exploring Git.mp4 18.6 MB
- 18 Wrapping Up/176 New Feature Ideas.mp4 12.3 MB
- 14 File Uploads (Task App)/128 n3-14-07-serving-files.zip 3.1 MB
- 14 File Uploads (Task App)/127 n3-14-06-profile-image.zip 3.1 MB
- 14 File Uploads (Task App)/126 n3-14-05-custom-errors.zip 3.1 MB
- 14 File Uploads (Task App)/123 node-course-images.zip 3.0 MB
- 14 File Uploads (Task App)/124 node-course-images.zip 3.0 MB
- 14 File Uploads (Task App)/125 n3-14-04-validation-challenge.zip 2.8 MB
- 14 File Uploads (Task App)/124 n3-14-03-validating-uploads.zip 2.6 MB
- 01 Welcome/002 PDF-Guide-Node-Andrew-Mead-v3.pdf 2.4 MB
- 14 File Uploads (Task App)/123 n3-14-02-uploads.zip 1.3 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/174 n3-17-24-deployment.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/173 n3-17-23-chat-scroll.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/170 n3-17-20-sending-msg.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/172 n3-17-22-user-list.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/171 n3-17-21-msg-rooms.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/160 n3-17-10-form-button-state.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/169 n3-17-19-users-2.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/156 n3-17-06-events-challenge.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/168 n3-17-18-users.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/159 n3-17-09-acknowledgments.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/167 n3-17-17-rooms.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/165 n3-17-15-styles.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/162 n3-17-12-rendering-loc.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/166 n3-17-16-join.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/161 n3-17-11-rendering.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/157 n3-17-07-broadcast.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/154 n3-17-04-socket-io.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/164 n3-17-14-time-2.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/152 n3-17-02-chat-project.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/163 n3-17-13-time.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/155 n3-17-05-events.zip 1.1 MB
- 17 Real-Time Web Applications with Socket.io (Chat App)/158 n3-17-08-geo-1.zip 1.1 MB
- 16 Testing Node.js (Task App)/147 n3-16-12-user-tests.zip 1.0 MB
- 16 Testing Node.js (Task App)/148 n3-16-13-test-tasks.zip 1.0 MB
- 16 Testing Node.js (Task App)/149 n3-16-14-task-data.zip 1.0 MB
- 16 Testing Node.js (Task App)/144 n3-16-09-testing-w-auth.zip 857.7 KB
- 16 Testing Node.js (Task App)/143 n3-16-08-setup-teardown.zip 857.4 KB
- 16 Testing Node.js (Task App)/139 n3-16-04-test-challenge.zip 855.4 KB
- 16 Testing Node.js (Task App)/145 n3-16-10-adv-assert.zip 855.1 KB
- 16 Testing Node.js (Task App)/142 n3-16-07-test-env-2.zip 854.5 KB
- 16 Testing Node.js (Task App)/146 n3-16-11-mocking.zip 853.7 KB
- 16 Testing Node.js (Task App)/140 n3-16-05-async-test.zip 853.0 KB
- 16 Testing Node.js (Task App)/141 n3-16-06-test-env.zip 852.0 KB
- 16 Testing Node.js (Task App)/138 n3-16-03-tests.zip 849.2 KB
- 16 Testing Node.js (Task App)/137 n3-16-02-jest.zip 848.2 KB
- 15 Sending Emails (Task App)/135 n3-15-06-heroku-env-var.zip 830.3 KB
- 15 Sending Emails (Task App)/132 n3-15-03-welcome-email.zip 753.9 KB
- 15 Sending Emails (Task App)/133 n3-15-04-env-vars.zip 752.2 KB
- 15 Sending Emails (Task App)/131 n3-15-02-sendgrid.zip 751.2 KB
- 14 File Uploads (Task App)/129 n3-14-08-sharp.zip 744.8 KB
- 11 REST APIs and Mongoose (Task App)/097 n3-11-16-integrating-async-await.zip 743.7 KB
- 12 API Authentication and Security (Task App)/109 n3-12-08-auth-middleware.zip 743.5 KB
- 12 API Authentication and Security (Task App)/104 n3-12-03-storing-passwords-2.zip 743.4 KB
- 12 API Authentication and Security (Task App)/116 n3-12-15-cascade-delete.zip 743.3 KB
- 12 API Authentication and Security (Task App)/114 n3-12-13-task-relation.zip 742.7 KB
- 12 API Authentication and Security (Task App)/103 n3-12-02-storing-passwords.zip 742.2 KB
- 12 API Authentication and Security (Task App)/112 n3-12-11-hiding-data.zip 741.5 KB
- 13 Sorting, Pagination, and Filtering (Task App)/120 n3-13-04-paginating.zip 741.4 KB
- 13 Sorting, Pagination, and Filtering (Task App)/118 n3-13-02-timestamps.zip 741.3 KB
- 13 Sorting, Pagination, and Filtering (Task App)/119 n3-13-03-filtering.zip 740.8 KB
- 12 API Authentication and Security (Task App)/115 n3-12-14-task-auth.zip 740.7 KB
- 11 REST APIs and Mongoose (Task App)/096 n3-11-15-using-async-await.zip 740.6 KB
- 12 API Authentication and Security (Task App)/107 n3-12-06-auth-tokens.zip 740.6 KB
- 11 REST APIs and Mongoose (Task App)/094 n3-11-13-chaining-challenge.zip 740.5 KB
- 12 API Authentication and Security (Task App)/113 n3-12-12-user-auth.zip 740.4 KB
- 12 API Authentication and Security (Task App)/108 n3-12-07-middleware.zip 740.2 KB
- 13 Sorting, Pagination, and Filtering (Task App)/121 n3-13-05-sorting.zip 739.9 KB
- 12 API Authentication and Security (Task App)/106 n3-12-05-jwt-tokens.zip 739.9 KB
- 11 REST APIs and Mongoose (Task App)/101 n3-11-20-split-routes.zip 739.5 KB
- 12 API Authentication and Security (Task App)/111 n3-12-10-logout.zip 739.0 KB
- 11 REST APIs and Mongoose (Task App)/099 n3-11-18-rest-update-2.zip 738.8 KB
- 11 REST APIs and Mongoose (Task App)/100 n3-11-19-rest-update.zip 737.9 KB
- 11 REST APIs and Mongoose (Task App)/098 n3-11-17-rest-update.zip 737.8 KB
- 11 REST APIs and Mongoose (Task App)/095 n3-11-14-async-await.zip 737.4 KB
- 11 REST APIs and Mongoose (Task App)/090 n3-11-09-rest-create-2.zip 736.7 KB
- 12 API Authentication and Security (Task App)/105 n3-12-04-login.zip 736.4 KB
- 11 REST APIs and Mongoose (Task App)/092 n3-11-11-rest-read-2.zip 735.9 KB
- 11 REST APIs and Mongoose (Task App)/089 n3-11-08-rest-create.zip 735.4 KB
- 11 REST APIs and Mongoose (Task App)/093 n3-11-12-chaining.zip 735.0 KB
- 11 REST APIs and Mongoose (Task App)/091 n3-11-10-rest-read.zip 734.8 KB
- 11 REST APIs and Mongoose (Task App)/086 n3-11-05-validation-2.zip 715.8 KB
- 11 REST APIs and Mongoose (Task App)/085 n3-11-04-validation.zip 714.8 KB
- 11 REST APIs and Mongoose (Task App)/083 n3-11-02-mongoose.zip 713.4 KB
- 11 REST APIs and Mongoose (Task App)/084 n3-11-03-model.zip 712.0 KB
- 10 MongoDB and Promises (Task App)/075 n3-10-06-connecting.zip 711.8 KB
- 10 MongoDB and Promises (Task App)/079 n3-10-10-promises.zip 711.5 KB
- 10 MongoDB and Promises (Task App)/080 n3-10-11-updates.zip 711.0 KB
- 10 MongoDB and Promises (Task App)/077 n3-10-08-objectid.zip 711.0 KB
- 10 MongoDB and Promises (Task App)/081 n3-10-12-delete.zip 710.5 KB
- 10 MongoDB and Promises (Task App)/076 n3-10-07-insert.zip 710.0 KB
- 10 MongoDB and Promises (Task App)/078 n3-10-09-query.zip 709.5 KB
- 09 Application Deployment (Weather App)/068 n3-09-09-new-feature.zip 708.0 KB
- 09 Application Deployment (Weather App)/069 n3-09-10-globals.zip 707.9 KB
- 09 Application Deployment (Weather App)/067 n3-09-08-heroku.zip 699.2 KB
- 09 Application Deployment (Weather App)/064 n3-09-05-integrating-git.zip 691.5 KB
- 08 Accessing API from Browser (Weather App)/057 n3-08-05-http-from-browser.zip 324.5 KB
- 08 Accessing API from Browser (Weather App)/055 n3-08-03-wiring-up-weather.zip 324.0 KB
- 08 Accessing API from Browser (Weather App)/056 n3-08-04-arg-defaults.zip 323.9 KB
- 08 Accessing API from Browser (Weather App)/059 n3-08-07-form-2.zip 323.7 KB
- 08 Accessing API from Browser (Weather App)/058 n3-08-06-form.zip 323.4 KB
- 08 Accessing API from Browser (Weather App)/054 n3-08-02-query-strings.zip 319.0 KB
- 07 Web Servers (Weather App)/052 n3-07-11-styles-2.zip 318.5 KB
- 07 Web Servers (Weather App)/051 n3-07-10-styles.zip 316.0 KB
- 07 Web Servers (Weather App)/049 n3-07-08-partials.zip 315.5 KB
- 07 Web Servers (Weather App)/050 n3-07-09-404.zip 315.1 KB
- 07 Web Servers (Weather App)/048 n3-07-07-views-directory.zip 315.0 KB
- 07 Web Servers (Weather App)/047 n3-07-06-hbs-1.zip 314.1 KB
- 07 Web Servers (Weather App)/046 n3-07-05-static-assets.zip 312.8 KB
- 06 Asynchronous Node.js (Weather App)/031 Making HTTP Requests.en_US.srt 33.5 KB
- 11 REST APIs and Mongoose (Task App)/089 Resource Creation Endpoints_ Part I.en_US.srt 27.6 KB
- 07 Web Servers (Weather App)/047 Dynamic Pages with Templating.en_US.srt 27.5 KB
- 06 Asynchronous Node.js (Weather App)/036 Callback Abstraction.en_US.srt 27.3 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/163 Working with Time.en_US.srt 27.0 KB
- 06 Asynchronous Node.js (Weather App)/032 Customizing HTTP Requests.en_US.srt 27.0 KB
- 06 Asynchronous Node.js (Weather App)/034 Handling Errors.en_US.srt 26.6 KB
- 15 Sending Emails (Task App)/135 Heroku Deployment.en_US.srt 26.3 KB
- 15 Sending Emails (Task App)/133 Environment Variables.en_US.srt 26.0 KB
- 12 API Authentication and Security (Task App)/109 Accepting Authentication Tokens.en_US.srt 25.9 KB
- 04 File System and Command Line Args (Notes App)/019 Adding a Note.en_US.srt 25.9 KB
- 12 API Authentication and Security (Task App)/104 Securely Storing Passwords_ Part II.en_US.srt 25.8 KB
- 06 Asynchronous Node.js (Weather App)/030 Call Stack, Callback Queue, and Event Loop.en_US.srt 25.6 KB
- 10 MongoDB and Promises (Task App)/075 Connecting and Inserting Documents.en_US.srt 25.5 KB
- 10 MongoDB and Promises (Task App)/079 Promises.en_US.srt 25.4 KB
- 12 API Authentication and Security (Task App)/114 The User_Task Relationship.en_US.srt 25.4 KB
- 06 Asynchronous Node.js (Weather App)/033 An HTTP Request Challenge.en_US.srt 25.4 KB
- 07 Web Servers (Weather App)/043 Hello Express!.en_US.srt 25.3 KB
- 14 File Uploads (Task App)/123 Adding Support for File Uploads.en_US.srt 25.2 KB
- 11 REST APIs and Mongoose (Task App)/093 Promise Chaining.en_US.srt 25.2 KB
- 05 Debugging Node.js (Notes Apps)/026 Debugging Node.js.en_US.srt 24.6 KB
- 11 REST APIs and Mongoose (Task App)/095 Async_Await.en_US.srt 24.5 KB
- 04 File System and Command Line Args (Notes App)/018 Storing Data with JSON.en_US.srt 24.5 KB
- 07 Web Servers (Weather App)/051 Styling the Application_ Part I.en_US.srt 23.8 KB
- 15 Sending Emails (Task App)/131 Exploring SendGrid.en_US.srt 23.7 KB
- 10 MongoDB and Promises (Task App)/078 Querying Documents.en_US.srt 23.7 KB
- 03 Node.js Module System (Notes App)/011 Importing npm Modules.en_US.srt 23.7 KB
- 07 Web Servers (Weather App)/045 n3-07-04-static-server.zip 23.4 KB
- 06 Asynchronous Node.js (Weather App)/035 The Callback Function.en_US.srt 23.4 KB
- 02 Installing and Exploring Node.js/006 Why Should I Use Node.js_.en_US.srt 23.4 KB
- 08 Accessing API from Browser (Weather App)/054 The Query String.en_US.srt 23.2 KB
- 11 REST APIs and Mongoose (Task App)/085 Data Validation and Sanitization_ Part I.en_US.srt 23.1 KB
- 12 API Authentication and Security (Task App)/110 Advanced Postman.en_US.srt 23.1 KB
- 16 Testing Node.js (Task App)/138 Writing Tests and Assertions.en_US.srt 23.0 KB
- 03 Node.js Module System (Notes App)/009 Importing Node.js Core Modules.en_US.srt 22.8 KB
- 09 Application Deployment (Weather App)/064 Integrating Git.en_US.srt 22.7 KB
- 10 MongoDB and Promises (Task App)/080 Updating Documents.en_US.srt 22.7 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/155 Socket.io Events.en_US.srt 22.5 KB
- 03 Node.js Module System (Notes App)/010 Importing Your Own Files.en_US.srt 22.4 KB
- 10 MongoDB and Promises (Task App)/076 Inserting Documents.en_US.srt 22.3 KB
- 15 Sending Emails (Task App)/132 Sending Welcome and Cancelation Emails.en_US.srt 22.2 KB
- 07 Web Servers (Weather App)/044 n3-07-03-html-json.zip 22.2 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/168 Storing Users_ Part I.en_US.srt 22.0 KB
- 07 Web Servers (Weather App)/043 n3-07-02-express.zip 22.0 KB
- 09 Application Deployment (Weather App)/067 Deploying Node.js to Heroku.en_US.srt 21.9 KB
- 11 REST APIs and Mongoose (Task App)/097 Integrating Async_Await.en_US.srt 21.7 KB
- 09 Application Deployment (Weather App)/068 New Feature Deployment Workflow.en_US.srt 21.7 KB
- 07 Web Servers (Weather App)/049 Advanced Templating.en_US.srt 21.5 KB
- 11 REST APIs and Mongoose (Task App)/083 Setting up Mongoose.en_US.srt 21.5 KB
- 15 Sending Emails (Task App)/134 Creating a Production MongoDB Database.en_US.srt 21.5 KB
- 06 Asynchronous Node.js (Weather App)/041 Bonus_ HTTP Requests Without a Library.en_US.srt 21.5 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/173 Automatic Scrolling.en_US.srt 21.3 KB
- 12 API Authentication and Security (Task App)/115 Authenticating Task Endpoints.en_US.srt 21.2 KB
- 11 REST APIs and Mongoose (Task App)/098 Resource Updating Endpoints_ Part I.en_US.srt 21.1 KB
- 16 Testing Node.js (Task App)/147 Wrapping up User Tests.en_US.srt 20.9 KB
- 04 File System and Command Line Args (Notes App)/020 Removing a Note.en_US.srt 20.9 KB
- 06 Asynchronous Node.js (Weather App)/037 Callback Abstraction Challenge.en_US.srt 20.9 KB
- 04 File System and Command Line Args (Notes App)/016 Argument Parsing with Yargs_ Part I.en_US.srt 20.8 KB
- 14 File Uploads (Task App)/124 Validating File Uploads.en_US.srt 20.7 KB
- 06 Asynchronous Node.js (Weather App)/039 ES6 Aside_ Object Property Shorthand and Destructuring.en_US.srt 20.7 KB
- 16 Testing Node.js (Task App)/137 Jest Testing Framework.en_US.srt 20.6 KB
- 10 MongoDB and Promises (Task App)/077 The ObjectID.en_US.srt 20.6 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/156 Socket.io Events Challenge.en_US.srt 20.6 KB
- 03 Node.js Module System (Notes App)/012 Printing in Color.en_US.srt 20.5 KB
- 14 File Uploads (Task App)/127 Adding Images to User Profile.en_US.srt 20.4 KB
- 02 Installing and Exploring Node.js/005 What is Node.js_.en_US.srt 20.4 KB
- 04 File System and Command Line Args (Notes App)/021 ES6 Aside_ Arrow Functions.en_US.srt 20.3 KB
- 04 File System and Command Line Args (Notes App)/022 Refactoring to Use Arrow Functions.en_US.srt 20.3 KB
- 08 Accessing API from Browser (Weather App)/058 Creating a Search Form.en_US.srt 20.0 KB
- 16 Testing Node.js (Task App)/149 Testing with Task Data.en_US.srt 20.0 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/158 Sharing Your Location.en_US.srt 19.8 KB
- 07 Web Servers (Weather App)/045 Serving up Static Assets.en_US.srt 19.7 KB
- 11 REST APIs and Mongoose (Task App)/087 Structuring a REST API.en_US.srt 19.7 KB
- 08 Accessing API from Browser (Weather App)/059 Wiring up the User Interface.en_US.srt 19.7 KB
- 06 Asynchronous Node.js (Weather App)/038 Callback Chaining.en_US.srt 19.3 KB
- 11 REST APIs and Mongoose (Task App)/101 Separate Route Files.en_US.srt 19.1 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/171 Sending Messages to Rooms.en_US.srt 19.1 KB
- 16 Testing Node.js (Task App)/143 Jest Setup and Teardown.en_US.srt 19.0 KB
- 07 Web Servers (Weather App)/050 404 Pages.en_US.srt 19.0 KB
- 16 Testing Node.js (Task App)/148 Setup Task Test Suite.en_US.srt 19.0 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/167 Socket.io Rooms.en_US.srt 18.9 KB
- 07 Web Servers (Weather App)/052 Styling the Application_ Part II.en_US.srt 18.8 KB
- 16 Testing Node.js (Task App)/142 Testing an Express Application_ Part II.en_US.srt 18.7 KB
- 16 Testing Node.js (Task App)/140 Testing Asynchronous Code.en_US.srt 18.6 KB
- 11 REST APIs and Mongoose (Task App)/091 Resource Reading Endpoints_ Part I.en_US.srt 18.5 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/170 Tracking Users Joining and Leaving.en_US.srt 18.4 KB
- 12 API Authentication and Security (Task App)/107 Generating Authentication Tokens.en_US.srt 18.1 KB
- 12 API Authentication and Security (Task App)/108 Express Middleware.en_US.srt 18.1 KB
- 12 API Authentication and Security (Task App)/105 Logging in Users.en_US.srt 17.8 KB
- 08 Accessing API from Browser (Weather App)/057 Browser HTTP Requests with Fetch.en_US.srt 17.6 KB
- 06 Asynchronous Node.js (Weather App)/040 Destructuring and Property Shorthand Challenge.en_US.srt 17.6 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/165 Styling the Chat App.en_US.srt 17.2 KB
- 09 Application Deployment (Weather App)/066 Pushing Code to GitHub.en_US.srt 17.1 KB
- 04 File System and Command Line Args (Notes App)/024 Reading a Note.en_US.srt 17.1 KB
- 16 Testing Node.js (Task App)/144 Testing with Authentication.en_US.srt 17.1 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/159 Event Acknowledgements.en_US.srt 17.1 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/161 Rendering Messages.en_US.srt 17.0 KB
- 16 Testing Node.js (Task App)/145 Advanced Assertions.en_US.srt 17.0 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/152 Creating the Chat App Project.en_US.srt 16.8 KB
- 12 API Authentication and Security (Task App)/113 Authenticating User Endpoints.en_US.srt 16.7 KB
- 06 Asynchronous Node.js (Weather App)/040 n3-06-13-es6-object-challenge.zip 16.7 KB
- 06 Asynchronous Node.js (Weather App)/041 n3-06-14-raw-http.zip 16.7 KB
- 11 REST APIs and Mongoose (Task App)/086 Data Validation and Sanitization_ Part II.en_US.srt 16.6 KB
- 04 File System and Command Line Args (Notes App)/017 Argument Parsing with Yargs_ Part II.en_US.srt 16.4 KB
- 06 Asynchronous Node.js (Weather App)/039 n3-06-12-es6-objects.zip 16.4 KB
- 08 Accessing API from Browser (Weather App)/056 ES6 Aside_ Default Function Parameters.en_US.srt 16.3 KB
- 06 Asynchronous Node.js (Weather App)/037 n3-06-10-callback-abstraction-2.zip 16.2 KB
- 06 Asynchronous Node.js (Weather App)/038 n3-06-11-chaining-callbacks.zip 16.1 KB
- 14 File Uploads (Task App)/129 Auto-Cropping and Image Formatting.en_US.srt 16.1 KB
- 06 Asynchronous Node.js (Weather App)/036 n3-06-09-callback-abstraction.zip 16.0 KB
- 07 Web Servers (Weather App)/046 Serving up CSS, JS, Images, and More.en_US.srt 15.9 KB
- 11 REST APIs and Mongoose (Task App)/096 Async_Await_ Part II.en_US.srt 15.8 KB
- 13 Sorting, Pagination, and Filtering (Task App)/119 Filtering Data.en_US.srt 15.5 KB
- 12 API Authentication and Security (Task App)/106 JSON Web Tokens.en_US.srt 15.4 KB
- 12 API Authentication and Security (Task App)/111 Logging Out.en_US.srt 15.3 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/160 Form and Button States.en_US.srt 15.3 KB
- 08 Accessing API from Browser (Weather App)/055 Building a JSON HTTP Endpoint.en_US.srt 15.1 KB
- 13 Sorting, Pagination, and Filtering (Task App)/120 Paginating Data.en_US.srt 15.1 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/154 Getting Started with Socket.io.en_US.srt 15.0 KB
- 13 Sorting, Pagination, and Filtering (Task App)/121 Sorting Data.en_US.srt 14.9 KB
- 12 API Authentication and Security (Task App)/103 Securely Storing Passwords_ Part I.en_US.srt 14.9 KB
- 06 Asynchronous Node.js (Weather App)/035 n3-06-08-callbacks.zip 14.7 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/172 Rendering User List.en_US.srt 14.7 KB
- 12 API Authentication and Security (Task App)/112 Hiding Private Data.en_US.srt 14.6 KB
- 06 Asynchronous Node.js (Weather App)/034 n3-06-07-errors.zip 14.1 KB
- 06 Asynchronous Node.js (Weather App)/033 n3-06-06-geocode.zip 14.1 KB
- 06 Asynchronous Node.js (Weather App)/031 n3-06-04-making-http-req.zip 14.0 KB
- 06 Asynchronous Node.js (Weather App)/032 n3-06-05-response.zip 13.9 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/162 Rendering Location Messages.en_US.srt 13.8 KB
- 09 Application Deployment (Weather App)/061 Joining Heroku and GitHub.en_US.srt 13.7 KB
- 04 File System and Command Line Args (Notes App)/015 Getting Input from Users.en_US.srt 13.5 KB
- 11 REST APIs and Mongoose (Task App)/100 Resource Deleting Endpoints.en_US.srt 12.7 KB
- 02 Installing and Exploring Node.js/004 Installing Node.js and Visual Studio Code.en_US.srt 12.5 KB
- 09 Application Deployment (Weather App)/069 Avoiding Global Modules.en_US.srt 12.2 KB
- 03 Node.js Module System (Notes App)/013 Global npm Modules and nodemon.en_US.srt 11.7 KB
- 10 MongoDB and Promises (Task App)/073 Installing MongoDB on Windows.en_US.srt 11.5 KB
- 11 REST APIs and Mongoose (Task App)/088 Installing Postman.en_US.srt 11.5 KB
- 11 REST APIs and Mongoose (Task App)/099 Resource Updating Endpoints_ Part II.en_US.srt 11.5 KB
- 09 Application Deployment (Weather App)/062 Version Control with Git.en_US.srt 11.4 KB
- 10 MongoDB and Promises (Task App)/072 Installing MongoDB on macOS and Linux.en_US.srt 11.3 KB
- 09 Application Deployment (Weather App)/065 Setting up SSH Keys.en_US.srt 11.2 KB
- 11 REST APIs and Mongoose (Task App)/090 Resource Creation Endpoints_ Part II.en_US.srt 11.1 KB
- 06 Asynchronous Node.js (Weather App)/029 Asynchronous Basics.en_US.srt 11.1 KB
- 14 File Uploads (Task App)/126 Handling Express Errors.en_US.srt 11.0 KB
- 10 MongoDB and Promises (Task App)/081 Deleting Documents.en_US.srt 10.8 KB
- 10 MongoDB and Promises (Task App)/071 MongoDB and NoSQL Databases.en_US.srt 10.5 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/169 Storing Users_ Part II.en_US.srt 10.2 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/174 Deploying the Chat Application.en_US.srt 10.2 KB
- 07 Web Servers (Weather App)/048 Customizing the Views Directory.en_US.srt 10.1 KB
- 14 File Uploads (Task App)/128 Serving up Files.en_US.srt 10.1 KB
- 01 Welcome/001 Welcome to the Class!.en_US.srt 9.9 KB
- 11 REST APIs and Mongoose (Task App)/094 Promise Chaining Challenge.en_US.srt 9.8 KB
- 10 MongoDB and Promises (Task App)/074 Installing Database GUI Viewer.en_US.srt 9.7 KB
- 09 Application Deployment (Weather App)/063 Exploring Git.en_US.srt 9.6 KB
- 06 Asynchronous Node.js (Weather App)/029 n3-06-02-async-basics.zip 9.4 KB
- 13 Sorting, Pagination, and Filtering (Task App)/118 Working with Timestamps.en_US.srt 9.4 KB
- 07 Web Servers (Weather App)/044 Serving up HTML and JSON.en_US.srt 9.3 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/164 Timestamps for Location Messages.en_US.srt 9.2 KB
- 02 Installing and Exploring Node.js/007 Your First Node.js Script.en_US.srt 9.1 KB
- 04 File System and Command Line Args (Notes App)/024 n3-04-11-reading-notes.zip 8.9 KB
- 04 File System and Command Line Args (Notes App)/023 n3-04-10-listing-notes.zip 8.9 KB
- 04 File System and Command Line Args (Notes App)/022 n3-04-09-af-refactor.zip 8.8 KB
- 11 REST APIs and Mongoose (Task App)/092 Resource Reading Endpoints_ Part II.en_US.srt 8.7 KB
- 04 File System and Command Line Args (Notes App)/021 n3-04-08-arrow-functions.zip 8.4 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/166 Join Page.en_US.srt 8.2 KB
- 16 Testing Node.js (Task App)/139 Writing Your Own Tests.en_US.srt 8.1 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/153 WebSockets.en_US.srt 8.1 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/157 Broadcasting Events.en_US.srt 8.0 KB
- 04 File System and Command Line Args (Notes App)/020 n3-04-07-removing-note.zip 7.9 KB
- 04 File System and Command Line Args (Notes App)/019 n3-04-06-adding-note.zip 7.8 KB
- 16 Testing Node.js (Task App)/146 Mocking Libraries.en_US.srt 7.8 KB
- 16 Testing Node.js (Task App)/141 Testing an Express Application_ Part I.en_US.srt 7.7 KB
- 04 File System and Command Line Args (Notes App)/023 Listing Notes.en_US.srt 7.7 KB
- 12 API Authentication and Security (Task App)/116 Cascade Delete Tasks.en_US.srt 7.4 KB
- 04 File System and Command Line Args (Notes App)/018 n3-04-05-json.zip 7.4 KB
- 05 Debugging Node.js (Notes Apps)/027 Error Messages.en_US.srt 6.9 KB
- 11 REST APIs and Mongoose (Task App)/084 Creating a Mongoose Model.en_US.srt 6.8 KB
- 04 File System and Command Line Args (Notes App)/017 n3-04-04-yargs-2.zip 6.6 KB
- 04 File System and Command Line Args (Notes App)/016 n3-04-03-yargs.zip 6.5 KB
- 14 File Uploads (Task App)/125 Validation Challenge.en_US.srt 6.0 KB
- 18 Wrapping Up/176 New Feature Ideas.en_US.srt 5.1 KB
- 16 Testing Node.js (Task App)/150 Bonus_ Extra Test Ideas.en_US.srt 3.7 KB
- 03 Node.js Module System (Notes App)/013 n3-03-06-global-npm.zip 3.7 KB
- 18 Wrapping Up/177 Bonus_ What should I learn next_.en_US.srt 3.2 KB
- 03 Node.js Module System (Notes App)/011 n3-03-04-importing-npm.zip 3.1 KB
- 03 Node.js Module System (Notes App)/012 n3-03-05-print-in-color.zip 2.6 KB
- 04 File System and Command Line Args (Notes App)/015 n3-04-02-args.zip 2.6 KB
- 07 Web Servers (Weather App)/042 Section Intro_ Web Servers.en_US.srt 2.3 KB
- 16 Testing Node.js (Task App)/136 Section Intro_ Testing Node.js.en_US.srt 2.3 KB
- 05 Debugging Node.js (Notes Apps)/025 Section Intro_ Debugging Node.js.en_US.srt 2.2 KB
- 13 Sorting, Pagination, and Filtering (Task App)/117 Section Intro_ Sorting, Pagination, and Filtering.en_US.srt 1.8 KB
- 06 Asynchronous Node.js (Weather App)/028 Section Intro_ Asynchronous Node.js.en_US.srt 1.7 KB
- 03 Node.js Module System (Notes App)/008 Section Intro_ Node.js Module System.en_US.srt 1.6 KB
- 10 MongoDB and Promises (Task App)/070 Section Intro_ Databases and Advanced Asynchronous Development.en_US.srt 1.5 KB
- 01 Welcome/002 Grab the PDF Guide.en_US.srt 1.5 KB
- 14 File Uploads (Task App)/122 Section Intro_ File Uploads.en_US.srt 1.4 KB
- 12 API Authentication and Security (Task App)/102 Section Intro_ API Authentication and Security.en_US.srt 1.4 KB
- 09 Application Deployment (Weather App)/060 Section Intro_ Application Deployment.en_US.srt 1.4 KB
- 02 Installing and Exploring Node.js/003 Section Intro_ Installing and Exploring Node.js.en_US.srt 1.4 KB
- 11 REST APIs and Mongoose (Task App)/082 Section Intro_ REST APIs and Mongoose.en_US.srt 1.3 KB
- 04 File System and Command Line Args (Notes App)/014 Section Intro_ File System and Command Line Args.en_US.srt 1.3 KB
- 15 Sending Emails (Task App)/130 Section Intro_ Sending Emails.en_US.srt 1.2 KB
- 08 Accessing API from Browser (Weather App)/053 Section Intro_ Accessing API from Browser.en_US.srt 1.2 KB
- 18 Wrapping Up/175 Section Intro.en_US.srt 1.1 KB
- 03 Node.js Module System (Notes App)/010 n3-03-03-importing-files.zip 1.1 KB
- 17 Real-Time Web Applications with Socket.io (Chat App)/151 Section Intro_ Real-Time Web Applications with Socket.io.en_US.srt 1.0 KB
- 03 Node.js Module System (Notes App)/009 n3-03-02-importing-core.zip 906 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.