| 1.Introduction | |||
| 01.Welcome.en.srt | 1.14 KB | ||
| 01.Welcome.mp4 | 2.82 MB | ||
| 02.Use the exercise files.en.srt | 1.91 KB | ||
| 02.Use the exercise files.mp4 | 2.62 MB | ||
| 10.9. Testing | |||
| 34.Simple test with Jasmine.en.srt | 6.88 KB | ||
| 34.Simple test with Jasmine.mp4 | 11 MB | ||
| 35.Async test with Jasmine.en.srt | 7.44 KB | ||
| 35.Async test with Jasmine.mp4 | 15.48 MB | ||
| 36.Introduction to test first development.en.srt | 8 KB | ||
| 36.Introduction to test first development.mp4 | 16 MB | ||
| 11.Conclusion | |||
| 37.Next steps.en.srt | 2.2 KB | ||
| 37.Next steps.mp4 | 3.66 MB | ||
| 2.1. Introduction to Node | |||
| 03.Understanding Node.en.srt | 1.81 KB | ||
| 03.Understanding Node.mp4 | 2.33 MB | ||
| 04.Demo application overview.en.srt | 1.45 KB | ||
| 04.Demo application overview.mp4 | 3.15 MB | ||
| 05.Download and install Node.en.srt | 1.95 KB | ||
| 05.Download and install Node.mp4 | 3.15 MB | ||
| 06.Why is Javascript Node's language.en.srt | 3.72 KB | ||
| 06.Why is Javascript Node's language.mp4 | 4.58 MB | ||
| 07.The benefits and features of Javascript.en.srt | 2.08 KB | ||
| 07.The benefits and features of Javascript.mp4 | 2.56 MB | ||
| 08.Asynchronous tasks and callbacks.en.srt | 6.39 KB | ||
| 08.Asynchronous tasks and callbacks.mp4 | 8.46 MB | ||
| 3.2. Understanding npm - Node Package Manager | |||
| 09.Write your own module.en.srt | 3.63 KB | ||
| 09.Write your own module.mp4 | 5.12 MB | ||
| 10.Manage third-party packages with npm.en.srt | 5.91 KB | ||
| 10.Manage third-party packages with npm.mp4 | 9.59 MB | ||
| 11.What is the package.json file.en.srt | 3.94 KB | ||
| 11.What is the package.json file.mp4 | 5.2 MB | ||
| 4.3. Reading and Writing Files | |||
| 12.Read from files.en.srt | 6.73 KB | ||
| 12.Read from files.mp4 | 11.06 MB | ||
| 13.Access directories.en.srt | 1.52 KB | ||
| 13.Access directories.mp4 | 2.85 MB | ||
| 14.Write to a file.en.srt | 4.11 KB | ||
| 14.Write to a file.mp4 | 6.93 MB | ||
| 5.4. Exploring Web Frameworks | |||
| 15.Node.js frameworks.en.srt | 2.64 KB | ||
| 15.Node.js frameworks.mp4 | 3.85 MB | ||
| 16.Express.en.srt | 2.08 KB | ||
| 16.Express.mp4 | 2.95 MB | ||
| 17.Socket.io.en.srt | 1.57 KB | ||
| 17.Socket.io.mp4 | 2.11 MB | ||
| 6.5. Building Your Demo App Chat Client for the Browser | |||
| 18.Static serving with Express.en.srt | 7.65 KB | ||
| 18.Static serving with Express.mp4 | 13.83 MB | ||
| 19.Create your browser app.en.srt | 11.89 KB | ||
| 19.Create your browser app.mp4 | 25.59 MB | ||
| 20.Create a get messages service.en.srt | 7.4 KB | ||
| 20.Create a get messages service.mp4 | 15.61 MB | ||
| 21.Create a post messages service.en.srt | 12.58 KB | ||
| 21.Create a post messages service.mp4 | 26.54 MB | ||
| 22.Connect to Socket.io from the browser app.en.srt | 8.01 KB | ||
| 22.Connect to Socket.io from the browser app.mp4 | 15.17 MB | ||
| 23.Create your Socket.io event.en.srt | 2.85 KB | ||
| 23.Create your Socket.io event.mp4 | 6.11 MB | ||
| 7.6. Exploring Databases | |||
| 24.Types of data frameworks.en.srt | 3.63 KB | ||
| 24.Types of data frameworks.mp4 | 2.64 MB | ||
| 25.Set up MongoDB.en.srt | 2.79 KB | ||
| 25.Set up MongoDB.mp4 | 3.9 MB | ||
| 26.Mongoose.en.srt | 4 KB | ||
| 26.Mongoose.mp4 | 8.67 MB | ||
| 27.Saving data to MongoDB with Mongoose.en.srt | 5.21 KB | ||
| 27.Saving data to MongoDB with Mongoose.mp4 | 12.13 MB | ||
| 8.7. Improving Asynchronous Code | |||
| 28.Nested callbacks.en.srt | 4.85 KB | ||
| 28.Nested callbacks.mp4 | 10.2 MB | ||
| 29.Promises.en.srt | 10.05 KB | ||
| 29.Promises.mp4 | 21.18 MB | ||
| 30.Async_await.en.srt | 4.11 KB | ||
| 30.Async_await.mp4 | 7.14 MB | ||
| 9.8. Error Handling and Debugging | |||
| 31.Try_catch.en.srt | 3 KB | ||
| 31.Try_catch.mp4 | 6.09 MB | ||
| 32.Finally.en.srt | 2.45 KB | ||
| 32.Finally.mp4 | 4.52 MB | ||
| 33.Editor debugging.en.srt | 6.39 KB | ||
| 33.Editor debugging.mp4 | 12.39 MB | ||
| Exercise Files | |||
| Ex_Files_Learning_Node | |||
| Exercise Files | |||
| 01_06 | |||
| async-demo.js | 160 B | ||
| sync-demo.js | 117 B | ||
| 02_01 | |||
| module-demo.js | 72 B | ||
| my-module.js | 36 B | ||
| 02_02 | |||
| demo.js | 56 B | ||
| 02_03 | |||
| demo.js | 56 B | ||
| package-lock.json | 251 B | ||
| package.json | 292 B | ||
| 03_01 | |||
| data.json | 23 B | ||
| demo.js | 203 B | ||
| 03_02 | |||
| demo.js | 87 B | ||
| 03_03 | |||
| data.json | 14 B | ||
| demo.js | 163 B | ||
| 05_01 | |||
| index.html | 5 B | ||
| package.json | 301 B | ||
| server.js | 205 B | ||
| 05_02 | |||
| index.html | 1.4 KB | ||
| package.json | 301 B | ||
| server.js | 205 B | ||
| 05_03 | |||
| index.html | 1.48 KB | ||
| package.json | 301 B | ||
| server.js | 370 B | ||
| 05_04 | |||
| index.html | 1.75 KB | ||
| package.json | 331 B | ||
| server.js | 588 B | ||
| 05_05 | |||
| index.html | 1.82 KB | ||
| package.json | 358 B | ||
| server.js | 744 B | ||
| 05_06 | |||
| index.html | 1.86 KB | ||
| package.json | 358 B | ||
| server.js | 778 B | ||
| 06_03 | |||
| index.html | 1.86 KB | ||
| package.json | 386 B | ||
| server.js | 1010 B | ||
| 06_04 | |||
| index.html | 1.86 KB | ||
| package.json | 386 B | ||
| server.js | 1.14 KB | ||
| 07_01 | |||
| index.html | 1.86 KB | ||
| package.json | 386 B | ||
| server.js | 1.46 KB | ||
| 07_02 | |||
| index.html | 1.86 KB | ||
| package.json | 386 B | ||
| server.js | 1.48 KB | ||
| 07_03 | |||
| index.html | 1.86 KB | ||
| package.json | 386 B | ||
| server.js | 1.43 KB | ||
| 08_01 | |||
| index.html | 1.86 KB | ||
| package.json | 386 B | ||
| server.js | 1.45 KB | ||
| 08_02 | |||
| index.html | 1.86 KB | ||
| package.json | 386 B | ||
| server.js | 1.53 KB | ||
| 08_03 | |||
| index.html | 1.86 KB | ||
| package.json | 386 B | ||
| server.js | 1.51 KB | ||
| 09_01 | |||
| index.html | 1.86 KB | ||
| package.json | 402 B | ||
| server.js | 1.51 KB | ||
| spec | |||
| server.spec.js | 108 B | ||
| support | |||
| jasmine.json | 171 B | ||
| 09_02 | |||
| index.html | 1.86 KB | ||
| package.json | 428 B | ||
| server.js | 1.67 KB | ||
| spec | |||
| server.spec.js | 1.08 KB | ||
| support | |||
| jasmine.json | 171 B |
Node.js is a platform built on the Chrome JavaScript runtime that
can help you build fast, scalable network applications. Node.js
uses an event-driven, non-blocking I/O model that makes it
lightweight and efficientΓÇöperfect for data-intensive
real-time applications that run across distributed devices. In
this course, learn the basics of Node.js, and discover how to
build a simple application. Alexander Zanfir goes into topics such
as npm, reading and writing files, and Node.js frameworks. He
covers Node.js features, such as async/await, and dives into
popular web development concepts. Alexander also walks through how
to build a demo chat app from start to finish
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 496.73 MB | Midiablooo | 3 years | 0 | 0 | |
|
[Lynda/Linkedin] Vmware Vsphere Configure and Manage Networking ENG MP4 720p 2016 [Brandon Neill] Posted by
Moussafir88 in Other
|
226.69 MB | Moussafir88 | 4 years | 5 | 0 |
|
[Lynda/Linkedin] Vmware Vsphere 6-5 Essential-Training Part-2 ENG MP4-2018 [Rick Crisci] Posted by
Moussafir88 in Other
|
383.69 MB | Moussafir88 | 4 years | 6 | 0 |
|
[Lynda/Linkedin] Vmware Vsphere 6-5 Essential-Training Part-1 ENG MP4-2018 [Rick Crisci] Posted by
Moussafir88 in Other
|
659.73 MB | Moussafir88 | 4 years | 6 | 0 |
| 12.3 GB | SunRiseZone | 4 years | 1 | 4 |
All Comments