Understanding NodeJS

seeders: 1
leechers: 0
Added on June 4, 2016 by prof_killerin Other > Tutorials
Torrent verified.



Understanding NodeJS (Size: 2.22 GB)
 a.txt5.71 KB
 02 Big Words and NodeJS.mp410.92 MB
 01 Introduction and Goal of this Course.mp415.94 MB
 03 Conceptual Aside The Command Line Interface.mp430.33 MB
 02 JavaScript Aside JS Engines and The ECMAscript Specification.mp425.02 MB
 03 V8 Under the Hood.mp425.64 MB
 01 Conceptual Aside Processors Machine Language and CPP.mp442.03 MB
 04 Adding Features to javascript.mp453.4 MB
 02 What Does Javascript Need To Manage Server.mp412.77 MB
 04 The Javascript Core.mp414.36 MB
 03 The CPP Core.mp417.89 MB
 01 Conceptual Aside Server and Clients.mp432.63 MB
 05 Lets Install and Run Some Javascript in Node.mp439.5 MB
 14 Modules and ES6.mp46.79 MB
 09 JavaScript Aside JSON.mp47.61 MB
 15 Web Server Checklist.mp47.95 MB
 07 Javascript Aside Immediately Invoked Function Expressions (IIFEs).mp414.92 MB
 13 Requiring Native (Core) Modules.mp415.43 MB
 06 Javascript Aside By Reference and By Value.mp415.99 MB
 10 More on require.mp417.34 MB
 03 Lets Build a Module.mp417.82 MB
 01 Conceptual Aside Modules.mp418.22 MB
 04 JavaScript Aside Objects and Object Literals.mp426.29 MB
 08 Javascript Aside call and apply.mp47.48 MB
 02 Javascript Aside Object Properties, First Class Functions, and Arrays.mp411.96 MB
 11 Inheriting From the Event Emitter - Part 3.mp414.64 MB
 05 Javascript Aside Object create and Prototypes.mp422.85 MB
 09 Inheriting From the Event Emitter - Part 2.mp423.42 MB
 10 Javascript Aside ES6 Classes.mp423.53 MB
 01 Conceptual Aside Events.mp427.05 MB
 07 Javascript Aside Node, ES6, and Template Literals.mp427.8 MB
 03 The Node Event Emitter - Part 1.mp435.07 MB
 04 The Node Event Emitter - Part 2.mp443.33 MB
 06 Inheriting From the Event Emitter.mp448.58 MB
 06 Buffers.mp48.55 MB
 01 Javascript Aside Javascript is Synchronous.mp49.36 MB
 02 Conceptual Aside Callbacks.mp410.66 MB
 08 Javascript Aside Callbacks.mp411.01 MB
 11 Conceptual Aside Pipes.mp412.41 MB
 07 ES6 Typed Arrays.mp413.11 MB
 13 Web Server Checklist.mp414.51 MB
 04 Conceptual Aside Streams and Buffers.mp426.49 MB
 09 Files and fs.mp435.1 MB
 12 Pipes.mp442.11 MB
 07 Streams and Performance.mp410.23 MB
 11 Web Server Checklist.mp413.26 MB
 02 Conceptual Aside Addresses and Ports.mp416.64 MB
 08 Conceptual Aside APIs and Endpoints.mp417.62 MB
 09 Outputting JSON.mp417.92 MB
 06 Outputting HTML and Templates.mp426.32 MB
 10 Routing.mp426.36 MB
 05 Lets Build a Web Server in Node.mp436.11 MB
 04 http_parser.mp436.24 MB
 03 Conceptual Aside HTTP.mp436.62 MB
 01 Conceptual Aside TCP IP.mp438.54 MB
 06 Using Other Peoples Code.mp49.17 MB
 03 npm and the npm registry Other Peoples Code.mp414.75 MB
 01 Conceptual Aside Packages and Package Managers.mp423.54 MB
 04 init, nodemon, and package.json.mp429.83 MB
 05 init, nodemon, and package.json - Part 2.mp433.21 MB
 02 Conceptual Aside Semantic Versioning (semver).mp434.57 MB
 02 Routes.mp415.3 MB
 06 RESTful APIs and JSON.mp419.43 MB
 04 Templates and Template Engines.mp435.42 MB
 07 Structuring an App.mp443.53 MB
 01 Installing Express and Making it Easier to Build a Web Server.mp445.45 MB
 03 Static Files and Middleware.mp450.17 MB
 05 Querystring and Post Parameters.mp460.96 MB
 05 Web Server Checklist.mp44.29 MB
 03 Conceptual Aside NoSQL and Documents.mp419.02 MB
 01 Conceptual Aside Relational Databases and SQL.mp423.2 MB
 02 Node and MySQL.mp425.55 MB
 04 MongoDB and Mongoose.mp436.46 MB
 05 Conceptual Aside Angular 1, Angular 2, React, and more.mp414.39 MB
 03 AngularJS Managing the Client Part 2.mp421.02 MB
 06 Working with The Full Stack (and being a Full Stack Developer) - Part 1.mp432.05 MB
 04 AngularJS Managing the Client Part 3.mp434.32 MB
 02 AngularJS Managing the Client.mp434.58 MB
 01 MongoDB, Express, AngularJS, and NodeJS.mp440.05 MB

Description

NOTE: This is an EARLY BIRD version of the course, meaning all content is not yet published. New content being added as course completion nears!

NodeJS is a rapidy growing web server technology, and Node developers are among the highest paid in the industry. Knowing NodeJS well will get you a job or improve your current one by enabling you to build high quality, robust web applications.

In this course you will gain a deep understanding of Node, learn how NodeJS works under the hood, and how that knowledge helps you avoid common pitfalls and drastically improve your ability to debug problems.

In this course we'll look at how the C++ written V8 Javascript engine works and how NodeJS uses it to expand the abilities of Javascript. You'll learn how to structure your code for reuse and to be easier to understand, manage, and expand using modules and understand how modules really work.

You'll learn how asynchronous code works in Node and the Node event loop, as well as how to use the event emitter, streams, buffers, pipes, and work with files. We'll see how that leads to building a web server in Node.

We'll dive into web sites, web apps and APIs with Express and learn how Express can save us time as Node developers.

You'll also gain an understanding of npm, connecting to databases, and the MEAN stack!

During it all you'll gain a deep understanding of the Javascript concepts and other computer science concepts that power Node.

NodeJS doesn't have to be hard to learn. The biggest mistake most coding tutorials make is expecting someone to learn simply by imitating others' code. Real world situations are never exactly like the tutorial.

I believe the best way to learn is to understand how a tool works and what it does for you, look at examples, and then try it yourself. That's how this course is built, with the goal to help you both learn and understand NodeJS.

Note: In this course you'll also get downloadable source code. You will often be provided with 'starter' code, giving you the base for you to start writing your code, and 'finished' code to compare your code to.

What are the requirements?
Basic Javascript knowledge (variables, loops, and basic functions)
Basic HTML knowledge
A text editor
What am I going to get from this course?
Grasp how NodeJS works under the hood
Understand the Javascript and technical concepts behind NodeJS
Structure a Node application in modules
Understand and use the Event Emitter

Related Torrents

torrent name size seed leech

Sharing Widget


Download torrent
2.22 GB
seeders:1
leechers:0
Understanding NodeJS