| .pad | |||
| 0 | 879.37 KB | ||
| 1 | 276.66 KB | ||
| 2 | 40.71 KB | ||
| 3 | 483.5 KB | ||
| 4 | 597.58 KB | ||
| 5 | 243.45 KB | ||
| 6 | 954.69 KB | ||
| 7 | 410.7 KB | ||
| 8 | 38.9 KB | ||
| 9 | 428.44 KB | ||
| 10 | 800.78 KB | ||
| 11 | 885.59 KB | ||
| 12 | 659.9 KB | ||
| 13 | 810.73 KB | ||
| 14 | 150.18 KB | ||
| 15 | 277.91 KB | ||
| 16 | 1016.71 KB | ||
| 17 | 815 KB | ||
| 18 | 1023.18 KB | ||
| 19 | 40.45 KB | ||
| 20 | 143.28 KB | ||
| 21 | 601.67 KB | ||
| 22 | 688.93 KB | ||
| 23 | 1021.14 KB | ||
| 24 | 217.17 KB | ||
| 25 | 698.36 KB | ||
| 26 | 468.47 KB | ||
| 27 | 973.8 KB | ||
| 28 | 149.07 KB | ||
| 29 | 856.28 KB | ||
| 30 | 580.43 KB | ||
| 31 | 999.22 KB | ||
| 32 | 84.39 KB | ||
| 33 | 876.13 KB | ||
| 34 | 991.81 KB | ||
| 35 | 629.57 KB | ||
| 36 | 712.52 KB | ||
| 37 | 554.11 KB | ||
| 38 | 982.62 KB | ||
| 39 | 47.76 KB | ||
| 40 | 285.64 KB | ||
| 41 | 1004.41 KB | ||
| 42 | 17.14 KB | ||
| TutsNode.com.txt | 63 B | ||
| [TGx]Downloaded from torrentgalaxy.to .txt | 585 B | ||
| [TutsNode.com] - Node.js Essentials | |||
| 01-Node.js Essentials - Introduction.mp4 | 82.16 MB | ||
| 02-Learning objectives.mp4 | 24.98 MB | ||
| 03-1.1 Install Node.js and NPM.mp4 | 115.54 MB | ||
| 04-1.2 Write and run Node scripts.mp4 | 259.36 MB | ||
| 05-1.3 Manage Node versions with the Node Version Manager (NVM).mp4 | 156 MB | ||
| 06-Learning objectives.mp4 | 27.95 MB | ||
| 07-2.1 Learn about the package.json file.mp4 | 305.58 MB | ||
| 08-2.2 Create script shortcuts in the package.json file.mp4 | 248.85 MB | ||
| 09-2.3 Run Node scripts with arguments.mp4 | 230.2 MB | ||
| 10-2.4 Work with Node.js modules.mp4 | 305.22 MB | ||
| 11-2.5 Use Babel to write modern JavaScript.mp4 | 340.96 MB | ||
| 12-Learning objectives.mp4 | 27.72 MB | ||
| 13-3.1 Understand the 'fs' package.mp4 | 68.43 MB | ||
| 14-3.2 Read and write files synchronously.mp4 | 792.14 MB | ||
| 15-3.3 Read and write files asynchronously with callbacks.mp4 | 421.76 MB | ||
| 16-3.4 Read and write files asynchronously with promises.mp4 | 382.6 MB | ||
| 17-Learning objectives.mp4 | 26.02 MB | ||
| 18-4.1 Create a web server without frameworks.mp4 | 426.42 MB | ||
| 19-4.2 Use Express.js to create a web server.mp4 | 416.07 MB | ||
| 20-4.3 Use Koa.js to create a web server.mp4 | 221 MB | ||
| 21-4.4 Use Hapi to create a web server.mp4 | 206.86 MB | ||
| 22-Learning objectives.mp4 | 31.3 MB | ||
| 23-5.1 Use MongoDB with Node.js.mp4 | 679.96 MB | ||
| 24-5.2 Use SQL databases with Node.js.mp4 | 709.73 MB | ||
| 25-Learning objectives.mp4 | 23.67 MB | ||
| 26-6.1 Learn the basics of web sockets.mp4 | 51.92 MB | ||
| 27-6.2 Create web sockets.mp4 | 277.14 MB | ||
| 28-6.3 Sending messages via web sockets.mp4 | 126.32 MB | ||
| 29-6.4 Subscribing to web socket events.mp4 | 250.21 MB | ||
| 30-Learning objectives.mp4 | 32.39 MB | ||
| 31-7.1 Learn the structure of an NPM package.mp4 | 192.41 MB | ||
| 32-7.2 Create an NPM package.mp4 | 247.73 MB | ||
| 33-7.3 Publish a package on NPM.mp4 | 231.01 MB | ||
| 34-Learning objectives.mp4 | 28.04 MB | ||
| 35-8.1 Prepare Node.js applications for production.mp4 | 190.33 MB | ||
| 36-8.2 Host a Node.js app on Heroku.mp4 | 108.05 MB | ||
| 37-Learning objectives.mp4 | 30.46 MB | ||
| 38-9.1 Learn about the available testing tools.mp4 | 58.02 MB | ||
| 39-9.2 Write unit tests with Mocha and Chai.mp4 | 436.53 MB | ||
| 40-9.3 Test server endpoints with Supertest.mp4 | 217.96 MB | ||
| 41-9.4 Create test scripts.mp4 | 39.03 MB | ||
| 42-9.5 Run test scripts automatically.mp4 | 94.85 MB | ||
| 43-9.6 Ensure and display test coverage.mp4 | 130.79 MB | ||
| 44-Node.js Essentials - Summary.mp4 | 50.14 MB |

Description
Several years ago, it wasn’t possible to write JavaScript programs for the back-end. JavaScript was strictly limited to running in a browser, and if a developer wanted to write back-end software, they had little choice but to learn another programming language, such as PHP. Now, that has all changed. Thanks to Node.js, which allows JavaScript to be run outside the browser, JavaScript developers can write web-servers, server-side scripts, and any number of other useful back-end programs.
This LiveLessons video shows developers how to write and run server-side JavaScript applications for the powerful Node.js runtime.
About the Instructor
Shaun Wassell’s goal is to create a world where people are empowered to use programming as a way to solve meaningful problems–a world where writing code is just as natural for most people as walking or breathing. To help make this a reality, he has dedicated the past few years to helping people learn and master software development skills through video courses, live training sessions, and one-on-one tutoring. Shaun has been programming since he was a kid, when creating video games was his gateway into the world of software. Since then, he’s been fortunate enough to be a contributing member on many amazing software projects and work with some incredible mentors along the way.
Skill Level
Intermediate
What You Will Learn
Learn to quickly and easily write performant back-end applications in JavaScript by leveraging the Node.js runtime:
Write useful server-side programs using modern JavaScript
Build Node.js web servers using several different frameworks
Deploy your Node.js applications so that they can be accessed from anywhere
Create and publish an open-source NPM package
Shaun also covers more advanced features for developers, such as:
Maximizing the performance of your Node.js programs by learning about how Nodes V8 runtime works
Interfacing with databases in Node
Who Should Take This Course?
Front-end developers/engineers
Full-stack developers/engineers
Back-end developers/engineers
JavaScript developers/engineers
Prerequisites:
Working knowledge of JavaScript.
Some experience working on either the front- or back-end of a web application, but this is not a requirement.
Released January 2021
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 3.8 GB | freecoursewb | 2 months | 1 | 79 | |
|
Udemy - Complete Node.js Developer 2026 - APIs, Projects and Deployment Posted by
freecoursewb in Other
|
2.1 GB | freecoursewb | 3 months | 12 | 3 |
| 3.6 GB | freecoursewb | 6 months | 8 | 3 | |
| 8.1 GB | notimmune | 8 months | 6 | 1 | |
|
Udemy - Build a RESTful API with Node.js, Express, and SQLite Database Posted by
freecoursewb in Other
|
1.4 GB | freecoursewb | 8 months | 0 | 0 |
All Comments