Download link
File List
-
Section 01 - Introduction and Setup/001 - Introduction and the Goal of this Course.mp4 15.94 MB
Section 01 - Introduction and Setup/002 - Big Words and NodeJS.mp4 10.92 MB
Section 01 - Introduction and Setup/003 - Watching this Course in High Definition 1.07 KB
Section 01 - Introduction and Setup/004 - Conceptual Aside - The Command Line Interface.mp4 30.33 MB
Section 01 - Introduction and Setup/005 - Command Line References 417 B
Section 02 - V8: The Javascript Engine /006 - Conceptual Aside - Processors, Machine Language, and C++.mp4 42.03 MB
Section 02 - V8: The Javascript Engine /007 - Javascript Aside - Javascript Engines and The ECMAScript Specification.mp4 25.02 MB
Section 02 - V8: The Javascript Engine /008 - V8 Under the Hood.mp4 25.64 MB
Section 02 - V8: The Javascript Engine /009 - Adding Features to Javascript.mp4 53.4 MB
Section 03 - The Node Core/010 - Conceptual Aside - Servers and Clients.mp4 32.63 MB
Section 03 - The Node Core/011 - What Does Javascript Need to Manage a Server.mp4 12.77 MB
Section 03 - The Node Core/012 - The C++ Core.mp4 17.89 MB
Section 03 - The Node Core/013 - The Javascript Core.mp4 14.36 MB
Section 03 - The Node Core/014 - Downloading Lecture Source Code 701 B
Section 03 - The Node Core/015 - Let's Install and Run Some Javascript in Node.mp4 39.5 MB
Section 04 - Modules, Exports, and Require/016 - Conceptual Aside - Modules.mp4 18.22 MB
Section 04 - Modules, Exports, and Require/017 - Javascript Aside - First-Class Functions and Function Expressions.mp4 37.25 MB
Section 04 - Modules, Exports, and Require/018 - Let's Build a Module.mp4 17.82 MB
Section 04 - Modules, Exports, and Require/019 - Javascript Aside - Objects and Object Literals.mp4 26.29 MB
Section 04 - Modules, Exports, and Require/020 - Javascript Aside - Prototypal Inheritance and Function Constructors.mp4 42.04 MB
Section 04 - Modules, Exports, and Require/021 - Javascript Aside - By Reference and By Value.mp4 15.99 MB
Section 04 - Modules, Exports, and Require/022 - Javascript Aside - Immediately Invoked Function Expressions (IIFEs).mp4 14.92 MB
Section 04 - Modules, Exports, and Require/023 - How Do Node Modules Really Work - module.exports and require.mp4 40.07 MB
Section 04 - Modules, Exports, and Require/024 - Javascript Aside - JSON.mp4 7.61 MB
Section 04 - Modules, Exports, and Require/025 - More on require.mp4 17.34 MB
Section 04 - Modules, Exports, and Require/026 - Module Patterns.mp4 41.32 MB
Section 04 - Modules, Exports, and Require/027 - exports vs module.exports.mp4 27.49 MB
Section 04 - Modules, Exports, and Require/028 - Requiring Native (Core) Modules.mp4 15.43 MB
Section 04 - Modules, Exports, and Require/029 - Modules and ES6.mp4 15.43 MB
Section 04 - Modules, Exports, and Require/030 - Web Server Checklist.mp4 7.95 MB
Section 05 - Events and the Event Emitter/031 - Conceptual Aside - Events.mp4 27.05 MB
Section 05 - Events and the Event Emitter/032 - Javascript Aside - Object Properties, First Class Functions, and Arrays.mp4 11.96 MB
Section 05 - Events and the Event Emitter/033 - The Node Event Emitter - Part 1.mp4 35.07 MB
Section 05 - Events and the Event Emitter/034 - The Node Event Emitter - Part 2.mp4 43.33 MB
Section 05 - Events and the Event Emitter/035 - Javascript Aside - Object.create and Prototypes.mp4 22.85 MB
Section 05 - Events and the Event Emitter/036 - Inheriting From the Event Emitter.mp4 48.58 MB
Section 05 - Events and the Event Emitter/037 - Javascript Aside - Node, ES6, and Template Literals.mp4 27.8 MB
Section 05 - Events and the Event Emitter/038 - Javascript Aside - .call and .apply.mp4 7.48 MB
Section 05 - Events and the Event Emitter/039 - Inheriting From the Event Emitter - Part 2.mp4 23.42 MB
Section 05 - Events and the Event Emitter/040 - Javascript Aside - ES6 Classes.mp4 23.53 MB
Section 05 - Events and the Event Emitter/041 - Inheriting From the Event Emitter - Part 3.mp4 14.64 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/042 - Javascript Aside - Javascript is Synchronous.mp4 9.36 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/043 - Conceptual Aside - Callbacks.mp4 10.66 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/044 - libuv, The Event Loop, and Non-Blocking Asynchronous Execution.mp4 51.59 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/045 - Conceptual Aside - Streams and Buffers.mp4 26.49 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/046 - Conceptual Aside - Binary Data, Character Sets, and Encodings.mp4 47.54 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/047 - Buffers.mp4 8.55 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/048 - ES6 Typed Arrays.mp4 13.11 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/049 - Javascript Aside - Callbacks.mp4 11.01 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/050 - Files and fs.mp4 35.1 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/051 - Streams.mp4 70.84 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/052 - Conceptual Aside - Pipes.mp4 12.41 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/053 - Pipes.mp4 42.11 MB
Section 06 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/054 - Web Server Checklist.mp4 14.51 MB
Section 07 - HTTP and Being a Web Server/055 - Conceptual Aside - TCP-IP.mp4 38.54 MB
Section 07 - HTTP and Being a Web Server/056 - Conceptual Aside - Addresses and Ports.mp4 16.64 MB
Section 07 - HTTP and Being a Web Server/057 - Conceptual Aside - HTTP.mp4 36.62 MB
Section 07 - HTTP and Being a Web Server/058 - http_parser.mp4 36.24 MB
Section 07 - HTTP and Being a Web Server/059 - Let's Build a Web Server in Node.mp4 36.11 MB
Section 07 - HTTP and Being a Web Server/060 - Outputting HTML and Templates.mp4 26.32 MB
Section 07 - HTTP and Being a Web Server/061 - Streams and Performance.mp4 10.23 MB
Section 07 - HTTP and Being a Web Server/062 - Conceptual Aside - APIs and Endpoints.mp4 17.62 MB
Section 07 - HTTP and Being a Web Server/063 - Outputting JSON.mp4 17.92 MB
Section 07 - HTTP and Being a Web Server/064 - Routing.mp4 26.36 MB
Section 07 - HTTP and Being a Web Server/065 - Web Server Checklist.mp4 13.26 MB
Section 08 - NPM - The Node Package Manager/066 - Conceptual Aside - Packages and Package Managers.mp4 23.54 MB
Section 08 - NPM - The Node Package Manager/067 - Conceptual Aside - Semantic Versioning (semver).mp4 34.57 MB
Section 08 - NPM - The Node Package Manager/068 - NPM and the NPM Registry - Other People's Code.mp4 14.75 MB
Section 08 - NPM - The Node Package Manager/069 - init, nodemon, and package.json.mp4 29.83 MB
Section 08 - NPM - The Node Package Manager/070 - NPM Global Installation 256 B
Section 08 - NPM - The Node Package Manager/071 - init, nodemon, and package.json - Part 2.mp4 33.21 MB
Section 08 - NPM - The Node Package Manager/072 - Using Other People's Code.mp4 9.17 MB
Section 09 - Express/073 - Installing Express and Making it Easier to Build a Web Server.mp4 45.45 MB
Section 09 - Express/074 - Routes.mp4 15.3 MB
Section 09 - Express/075 - Static Files and Middleware.mp4 50.17 MB
Section 09 - Express/076 - Templates and Template Engines.mp4 35.42 MB
Section 09 - Express/077 - Querystring and Post Parameters.mp4 60.96 MB
Section 09 - Express/078 - RESTful APIs and JSON.mp4 19.43 MB
Section 09 - Express/079 - Structuring an App.mp4 43.53 MB
Section 10 - Javascript, JSON, and Databases/080 - Conceptual Aside - Relational Databases and SQL.mp4 23.2 MB
Section 10 - Javascript, JSON, and Databases/081 - Node and MySQL.mp4 25.55 MB
Section 10 - Javascript, JSON, and Databases/082 - Conceptual Aside - NoSQL and Documents.mp4 19.02 MB
Section 10 - Javascript, JSON, and Databases/083 - MongoDB and Mongoose.mp4 36.46 MB
Section 10 - Javascript, JSON, and Databases/084 - Web Server Checklist.mp4 4.29 MB
Section 11 - The MEAN stack/085 - MongoDB, Express, AngularJS, and NodeJS.mp4 40.05 MB
Section 11 - The MEAN stack/086 - AngularJS - Managing the Client.mp4 34.58 MB
Section 11 - The MEAN stack/087 - AngularJS - Managing the Client (Part 2).mp4 21.02 MB
Section 11 - The MEAN stack/088 - AngularJS - Managing the Client (Part 3).mp4 34.32 MB
Section 11 - The MEAN stack/089 - Conceptual Aside - Angular 1, Angular 2, React, and more….mp4 14.39 MB
Section 11 - The MEAN stack/090 - Working with The Full Stack (and being a Full Stack Developer) - Part 1.mp4 32.05 MB
Section 11 - The MEAN stack/091 - Future Lectures 256 B
file-list 4.36 KB
Download Info
-
Tips
“[Udemy] Learn and Understand NodeJS” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.