Understanding NodeJS

seeders: 0
leechers: 0
Added on April 12, 2016 by bardin Other > Tutorials
Torrent verified.



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


Description




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.

1 - Introduction and Setup
01 Introduction and Goal of this Course
02 Big Words and NodeJS
03 Conceptual Aside The Command Line Interface
2 - V8 The Javascript Engine
01 Conceptual Aside Processors Machine Language and CPP
02 JavaScript Aside JS Engines and The ECMAscript Specification
03 V8 Under the Hood
04 Adding Features to javascript
3 - The Node Core
01 Conceptual Aside Server and Clients
02 What Does Javascript Need To Manage Server
03 The CPP Core
04 The Javascript Core
05 Lets Install and Run Some Javascript in Node
4 - Modules, Exports, and Require
01 Conceptual Aside Modules
02 JavaScript Aside First Class Functions and Function Expression
03 Lets Build a Module
04 JavaScript Aside Objects and Object Literals
05 JavaScript Aside Prototypal Inheritance and Function Constructors
06 Javascript Aside By Reference and By Value
07 Javascript Aside Immediately Invoked Function Expressions (IIFEs)
08 How Do Node Modules Really Work module exports and require
09 JavaScript Aside JSON
10 More on require
11 Module Patterns
12 exports vs moduleexports
13 Requiring Native (Core) Modules
14 Modules and ES6
15 Web Server Checklist
5 - Events and the Event Emitter
01 Conceptual Aside Events
02 Javascript Aside Object Properties, First Class Functions, and Arrays
03 The Node Event Emitter - Part 1
04 The Node Event Emitter - Part 2
05 Javascript Aside Object create and Prototypes
06 Inheriting From the Event Emitter
07 Javascript Aside Node, ES6, and Template Literals
08 Javascript Aside call and apply
09 Inheriting From the Event Emitter - Part 2
10 Javascript Aside ES6 Classes
11 Inheriting From the Event Emitter - Part 3
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more
01 Javascript Aside Javascript is Synchronous
02 Conceptual Aside Callbacks
03 libuv, The Event Loop, and Non-Blocking Asynchronous Execution
04 Conceptual Aside Streams and Buffers
05 Conceptual Aside Binary Data, Character Sets, and Encodings
06 Buffers
07 ES6 Typed Arrays
08 Javascript Aside Callbacks
09 Files and fs
10 Streams
11 Conceptual Aside Pipes
12 Pipes
13 Web Server Checklist
7 - HTTP and being a Web Server
01 Conceptual Aside TCP IP
02 Conceptual Aside Addresses and Ports
03 Conceptual Aside HTTP
04 http_parser
05 Lets Build a Web Server in Node
06 Outputting HTML and Templates
07 Streams and Performance
08 Conceptual Aside APIs and Endpoints
09 Outputting JSON
10 Routing
11 Web Server Checklist
8 - NPM the Node Package Manager
01 Conceptual Aside Packages and Package Managers
02 Conceptual Aside Semantic Versioning (semver)
03 npm and the npm registry Other Peoples Code
04 init, nodemon, and package.json
05 init, nodemon, and package.json - Part 2
06 Using Other Peoples Code
9 - Express
01 Installing Express and Making it Easier to Build a Web Server
02 Routes
03 Static Files and Middleware
04 Templates and Template Engines
05 Querystring and Post Parameters
06 RESTful APIs and JSON
07 Structuring an App
10 - Javascript, JSON, and Databases
01 Conceptual Aside Relational Databases and SQL
02 Node and MySQL
03 Conceptual Aside NoSQL and Documents
04 MongoDB and Mongoose
05 Web Server Checklist
11 - The MEAN stack
01 MongoDB, Express, AngularJS, and NodeJS
02 AngularJS Managing the Client
03 AngularJS Managing the Client Part 2
04 AngularJS Managing the Client Part 3
05 Conceptual Aside Angular 1, Angular 2, React, and more
06 Working with The Full Stack (and being a Full Stack Developer) - Part 1

Sharing Widget


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