FileMood

Download the-complete-nodejs-developer-course-3

The complete nodejs developer course

Name

the-complete-nodejs-developer-course-3

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

16.3 GB

Total Files

312

Hash

2B308E32AB1D19F70B5FEE49F6AA9750872875D2

/06 Asynchronous Node.js (Weather App)/

036 Callback Abstraction.mp4

176.8 MB

028 Section Intro Asynchronous Node.js.mp4

31.5 MB

029 Asynchronous Basics.mp4

39.1 MB

029 n3-06-02-async-basics.zip

9.6 KB

030 Call Stack Callback Queue and Event Loop.mp4

60.6 MB

031 Making HTTP Requests.mp4

127.7 MB

031 n3-06-04-making-http-req.zip

14.3 KB

032 Customizing HTTP Requests.mp4

155.4 MB

032 n3-06-05-response.zip

14.2 KB

033 An HTTP Request Challenge.mp4

130.6 MB

033 n3-06-06-geocode.zip

14.4 KB

034 Handling Errors.mp4

163.5 MB

034 n3-06-07-errors.zip

14.4 KB

035 n3-06-08-callbacks.zip

15.1 KB

035 The Callback Function.mp4

124.0 MB

036 n3-06-09-callback-abstraction.zip

16.4 KB

037 Callback Abstraction Challenge.mp4

130.8 MB

037 n3-06-10-callback-abstraction-2.zip

16.6 KB

038 Callback Chaining.mp4

123.3 MB

038 n3-06-11-chaining-callbacks.zip

16.5 KB

039 ES6 Aside Object Property Shorthand and Destructuring.mp4

116.7 MB

039 n3-06-12-es6-objects.zip

16.8 KB

040 Destructuring and Property Shorthand Challenge.mp4

55.5 MB

040 n3-06-13-es6-object-challenge.zip

17.1 KB

041 Bonus HTTP Requests Without a Library.mp4

121.3 MB

041 n3-06-14-raw-http.zip

17.1 KB

/01 Welcome/

002 Grab the PDF Guide.mp4

23.9 MB

002 PDF-Guide-Node-Andrew-Mead-v3.pdf

2.5 MB

001 Welcome to the Class.mp4

140.7 MB

/02 Installing and Exploring Node.js/

003 Section Intro Installing and Exploring Node.js.mp4

26.7 MB

004 Installing Node.js and Visual Studio Code.mp4

72.8 MB

005 What is Node.js.mp4

107.8 MB

006 Why Should I Use Node.js.mp4

98.9 MB

007 Your First Node.js Script.mp4

31.3 MB

/03 Node.js Module System (Notes App)/

008 Section Intro Node.js Module System.mp4

28.4 MB

009 Importing Node.js Core Modules.mp4

102.1 MB

009 n3-03-02-importing-core.zip

0.9 KB

010 Importing Your Own Files.mp4

97.3 MB

010 n3-03-03-importing-files.zip

1.1 KB

011 Importing npm Modules.mp4

115.9 MB

011 n3-03-04-importing-npm.zip

3.2 KB

012 n3-03-05-print-in-color.zip

2.7 KB

012 Printing in Color.mp4

118.6 MB

013 Global npm Modules and nodemon.mp4

50.5 MB

013 n3-03-06-global-npm.zip

3.7 KB

/04 File System and Command Line Args (Notes App)/

014 Section Intro File System and Command Line Args.mp4

21.1 MB

015 Getting Input from Users.mp4

65.1 MB

015 n3-04-02-args.zip

2.7 KB

016 Argument Parsing with Yargs Part I.mp4

100.5 MB

016 n3-04-03-yargs.zip

6.7 KB

017 Argument Parsing with Yargs Part II.mp4

91.9 MB

017 n3-04-04-yargs-2.zip

6.8 KB

018 n3-04-05-json.zip

7.5 KB

018 Storing Data with JSON.mp4

124.1 MB

019 Adding a Note.mp4

141.9 MB

019 n3-04-06-adding-note.zip

8.0 KB

020 n3-04-07-removing-note.zip

8.1 KB

020 Removing a Note.mp4

134.1 MB

021 ES6 Aside Arrow Functions.mp4

116.3 MB

021 n3-04-08-arrow-functions.zip

8.6 KB

022 n3-04-09-af-refactor.zip

9.0 KB

022 Refactoring to Use Arrow Functions.mp4

131.7 MB

023 Listing Notes.mp4

54.4 MB

023 n3-04-10-listing-notes.zip

9.1 KB

024 n3-04-11-reading-notes.zip

9.1 KB

024 Reading a Note.mp4

109.7 MB

/05 Debugging Node.js (Notes Apps)/

025 Section Intro Debugging Node.js.mp4

31.8 MB

026 Debugging Node.js.mp4

121.4 MB

027 Error Messages.mp4

39.7 MB

/07 Web Servers (Weather App)/

042 Section Intro Web Servers.mp4

33.6 MB

043 Hello Express.mp4

113.0 MB

043 n3-07-02-express.zip

22.5 KB

044 n3-07-03-html-json.zip

22.7 KB

044 Serving up HTML and JSON.mp4

45.2 MB

045 n3-07-04-static-server.zip

24.0 KB

045 Serving up Static Assets.mp4

110.3 MB

046 n3-07-05-static-assets.zip

320.3 KB

046 Serving up CSS JS Images and More.mp4

77.1 MB

047 Dynamic Pages with Templating.mp4

166.4 MB

047 n3-07-06-hbs-1.zip

321.6 KB

048 Customizing the Views Directory.mp4

72.7 MB

048 n3-07-07-views-directory.zip

322.6 KB

049 Advanced Templating.mp4

131.9 MB

049 n3-07-08-partials.zip

323.1 KB

050 404 Pages.mp4

106.2 MB

050 n3-07-09-404.zip

322.7 KB

051 n3-07-10-styles.zip

323.6 KB

051 Styling the Application Part I.mp4

101.7 MB

052 n3-07-11-styles-2.zip

326.1 KB

052 Styling the Application Part II.mp4

90.3 MB

/08 Accessing API from Browser (Weather App)/

053 Section Intro Accessing API from Browser.mp4

23.0 MB

054 n3-08-02-query-strings.zip

326.7 KB

054 The Query String.mp4

110.1 MB

055 Building a JSON HTTP Endpoint.mp4

81.7 MB

055 n3-08-03-wiring-up-weather.zip

331.8 KB

056 ES6 Aside Default Function Parameters.mp4

90.6 MB

056 n3-08-04-arg-defaults.zip

331.6 KB

057 Browser HTTP Requests with Fetch.mp4

85.0 MB

057 n3-08-05-http-from-browser.zip

332.3 KB

058 Creating a Search Form.mp4

108.7 MB

058 n3-08-06-form.zip

331.1 KB

059 n3-08-07-form-2.zip

331.5 KB

059 Wiring up the User Interface.mp4

111.6 MB

/09 Application Deployment (Weather App)/

060 Section Intro Application Deployment.mp4

19.9 MB

061 Joining Heroku and GitHub.mp4

79.9 MB

062 Version Control with Git.mp4

74.9 MB

063 Exploring Git.mp4

17.4 MB

064 Integrating Git.mp4

143.5 MB

064 n3-09-05-integrating-git.zip

708.1 KB

065 Setting up SSH Keys.mp4

52.6 MB

066 Pushing Code to GitHub.mp4

83.7 MB

067 Deploying Node.js to Heroku.mp4

107.5 MB

067 n3-09-08-heroku.zip

716.0 KB

068 n3-09-09-new-feature.zip

725.0 KB

068 New Feature Deployment Workflow.mp4

104.2 MB

069 Avoiding Global Modules.mp4

61.8 MB

069 n3-09-10-globals.zip

724.9 KB

/10 MongoDB and Promises (Task App)/

070 Section Intro Databases and Advanced Asynchronous Development.mp4

24.6 MB

071 MongoDB and NoSQL Databases.mp4

45.7 MB

072 Installing MongoDB on macOS and Linux.mp4

63.5 MB

073 Installing MongoDB on Windows.mp4

96.4 MB

074 Installing Database GUI Viewer.mp4

43.9 MB

075 Connecting and Inserting Documents.mp4

143.6 MB

075 n3-10-06-connecting.zip

728.8 KB

076 Inserting Documents.mp4

124.5 MB

076 n3-10-07-insert.zip

727.1 KB

077 n3-10-08-objectid.zip

728.1 KB

077 The ObjectID.mp4

105.3 MB

078 n3-10-09-query.zip

726.5 KB

078 Querying Documents.mp4

131.2 MB

079 n3-10-10-promises.zip

728.6 KB

079 Promises.mp4

108.8 MB

080 n3-10-11-updates.zip

728.1 KB

080 Updating Documents.mp4

114.1 MB

081 Deleting Documents.mp4

57.6 MB

081 n3-10-12-delete.zip

727.5 KB

/11 REST APIs and Mongoose (Task App)/

082 Section Intro REST APIs and Mongoose.mp4

24.4 MB

083 n3-11-02-mongoose.zip

730.5 KB

083 Setting up Mongoose.mp4

108.9 MB

084 Creating a Mongoose Model.mp4

42.9 MB

084 n3-11-03-model.zip

729.1 KB

085 Data Validation and Sanitization Part I.mp4

159.8 MB

085 n3-11-04-validation.zip

731.9 KB

086 Data Validation and Sanitization Part II.mp4

84.9 MB

086 n3-11-05-validation-2.zip

733.0 KB

087 Structuring a REST API.mp4

44.7 MB

088 Installing Postman.mp4

46.1 MB

089 n3-11-08-rest-create.zip

753.1 KB

089 Resource Creation Endpoints Part I.mp4

135.3 MB

090 n3-11-09-rest-create-2.zip

754.4 KB

090 Resource Creation Endpoints Part II.mp4

66.8 MB

091 n3-11-10-rest-read.zip

752.5 KB

091 Resource Reading Endpoints Part I.mp4

107.1 MB

092 n3-11-11-rest-read-2.zip

753.5 KB

092 Resource Reading Endpoints Part II.mp4

53.9 MB

093 n3-11-12-chaining.zip

752.7 KB

093 Promise Chaining.mp4

150.3 MB

094 n3-11-13-chaining-challenge.zip

758.3 KB

094 Promise Chaining Challenge.mp4

59.0 MB

095 AsyncAwait.mp4

128.2 MB

095 n3-11-14-async-await.zip

755.1 KB

096 AsyncAwait Part II.mp4

107.1 MB

096 n3-11-15-using-async-await.zip

758.4 KB

097 Integrating AsyncAwait.mp4

127.5 MB

097 n3-11-16-integrating-async-await.zip

761.5 KB

098 n3-11-17-rest-update.zip

755.5 KB

098 Resource Updating Endpoints Part I.mp4

123.7 MB

099 n3-11-18-rest-update-2.zip

756.6 KB

099 Resource Updating Endpoints Part II.mp4

72.5 MB

100 n3-11-19-rest-update.zip

755.6 KB

100 Resource Deleting Endpoints.mp4

74.5 MB

101 n3-11-20-split-routes.zip

757.3 KB

101 Separate Route Files.mp4

121.5 MB

/12 API Authentication and Security (Task App)/

102 Section Intro API Authentication and Security.mp4

22.7 MB

103 n3-12-02-storing-passwords.zip

760.1 KB

103 Securely Storing Passwords Part I.mp4

80.2 MB

104 n3-12-03-storing-passwords-2.zip

761.2 KB

104 Securely Storing Passwords Part II.mp4

158.4 MB

105 Logging in Users.mp4

107.0 MB

105 n3-12-04-login.zip

754.0 KB

106 JSON Web Tokens.mp4

96.7 MB

106 n3-12-05-jwt-tokens.zip

757.7 KB

107 Generating Authentication Tokens.mp4

124.2 MB

107 n3-12-06-auth-tokens.zip

758.3 KB

108 Express Middleware.mp4

112.3 MB

108 n3-12-07-middleware.zip

757.9 KB

109 Accepting Authentication Tokens.mp4

171.7 MB

109 n3-12-08-auth-middleware.zip

761.4 KB

110 Advanced Postman.mp4

111.1 MB

111 Logging Out.mp4

97.2 MB

111 n3-12-10-logout.zip

756.7 KB

112 Hiding Private Data.mp4

100.8 MB

112 n3-12-11-hiding-data.zip

759.2 KB

113 Authenticating User Endpoints.mp4

101.4 MB

113 n3-12-12-user-auth.zip

758.1 KB

114 n3-12-13-task-relation.zip

760.5 KB

114 The UserTask Relationship.mp4

152.1 MB

115 Authenticating Task Endpoints.mp4

123.9 MB

115 n3-12-14-task-auth.zip

758.5 KB

116 Cascade Delete Tasks.mp4

41.6 MB

116 n3-12-15-cascade-delete.zip

761.2 KB

/13 Sorting Pagination and Filtering (Task App)/

117 Section Intro Sorting Pagination and Filtering.mp4

26.1 MB

118 n3-13-02-timestamps.zip

759.1 KB

118 Working with Timestamps.mp4

53.5 MB

119 Filtering Data.mp4

94.9 MB

119 n3-13-03-filtering.zip

758.6 KB

120 n3-13-04-paginating.zip

759.2 KB

120 Paginating Data.mp4

96.6 MB

121 n3-13-05-sorting.zip

757.7 KB

121 Sorting Data.mp4

100.3 MB

/14 File Uploads (Task App)/

122 Section Intro File Uploads.mp4

21.1 MB

123 Adding Support for File Uploads.mp4

146.5 MB

123 n3-14-02-uploads.zip

1.4 MB

124 n3-14-03-validating-uploads.zip

2.8 MB

124 Validating File Uploads.mp4

139.9 MB

125 n3-14-04-validation-challenge.zip

3.0 MB

125 Validation Challenge.mp4

47.7 MB

126 Handling Express Errors.mp4

73.9 MB

126 n3-14-05-custom-errors.zip

3.2 MB

127 Adding Images to User Profile.mp4

126.4 MB

127 n3-14-06-profile-image.zip

3.2 MB

128 n3-14-07-serving-files.zip

3.2 MB

128 Serving up Files.mp4

72.9 MB

129 Auto-Cropping and Image Formatting.mp4

106.4 MB

129 n3-14-08-sharp.zip

762.7 KB

/15 Sending Emails (Task App)/

130 Section Intro Sending Emails.mp4

23.9 MB

131 Exploring SendGrid.mp4

95.5 MB

131 n3-15-02-sendgrid.zip

769.2 KB

132 n3-15-03-welcome-email.zip

772.0 KB

132 Sending Welcome and Cancelation Emails.mp4

133.6 MB

133 Environment Variables.mp4

152.4 MB

133 n3-15-04-env-vars.zip

770.3 KB

134 Creating a Production MongoDB Database.mp4

107.0 MB

135 Heroku Deployment.mp4

116.4 MB

135 n3-15-06-heroku-env-var.zip

850.3 KB

/16 Testing Node.js (Task App)/

136 Section Intro Testing Node.js.mp4

39.1 MB

137 Jest Testing Framework.mp4

90.6 MB

137 n3-16-02-jest.zip

868.6 KB

138 n3-16-03-tests.zip

869.6 KB

138 Writing Tests and Assertions.mp4

129.6 MB

139 n3-16-04-test-challenge.zip

876.0 KB

139 Writing Your Own Tests.mp4

48.8 MB

140 n3-16-05-async-test.zip

873.4 KB

140 Testing Asynchronous Code.mp4

114.4 MB

141 n3-16-06-test-env.zip

872.4 KB

141 Testing an Express Application Part I.mp4

48.2 MB

142 n3-16-07-test-env-2.zip

875.0 KB

142 Testing an Express Application Part II.mp4

102.1 MB

143 Jest Setup and Teardown.mp4

122.9 MB

143 n3-16-08-setup-teardown.zip

878.0 KB

144 n3-16-09-testing-w-auth.zip

878.2 KB

144 Testing with Authentication.mp4

118.0 MB

145 Advanced Assertions.mp4

119.1 MB

145 n3-16-10-adv-assert.zip

875.6 KB

146 Mocking Libraries.mp4

49.6 MB

146 n3-16-11-mocking.zip

874.2 KB

147 n3-16-12-user-tests.zip

1.1 MB

147 Wrapping up User Tests.mp4

141.9 MB

148 n3-16-13-test-tasks.zip

1.1 MB

148 Setup Task Test Suite.mp4

122.2 MB

149 n3-16-14-task-data.zip

1.1 MB

149 Testing with Task Data.mp4

142.9 MB

150 Bonus Extra Test Ideas.mp4

20.4 MB

/17 Real-Time Web Applications with Socket.io (Chat App)/

151 Section Intro Real-Time Web Applications with Socket.io.mp4

15.9 MB

152 Creating the Chat App Project.mp4

80.4 MB

152 n3-17-02-chat-project.zip

1.1 MB

153 WebSockets.mp4

17.2 MB

154 Getting Started with Socket.io.mp4

77.5 MB

154 n3-17-04-socket-io.zip

1.1 MB

155 n3-17-05-events.zip

1.1 MB

155 Socket.io Events.mp4

114.5 MB

156 n3-17-06-events-challenge.zip

1.1 MB

156 Socket.io Events Challenge.mp4

114.4 MB

157 Broadcasting Events.mp4

42.6 MB

157 n3-17-07-broadcast.zip

1.1 MB

158 n3-17-08-geo-1.zip

1.1 MB

158 Sharing Your Location.mp4

113.2 MB

159 Event Acknowledgements.mp4

100.7 MB

159 n3-17-09-acknowledgments.zip

1.1 MB

160 Form and Button States.mp4

81.5 MB

160 n3-17-10-form-button-state.zip

1.1 MB

161 n3-17-11-rendering.zip

1.1 MB

161 Rendering Messages.mp4

101.0 MB

162 n3-17-12-rendering-loc.zip

1.1 MB

162 Rendering Location Messages.mp4

95.0 MB

163 n3-17-13-time.zip

1.1 MB

163 Working with Time.mp4

148.8 MB

164 n3-17-14-time-2.zip

1.1 MB

164 Timestamps for Location Messages.mp4

64.8 MB

165 n3-17-15-styles.zip

1.1 MB

165 Styling the Chat App.mp4

104.4 MB

166 Join Page.mp4

43.4 MB

166 n3-17-16-join.zip

1.1 MB

167 n3-17-17-rooms.zip

1.1 MB

167 Socket.io Rooms.mp4

119.5 MB

168 n3-17-18-users.zip

1.1 MB

168 Storing Users Part I.mp4

142.1 MB

169 n3-17-19-users-2.zip

1.1 MB

169 Storing Users Part II.mp4

74.8 MB

170 n3-17-20-sending-msg.zip

1.1 MB

170 Tracking Users Joining and Leaving.mp4

126.4 MB

171 n3-17-21-msg-rooms.zip

1.1 MB

171 Sending Messages to Rooms.mp4

121.5 MB

172 n3-17-22-user-list.zip

1.1 MB

172 Rendering User List.mp4

98.4 MB

173 Automatic Scrolling.mp4

131.2 MB

173 n3-17-23-chat-scroll.zip

1.1 MB

174 Deploying the Chat Application.mp4

66.9 MB

174 n3-17-24-deployment.zip

1.2 MB

/18 Wrapping Up/

175 Section Intro.mp4

17.6 MB

176 New Feature Ideas.mp4

10.3 MB

177 Bonus What should I learn next.mp4

26.3 MB

 

Total files 312


Copyright © 2025 FileMood.com