Torrent Info
Title [04-2020] the-complete-nodejs-developer-course-2
Category
Size 24.00GB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
001 Welcome to the Class!.en_US.srt 9.86KB
001 Welcome to the Class!.mp4 243.44MB
002 Grab the PDF Guide.en_US.srt 1.49KB
002 Grab the PDF Guide.mp4 36.37MB
002 PDF-Guide-Node-Andrew-Mead-v3.pdf 2.40MB
003 Section Intro_ Installing and Exploring Node.js.en_US.srt 1.37KB
003 Section Intro_ Installing and Exploring Node.js.mp4 32.22MB
004 Installing Node.js and Visual Studio Code.en_US.srt 12.49KB
004 Installing Node.js and Visual Studio Code.mp4 106.34MB
005 What is Node.js_.en_US.srt 20.37KB
005 What is Node.js_.mp4 163.53MB
006 Why Should I Use Node.js_.en_US.srt 23.35KB
006 Why Should I Use Node.js_.mp4 143.63MB
007 Your First Node.js Script.en_US.srt 9.12KB
007 Your First Node.js Script.mp4 44.90MB
008 Section Intro_ Node.js Module System.en_US.srt 1.56KB
008 Section Intro_ Node.js Module System.mp4 36.03MB
009 Importing Node.js Core Modules.en_US.srt 22.82KB
009 Importing Node.js Core Modules.mp4 155.49MB
009 n3-03-02-importing-core.zip 906B
010 Importing Your Own Files.en_US.srt 22.38KB
010 Importing Your Own Files.mp4 144.35MB
010 n3-03-03-importing-files.zip 1.12KB
011 Importing npm Modules.en_US.srt 23.66KB
011 Importing npm Modules.mp4 166.66MB
011 n3-03-04-importing-npm.zip 3.08KB
012 n3-03-05-print-in-color.zip 2.62KB
012 Printing in Color.en_US.srt 20.54KB
012 Printing in Color.mp4 178.81MB
013 Global npm Modules and nodemon.en_US.srt 11.72KB
013 Global npm Modules and nodemon.mp4 74.11MB
013 n3-03-06-global-npm.zip 3.65KB
014 Section Intro_ File System and Command Line Args.en_US.srt 1.29KB
014 Section Intro_ File System and Command Line Args.mp4 32.02MB
015 Getting Input from Users.en_US.srt 13.55KB
015 Getting Input from Users.mp4 98.83MB
015 n3-04-02-args.zip 2.60KB
016 Argument Parsing with Yargs_ Part I.en_US.srt 20.83KB
016 Argument Parsing with Yargs_ Part I.mp4 150.17MB
016 n3-04-03-yargs.zip 6.53KB
017 Argument Parsing with Yargs_ Part II.en_US.srt 16.44KB
017 Argument Parsing with Yargs_ Part II.mp4 139.74MB
017 n3-04-04-yargs-2.zip 6.63KB
018 n3-04-05-json.zip 7.35KB
018 Storing Data with JSON.en_US.srt 24.46KB
018 Storing Data with JSON.mp4 184.68MB
019 Adding a Note.en_US.srt 25.89KB
019 Adding a Note.mp4 212.27MB
019 n3-04-06-adding-note.zip 7.79KB
020 n3-04-07-removing-note.zip 7.92KB
020 Removing a Note.en_US.srt 20.93KB
020 Removing a Note.mp4 204.10MB
021 ES6 Aside_ Arrow Functions.en_US.srt 20.28KB
021 ES6 Aside_ Arrow Functions.mp4 178.85MB
021 n3-04-08-arrow-functions.zip 8.42KB
022 n3-04-09-af-refactor.zip 8.81KB
022 Refactoring to Use Arrow Functions.en_US.srt 20.26KB
022 Refactoring to Use Arrow Functions.mp4 204.59MB
023 Listing Notes.en_US.srt 7.66KB
023 Listing Notes.mp4 85.37MB
023 n3-04-10-listing-notes.zip 8.91KB
024 n3-04-11-reading-notes.zip 8.91KB
024 Reading a Note.en_US.srt 17.11KB
024 Reading a Note.mp4 165.63MB
025 Section Intro_ Debugging Node.js.en_US.srt 2.22KB
025 Section Intro_ Debugging Node.js.mp4 53.44MB
026 Debugging Node.js.en_US.srt 24.65KB
026 Debugging Node.js.mp4 187.06MB
027 Error Messages.en_US.srt 6.94KB
027 Error Messages.mp4 59.19MB
028 Section Intro_ Asynchronous Node.js.en_US.srt 1.71KB
028 Section Intro_ Asynchronous Node.js.mp4 42.86MB
029 Asynchronous Basics.en_US.srt 11.06KB
029 Asynchronous Basics.mp4 56.49MB
029 n3-06-02-async-basics.zip 9.38KB
030 Call Stack, Callback Queue, and Event Loop.en_US.srt 25.56KB
030 Call Stack, Callback Queue, and Event Loop.mp4 79.26MB
031 Making HTTP Requests.en_US.srt 33.48KB
031 Making HTTP Requests.mp4 226.78MB
031 n3-06-04-making-http-req.zip 14.01KB
032 Customizing HTTP Requests.en_US.srt 26.98KB
032 Customizing HTTP Requests.mp4 219.04MB
032 n3-06-05-response.zip 13.87KB
033 An HTTP Request Challenge.en_US.srt 25.37KB
033 An HTTP Request Challenge.mp4 230.45MB
033 n3-06-06-geocode.zip 14.06KB
034 Handling Errors.en_US.srt 26.62KB
034 Handling Errors.mp4 235.15MB
034 n3-06-07-errors.zip 14.11KB
035 n3-06-08-callbacks.zip 14.70KB
035 The Callback Function.en_US.srt 23.38KB
035 The Callback Function.mp4 185.04MB
036 Callback Abstraction.en_US.srt 27.25KB
036 Callback Abstraction.mp4 299.55MB
036 n3-06-09-callback-abstraction.zip 15.98KB
037 Callback Abstraction Challenge.en_US.srt 20.92KB
037 Callback Abstraction Challenge.mp4 194.64MB
037 n3-06-10-callback-abstraction-2.zip 16.20KB
038 Callback Chaining.en_US.srt 19.25KB
038 Callback Chaining.mp4 187.02MB
038 n3-06-11-chaining-callbacks.zip 16.13KB
039 ES6 Aside_ Object Property Shorthand and Destructuring.en_US.srt 20.67KB
039 ES6 Aside_ Object Property Shorthand and Destructuring.mp4 174.12MB
039 n3-06-12-es6-objects.zip 16.36KB
040 Destructuring and Property Shorthand Challenge.en_US.srt 17.61KB
040 Destructuring and Property Shorthand Challenge.mp4 101.81MB
040 n3-06-13-es6-object-challenge.zip 16.72KB
041 Bonus_ HTTP Requests Without a Library.en_US.srt 21.48KB
041 Bonus_ HTTP Requests Without a Library.mp4 175.90MB
041 n3-06-14-raw-http.zip 16.68KB
042 Section Intro_ Web Servers.en_US.srt 2.32KB
042 Section Intro_ Web Servers.mp4 57.74MB
043 Hello Express!.en_US.srt 25.33KB
043 Hello Express!.mp4 170.32MB
043 n3-07-02-express.zip 21.99KB
044 n3-07-03-html-json.zip 22.17KB
044 Serving up HTML and JSON.en_US.srt 9.26KB
044 Serving up HTML and JSON.mp4 69.37MB
045 n3-07-04-static-server.zip 23.44KB
045 Serving up Static Assets.en_US.srt 19.74KB
045 Serving up Static Assets.mp4 166.35MB
046 n3-07-05-static-assets.zip 312.80KB
046 Serving up CSS, JS, Images, and More.en_US.srt 15.92KB
046 Serving up CSS, JS, Images, and More.mp4 118.11MB
047 Dynamic Pages with Templating.en_US.srt 27.48KB
047 Dynamic Pages with Templating.mp4 251.28MB
047 n3-07-06-hbs-1.zip 314.10KB
048 Customizing the Views Directory.en_US.srt 10.14KB
048 Customizing the Views Directory.mp4 110.44MB
048 n3-07-07-views-directory.zip 314.99KB
049 Advanced Templating.en_US.srt 21.53KB
049 Advanced Templating.mp4 200.79MB
049 n3-07-08-partials.zip 315.51KB
050 404 Pages.en_US.srt 18.96KB
050 404 Pages.mp4 160.54MB
050 n3-07-09-404.zip 315.10KB
051 n3-07-10-styles.zip 316.03KB
051 Styling the Application_ Part I.en_US.srt 23.85KB
051 Styling the Application_ Part I.mp4 151.32MB
052 n3-07-11-styles-2.zip 318.47KB
052 Styling the Application_ Part II.en_US.srt 18.81KB
052 Styling the Application_ Part II.mp4 135.59MB
053 Section Intro_ Accessing API from Browser.en_US.srt 1.22KB
053 Section Intro_ Accessing API from Browser.mp4 29.90MB
054 n3-08-02-query-strings.zip 319.03KB
054 The Query String.en_US.srt 23.19KB
054 The Query String.mp4 166.38MB
055 Building a JSON HTTP Endpoint.en_US.srt 15.12KB
055 Building a JSON HTTP Endpoint.mp4 124.31MB
055 n3-08-03-wiring-up-weather.zip 324.03KB
056 ES6 Aside_ Default Function Parameters.en_US.srt 16.26KB
056 ES6 Aside_ Default Function Parameters.mp4 135.11MB
056 n3-08-04-arg-defaults.zip 323.87KB
057 Browser HTTP Requests with Fetch.en_US.srt 17.62KB
057 Browser HTTP Requests with Fetch.mp4 128.07MB
057 n3-08-05-http-from-browser.zip 324.48KB
058 Creating a Search Form.en_US.srt 19.99KB
058 Creating a Search Form.mp4 164.75MB
058 n3-08-06-form.zip 323.36KB
059 n3-08-07-form-2.zip 323.69KB
059 Wiring up the User Interface.en_US.srt 19.68KB
059 Wiring up the User Interface.mp4 168.71MB
060 Section Intro_ Application Deployment.en_US.srt 1.40KB
060 Section Intro_ Application Deployment.mp4 35.56MB
061 Joining Heroku and GitHub.en_US.srt 13.73KB
061 Joining Heroku and GitHub.mp4 121.60MB
062 Version Control with Git.en_US.srt 11.37KB
062 Version Control with Git.mp4 115.88MB
063 Exploring Git.en_US.srt 9.58KB
063 Exploring Git.mp4 18.62MB
064 Integrating Git.en_US.srt 22.74KB
064 Integrating Git.mp4 217.37MB
064 n3-09-05-integrating-git.zip 691.48KB
065 Setting up SSH Keys.en_US.srt 11.18KB
065 Setting up SSH Keys.mp4 75.14MB
066 Pushing Code to GitHub.en_US.srt 17.14KB
066 Pushing Code to GitHub.mp4 119.50MB
067 Deploying Node.js to Heroku.en_US.srt 21.94KB
067 Deploying Node.js to Heroku.mp4 158.53MB
067 n3-09-08-heroku.zip 699.24KB
068 n3-09-09-new-feature.zip 707.98KB
068 New Feature Deployment Workflow.en_US.srt 21.68KB
068 New Feature Deployment Workflow.mp4 150.86MB
069 Avoiding Global Modules.en_US.srt 12.22KB
069 Avoiding Global Modules.mp4 94.57MB
069 n3-09-10-globals.zip 707.94KB
070 Section Intro_ Databases and Advanced Asynchronous Development.en_US.srt 1.55KB
070 Section Intro_ Databases and Advanced Asynchronous Development.mp4 40.09MB
071 MongoDB and NoSQL Databases.en_US.srt 10.46KB
071 MongoDB and NoSQL Databases.mp4 67.09MB
072 Installing MongoDB on macOS and Linux.en_US.srt 11.27KB
072 Installing MongoDB on macOS and Linux.mp4 95.64MB
073 Installing MongoDB on Windows.en_US.srt 11.50KB
073 Installing MongoDB on Windows.mp4 127.98MB
074 Installing Database GUI Viewer.en_US.srt 9.68KB
074 Installing Database GUI Viewer.mp4 64.94MB
075 Connecting and Inserting Documents.en_US.srt 25.49KB
075 Connecting and Inserting Documents.mp4 209.48MB
075 n3-10-06-connecting.zip 711.77KB
076 Inserting Documents.en_US.srt 22.33KB
076 Inserting Documents.mp4 185.95MB
076 n3-10-07-insert.zip 710.03KB
077 n3-10-08-objectid.zip 711.01KB
077 The ObjectID.en_US.srt 20.63KB
077 The ObjectID.mp4 157.51MB
078 n3-10-09-query.zip 709.49KB
078 Querying Documents.en_US.srt 23.71KB
078 Querying Documents.mp4 200.75MB
079 n3-10-10-promises.zip 711.53KB
079 Promises.en_US.srt 25.45KB
079 Promises.mp4 157.48MB
080 n3-10-11-updates.zip 711.04KB
080 Updating Documents.en_US.srt 22.67KB
080 Updating Documents.mp4 170.86MB
081 Deleting Documents.en_US.srt 10.77KB
081 Deleting Documents.mp4 88.02MB
081 n3-10-12-delete.zip 710.48KB
082 Section Intro_ REST APIs and Mongoose.en_US.srt 1.31KB
082 Section Intro_ REST APIs and Mongoose.mp4 36.72MB
083 n3-11-02-mongoose.zip 713.42KB
083 Setting up Mongoose.en_US.srt 21.52KB
083 Setting up Mongoose.mp4 162.09MB
084 Creating a Mongoose Model.en_US.srt 6.85KB
084 Creating a Mongoose Model.mp4 66.58MB
084 n3-11-03-model.zip 712.05KB
085 Data Validation and Sanitization_ Part I.en_US.srt 23.13KB
085 Data Validation and Sanitization_ Part I.mp4 243.60MB
085 n3-11-04-validation.zip 714.78KB
086 Data Validation and Sanitization_ Part II.en_US.srt 16.60KB
086 Data Validation and Sanitization_ Part II.mp4 132.42MB
086 n3-11-05-validation-2.zip 715.83KB
087 Structuring a REST API.en_US.srt 19.71KB
087 Structuring a REST API.mp4 54.93MB
088 Installing Postman.en_US.srt 11.48KB
088 Installing Postman.mp4 65.13MB
089 n3-11-08-rest-create.zip 735.41KB
089 Resource Creation Endpoints_ Part I.en_US.srt 27.61KB
089 Resource Creation Endpoints_ Part I.mp4 209.01MB
090 n3-11-09-rest-create-2.zip 736.74KB
090 Resource Creation Endpoints_ Part II.en_US.srt 11.09KB
090 Resource Creation Endpoints_ Part II.mp4 102.89MB
091 n3-11-10-rest-read.zip 734.84KB
091 Resource Reading Endpoints_ Part I.en_US.srt 18.51KB
091 Resource Reading Endpoints_ Part I.mp4 160.47MB
092 n3-11-11-rest-read-2.zip 735.88KB
092 Resource Reading Endpoints_ Part II.en_US.srt 8.66KB
092 Resource Reading Endpoints_ Part II.mp4 83.97MB
093 n3-11-12-chaining.zip 735.01KB
093 Promise Chaining.en_US.srt 25.19KB
093 Promise Chaining.mp4 226.63MB
094 n3-11-13-chaining-challenge.zip 740.48KB
094 Promise Chaining Challenge.en_US.srt 9.79KB
094 Promise Chaining Challenge.mp4 90.20MB
095 Async_Await.en_US.srt 24.51KB
095 Async_Await.mp4 189.90MB
095 n3-11-14-async-await.zip 737.42KB
096 Async_Await_ Part II.en_US.srt 15.84KB
096 Async_Await_ Part II.mp4 163.70MB
096 n3-11-15-using-async-await.zip 740.64KB
097 Integrating Async_Await.en_US.srt 21.72KB
097 Integrating Async_Await.mp4 198.91MB
097 n3-11-16-integrating-async-await.zip 743.69KB
098 n3-11-17-rest-update.zip 737.79KB
098 Resource Updating Endpoints_ Part I.en_US.srt 21.14KB
098 Resource Updating Endpoints_ Part I.mp4 187.16MB
099 n3-11-18-rest-update-2.zip 738.83KB
099 Resource Updating Endpoints_ Part II.en_US.srt 11.46KB
099 Resource Updating Endpoints_ Part II.mp4 112.56MB
100 n3-11-19-rest-update.zip 737.86KB
100 Resource Deleting Endpoints.en_US.srt 12.66KB
100 Resource Deleting Endpoints.mp4 112.63MB
101 n3-11-20-split-routes.zip 739.51KB
101 Separate Route Files.en_US.srt 19.15KB
101 Separate Route Files.mp4 189.19MB
102 Section Intro_ API Authentication and Security.en_US.srt 1.41KB
102 Section Intro_ API Authentication and Security.mp4 36.85MB
103 n3-12-02-storing-passwords.zip 742.24KB
103 Securely Storing Passwords_ Part I.en_US.srt 14.89KB
103 Securely Storing Passwords_ Part I.mp4 118.14MB
104 n3-12-03-storing-passwords-2.zip 743.37KB
104 Securely Storing Passwords_ Part II.en_US.srt 25.85KB
104 Securely Storing Passwords_ Part II.mp4 238.38MB
105 Logging in Users.en_US.srt 17.80KB
105 Logging in Users.mp4 159.77MB
105 n3-12-04-login.zip 736.37KB
106 JSON Web Tokens.en_US.srt 15.35KB
106 JSON Web Tokens.mp4 144.28MB
106 n3-12-05-jwt-tokens.zip 739.90KB
107 Generating Authentication Tokens.en_US.srt 18.08KB
107 Generating Authentication Tokens.mp4 185.24MB
107 n3-12-06-auth-tokens.zip 740.57KB
108 Express Middleware.en_US.srt 18.06KB
108 Express Middleware.mp4 168.36MB
108 n3-12-07-middleware.zip 740.18KB
109 Accepting Authentication Tokens.en_US.srt 25.94KB
109 Accepting Authentication Tokens.mp4 256.39MB
109 n3-12-08-auth-middleware.zip 743.53KB
110 Advanced Postman.en_US.srt 23.11KB
110 Advanced Postman.mp4 161.05MB
111 Logging Out.en_US.srt 15.29KB
111 Logging Out.mp4 144.56MB
111 n3-12-10-logout.zip 738.95KB
112 Hiding Private Data.en_US.srt 14.58KB
112 Hiding Private Data.mp4 150.93MB
112 n3-12-11-hiding-data.zip 741.45KB
113 Authenticating User Endpoints.en_US.srt 16.73KB
113 Authenticating User Endpoints.mp4 153.65MB
113 n3-12-12-user-auth.zip 740.37KB
114 n3-12-13-task-relation.zip 742.72KB
114 The User_Task Relationship.en_US.srt 25.43KB
114 The User_Task Relationship.mp4 234.99MB
115 Authenticating Task Endpoints.en_US.srt 21.15KB
115 Authenticating Task Endpoints.mp4 186.26MB
115 n3-12-14-task-auth.zip 740.68KB
116 Cascade Delete Tasks.en_US.srt 7.43KB
116 Cascade Delete Tasks.mp4 63.34MB
116 n3-12-15-cascade-delete.zip 743.31KB
117 Section Intro_ Sorting, Pagination, and Filtering.en_US.srt 1.83KB
117 Section Intro_ Sorting, Pagination, and Filtering.mp4 47.07MB
118 n3-13-02-timestamps.zip 741.28KB
118 Working with Timestamps.en_US.srt 9.38KB
118 Working with Timestamps.mp4 80.69MB
119 Filtering Data.en_US.srt 15.55KB
119 Filtering Data.mp4 144.97MB
119 n3-13-03-filtering.zip 740.83KB
120 n3-13-04-paginating.zip 741.40KB
120 Paginating Data.en_US.srt 15.09KB
120 Paginating Data.mp4 146.94MB
121 n3-13-05-sorting.zip 739.93KB
121 Sorting Data.en_US.srt 14.91KB
121 Sorting Data.mp4 154.63MB
122 Section Intro_ File Uploads.en_US.srt 1.42KB
122 Section Intro_ File Uploads.mp4 33.43MB
123 Adding Support for File Uploads.en_US.srt 25.21KB
123 Adding Support for File Uploads.mp4 221.53MB
123 n3-14-02-uploads.zip 1.34MB
123 node-course-images.zip 3.04MB
124 n3-14-03-validating-uploads.zip 2.62MB
124 node-course-images.zip 3.04MB
124 Validating File Uploads.en_US.srt 20.74KB
124 Validating File Uploads.mp4 207.37MB
125 n3-14-04-validation-challenge.zip 2.84MB
125 Validation Challenge.en_US.srt 5.98KB
125 Validation Challenge.mp4 68.30MB
126 Handling Express Errors.en_US.srt 10.98KB
126 Handling Express Errors.mp4 109.08MB
126 n3-14-05-custom-errors.zip 3.06MB
127 Adding Images to User Profile.en_US.srt 20.40KB
127 Adding Images to User Profile.mp4 190.32MB
127 n3-14-06-profile-image.zip 3.06MB
128 n3-14-07-serving-files.zip 3.06MB
128 Serving up Files.en_US.srt 10.09KB
128 Serving up Files.mp4 113.97MB
129 Auto-Cropping and Image Formatting.en_US.srt 16.08KB
129 Auto-Cropping and Image Formatting.mp4 165.57MB
129 n3-14-08-sharp.zip 744.85KB
130 Section Intro_ Sending Emails.en_US.srt 1.23KB
130 Section Intro_ Sending Emails.mp4 32.62MB
131 Exploring SendGrid.en_US.srt 23.71KB
131 Exploring SendGrid.mp4 159.79MB
131 n3-15-02-sendgrid.zip 751.16KB
132 n3-15-03-welcome-email.zip 753.95KB
132 Sending Welcome and Cancelation Emails.en_US.srt 22.21KB
132 Sending Welcome and Cancelation Emails.mp4 210.76MB
133 Environment Variables.en_US.srt 26.04KB
133 Environment Variables.mp4 233.58MB
133 n3-15-04-env-vars.zip 752.23KB
134 Creating a Production MongoDB Database.en_US.srt 21.51KB
134 Creating a Production MongoDB Database.mp4 158.67MB
135 Heroku Deployment.en_US.srt 26.33KB
135 Heroku Deployment.mp4 171.21MB
135 n3-15-06-heroku-env-var.zip 830.34KB
136 Section Intro_ Testing Node.js.en_US.srt 2.27KB
136 Section Intro_ Testing Node.js.mp4 57.79MB
137 Jest Testing Framework.en_US.srt 20.65KB
137 Jest Testing Framework.mp4 136.27MB
137 n3-16-02-jest.zip 848.20KB
138 n3-16-03-tests.zip 849.23KB
138 Writing Tests and Assertions.en_US.srt 23.05KB
138 Writing Tests and Assertions.mp4 200.94MB
139 n3-16-04-test-challenge.zip 855.45KB
139 Writing Your Own Tests.en_US.srt 8.11KB
139 Writing Your Own Tests.mp4 76.95MB
140 n3-16-05-async-test.zip 852.96KB
140 Testing Asynchronous Code.en_US.srt 18.57KB
140 Testing Asynchronous Code.mp4 173.46MB
141 n3-16-06-test-env.zip 851.99KB
141 Testing an Express Application_ Part I.en_US.srt 7.71KB
141 Testing an Express Application_ Part I.mp4 73.49MB
142 n3-16-07-test-env-2.zip 854.52KB
142 Testing an Express Application_ Part II.en_US.srt 18.70KB
142 Testing an Express Application_ Part II.mp4 155.87MB
143 Jest Setup and Teardown.en_US.srt 19.04KB
143 Jest Setup and Teardown.mp4 187.55MB
143 n3-16-08-setup-teardown.zip 857.43KB
144 n3-16-09-testing-w-auth.zip 857.65KB
144 Testing with Authentication.en_US.srt 17.11KB
144 Testing with Authentication.mp4 178.94MB
145 Advanced Assertions.en_US.srt 17.00KB
145 Advanced Assertions.mp4 181.36MB
145 n3-16-10-adv-assert.zip 855.07KB
146 Mocking Libraries.en_US.srt 7.79KB
146 Mocking Libraries.mp4 75.27MB
146 n3-16-11-mocking.zip 853.74KB
147 n3-16-12-user-tests.zip 1.05MB
147 Wrapping up User Tests.en_US.srt 20.94KB
147 Wrapping up User Tests.mp4 217.11MB
148 n3-16-13-test-tasks.zip 1.05MB
148 Setup Task Test Suite.en_US.srt 18.95KB
148 Setup Task Test Suite.mp4 188.16MB
149 n3-16-14-task-data.zip 1.05MB
149 Testing with Task Data.en_US.srt 19.98KB
149 Testing with Task Data.mp4 220.20MB
150 Bonus_ Extra Test Ideas.en_US.srt 3.73KB
150 Bonus_ Extra Test Ideas.mp4 30.47MB
151 Section Intro_ Real-Time Web Applications with Socket.io.en_US.srt 1.00KB
151 Section Intro_ Real-Time Web Applications with Socket.io.mp4 28.35MB
152 Creating the Chat App Project.en_US.srt 16.76KB
152 Creating the Chat App Project.mp4 123.78MB
152 n3-17-02-chat-project.zip 1.07MB
153 WebSockets.en_US.srt 8.09KB
153 WebSockets.mp4 20.69MB
154 Getting Started with Socket.io.en_US.srt 15.00KB
154 Getting Started with Socket.io.mp4 117.65MB
154 n3-17-04-socket-io.zip 1.07MB
155 n3-17-05-events.zip 1.07MB
155 Socket.io Events.en_US.srt 22.49KB
155 Socket.io Events.mp4 172.06MB
156 n3-17-06-events-challenge.zip 1.08MB
156 Socket.io Events Challenge.en_US.srt 20.55KB
156 Socket.io Events Challenge.mp4 178.65MB
157 Broadcasting Events.en_US.srt 7.96KB
157 Broadcasting Events.mp4 64.24MB
157 n3-17-07-broadcast.zip 1.07MB
158 n3-17-08-geo-1.zip 1.07MB
158 Sharing Your Location.en_US.srt 19.80KB
158 Sharing Your Location.mp4 172.55MB
159 Event Acknowledgements.en_US.srt 17.11KB
159 Event Acknowledgements.mp4 154.26MB
159 n3-17-09-acknowledgments.zip 1.08MB
160 Form and Button States.en_US.srt 15.26KB
160 Form and Button States.mp4 124.65MB
160 n3-17-10-form-button-state.zip 1.08MB
161 n3-17-11-rendering.zip 1.07MB
161 Rendering Messages.en_US.srt 17.04KB
161 Rendering Messages.mp4 156.06MB
162 n3-17-12-rendering-loc.zip 1.08MB
162 Rendering Location Messages.en_US.srt 13.85KB
162 Rendering Location Messages.mp4 146.40MB
163 n3-17-13-time.zip 1.07MB
163 Working with Time.en_US.srt 27.00KB
163 Working with Time.mp4 220.81MB
164 n3-17-14-time-2.zip 1.07MB
164 Timestamps for Location Messages.en_US.srt 9.24KB
164 Timestamps for Location Messages.mp4 100.05MB
165 n3-17-15-styles.zip 1.08MB
165 Styling the Chat App.en_US.srt 17.19KB
165 Styling the Chat App.mp4 160.13MB
166 Join Page.en_US.srt 8.22KB
166 Join Page.mp4 63.60MB
166 n3-17-16-join.zip 1.08MB
167 n3-17-17-rooms.zip 1.08MB
167 Socket.io Rooms.en_US.srt 18.86KB
167 Socket.io Rooms.mp4 179.28MB
168 n3-17-18-users.zip 1.08MB
168 Storing Users_ Part I.en_US.srt 22.00KB
168 Storing Users_ Part I.mp4 218.43MB
169 n3-17-19-users-2.zip 1.08MB
169 Storing Users_ Part II.en_US.srt 10.20KB
169 Storing Users_ Part II.mp4 115.71MB
170 n3-17-20-sending-msg.zip 1.08MB
170 Tracking Users Joining and Leaving.en_US.srt 18.43KB
170 Tracking Users Joining and Leaving.mp4 188.25MB
171 n3-17-21-msg-rooms.zip 1.08MB
171 Sending Messages to Rooms.en_US.srt 19.10KB
171 Sending Messages to Rooms.mp4 186.75MB
172 n3-17-22-user-list.zip 1.08MB
172 Rendering User List.en_US.srt 14.67KB
172 Rendering User List.mp4 149.18MB
173 Automatic Scrolling.en_US.srt 21.34KB
173 Automatic Scrolling.mp4 197.38MB
173 n3-17-23-chat-scroll.zip 1.08MB
174 Deploying the Chat Application.en_US.srt 10.17KB
174 Deploying the Chat Application.mp4 101.12MB
174 n3-17-24-deployment.zip 1.15MB
175 Section Intro.en_US.srt 1.14KB
175 Section Intro.mp4 28.59MB
176 New Feature Ideas.en_US.srt 5.12KB
176 New Feature Ideas.mp4 12.33MB
177 Bonus_ What should I learn next_.en_US.srt 3.24KB
177 Bonus_ What should I learn next_.mp4 28.98MB
Distribution statistics by country
Russia (RU) 2
France (FR) 1
Belarus (BY) 1
Ukraine (UA) 1
United States (US) 1
Total 6
IP List List of IP addresses which were distributed this torrent