本站已收录 番号和无损神作磁力链接/BT种子 

Learn and Understand NodeJS

种子简介

种子名称: Learn and Understand NodeJS
文件类型: 视频
文件数目: 92个文件
文件大小: 2.38 GB
收录时间: 2016-9-4 11:03
已经下载: 3
资源热度: 142
最近下载: 2024-8-25 08:52

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:4886e9f7a2dff200f711221aee01262c7dd66f36&dn=Learn and Understand NodeJS 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Learn and Understand NodeJS.torrent
  • 1 - Introduction and Setup/01.Introduction and the Goal of this Course.mp415.94MB
  • 1 - Introduction and Setup/02.Big Words and NodeJS.mp410.92MB
  • 1 - Introduction and Setup/03.Conceptual Aside - The Command Line Interface.mp430.33MB
  • 10 - Javascript, JSON, and Databases/76.Conceptual Aside - Relational Databases and SQL.mp423.2MB
  • 10 - Javascript, JSON, and Databases/77.Node and MySQL.mp425.55MB
  • 10 - Javascript, JSON, and Databases/78.Conceptual Aside - NoSQL and Documents.mp419.02MB
  • 10 - Javascript, JSON, and Databases/79.MongoDB and Mongoose.mp436.46MB
  • 10 - Javascript, JSON, and Databases/80.Web Server Checklist.mp44.29MB
  • 11 - The MEAN stack/81.MongoDB, Express, AngularJS, and NodeJS.mp440.05MB
  • 11 - The MEAN stack/82.AngularJS - Managing the Client.mp434.58MB
  • 11 - The MEAN stack/83.AngularJS - Managing the Client (Part 2).mp421.02MB
  • 11 - The MEAN stack/84.AngularJS - Managing the Client (Part 3).mp434.32MB
  • 11 - The MEAN stack/85.Conceptual Aside - Angular 1, Angular 2, React, and more….mp414.39MB
  • 11 - The MEAN stack/86.Working with The Full Stack (and being a Full Stack Developer) - Part 1.mp432.05MB
  • 12 - Let's Build an App! (in record time)/87.NodeTodo - Software Requirements.mp414.7MB
  • 12 - Let's Build an App! (in record time)/88.Initial Setup.mp49.95MB
  • 12 - Let's Build an App! (in record time)/89.Setting up Mongo and Mongoose.mp417.65MB
  • 12 - Let's Build an App! (in record time)/90.Adding Seed Data.mp430.82MB
  • 12 - Let's Build an App! (in record time)/91.Creating our API.mp433.75MB
  • 12 - Let's Build an App! (in record time)/92.Testing our API.mp440.78MB
  • 2 - V8 - The Javascript Engine/04.Conceptual Aside - Processors, Machine Language, and C++.mp442.03MB
  • 2 - V8 - The Javascript Engine/05.Javascript Aside - Javascript Engines and The ECMAScript Specification.mp425.02MB
  • 2 - V8 - The Javascript Engine/06.V8 Under the Hood.mp425.64MB
  • 2 - V8 - The Javascript Engine/07.Adding Features to Javascript.mp453.4MB
  • 3 - The Node Core/08.Conceptual Aside - Servers and Clients.mp432.63MB
  • 3 - The Node Core/09.What Does Javascript Need to Manage a Server.mp412.77MB
  • 3 - The Node Core/10.The C++ Core.mp417.89MB
  • 3 - The Node Core/11.The Javascript Core.mp414.36MB
  • 3 - The Node Core/12.Let's Install and Run Some Javascript in Node.mp439.5MB
  • 4 - Modules, Exports, and Require/13.Conceptual Aside - Modules.mp418.22MB
  • 4 - Modules, Exports, and Require/14.Javascript Aside - First-Class Functions and Function Expressions.mp437.25MB
  • 4 - Modules, Exports, and Require/15.Let's Build a Module.mp417.82MB
  • 4 - Modules, Exports, and Require/16.Javascript Aside - Objects and Object Literals.mp426.29MB
  • 4 - Modules, Exports, and Require/17.Javascript Aside - Prototypal Inheritance and Function Constructors.mp442.04MB
  • 4 - Modules, Exports, and Require/18.Javascript Aside - By Reference and By Value.mp415.99MB
  • 4 - Modules, Exports, and Require/19.Javascript Aside - Immediately Invoked Function Expressions (IIFEs).mp414.92MB
  • 4 - Modules, Exports, and Require/20.How Do Node Modules Really Work - module.exports and require.mp440.07MB
  • 4 - Modules, Exports, and Require/21.Javascript Aside - JSON.mp47.61MB
  • 4 - Modules, Exports, and Require/22.More on require.mp417.34MB
  • 4 - Modules, Exports, and Require/23.Module Patterns.mp441.32MB
  • 4 - Modules, Exports, and Require/24.exports vs module.exports.mp427.49MB
  • 4 - Modules, Exports, and Require/25.Requiring Native (Core) Modules.mp415.43MB
  • 4 - Modules, Exports, and Require/26.Modules and ES6.mp46.79MB
  • 4 - Modules, Exports, and Require/27.Web Server Checklist.mp47.95MB
  • 5 - Events and the Event Emitter/28.Conceptual Aside - Events.mp427.05MB
  • 5 - Events and the Event Emitter/29.Javascript Aside - Object Properties, First Class Functions, and Arrays.mp411.96MB
  • 5 - Events and the Event Emitter/30.The Node Event Emitter - Part 1.mp435.07MB
  • 5 - Events and the Event Emitter/31.The Node Event Emitter - Part 2.mp443.33MB
  • 5 - Events and the Event Emitter/32.Javascript Aside - Object.create and Prototypes.mp422.85MB
  • 5 - Events and the Event Emitter/33.Inheriting From the Event Emitter.mp448.58MB
  • 5 - Events and the Event Emitter/34.Javascript Aside - Node, ES6, and Template Literals.mp427.8MB
  • 5 - Events and the Event Emitter/35.Javascript Aside - .call and .apply.mp47.48MB
  • 5 - Events and the Event Emitter/36.Inheriting From the Event Emitter - Part 2.mp423.42MB
  • 5 - Events and the Event Emitter/37.Javascript Aside - ES6 Classes.mp423.53MB
  • 5 - Events and the Event Emitter/38.Inheriting From the Event Emitter - Part 3.mp414.64MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/39.Javascript Aside - Javascript is Synchronous.mp420.06MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/40.Conceptual Aside - Callbacks.mp410.66MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/41.libuv, The Event Loop, and Non-Blocking Asynchronous Execution.mp451.59MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/42.Conceptual Aside - Streams and Buffers.mp426.49MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/43.Conceptual Aside - Binary Data, Character Sets, and Encodings.mp447.54MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/44.Buffers.mp416.36MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/45.ES6 Typed Arrays.mp413.11MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/46.Javascript Aside - Callbacks.mp411.01MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/47.Files and fs.mp435.1MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/48.Streams.mp470.84MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/49.Conceptual Aside - Pipes.mp412.41MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/50.Pipes.mp442.11MB
  • 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more…/51.Web Server Checklist.mp414.51MB
  • 7 - HTTP and being a Web Server/52.Conceptual Aside - TCP_IP.mp438.54MB
  • 7 - HTTP and being a Web Server/53.Conceptual Aside - Addresses and Ports.mp416.64MB
  • 7 - HTTP and being a Web Server/54.Conceptual Aside - HTTP.mp436.62MB
  • 7 - HTTP and being a Web Server/55.http_parser.mp436.24MB
  • 7 - HTTP and being a Web Server/56.Let's Build a Web Server in Node.mp436.11MB
  • 7 - HTTP and being a Web Server/57.Outputting HTML and Templates.mp426.32MB
  • 7 - HTTP and being a Web Server/58.Streams and Performance.mp410.23MB
  • 7 - HTTP and being a Web Server/59.Conceptual Aside - APIs and Endpoints.mp417.62MB
  • 7 - HTTP and being a Web Server/60.Outputting JSON.mp417.92MB
  • 7 - HTTP and being a Web Server/61.Routing.mp426.36MB
  • 7 - HTTP and being a Web Server/62.Web Server Checklist.mp413.26MB
  • 8 - NPM - the Node Package Manager/63.Conceptual Aside - Packages and Package Managers.mp423.54MB
  • 8 - NPM - the Node Package Manager/64.Conceptual Aside - Semantic Versioning (semver).mp434.57MB
  • 8 - NPM - the Node Package Manager/65.npm and the npm registry - Other People's Code.mp414.75MB
  • 8 - NPM - the Node Package Manager/66.init, nodemon, and package.json.mp429.83MB
  • 8 - NPM - the Node Package Manager/67.init, nodemon, and package.json - Part 2.mp433.21MB
  • 8 - NPM - the Node Package Manager/68.Using Other People's Code.mp49.17MB
  • 9 - Express/69.Installing Express and Making it Easier to Build a Web Server.mp445.45MB
  • 9 - Express/70.Routes.mp415.3MB
  • 9 - Express/71.Static Files and Middleware.mp450.17MB
  • 9 - Express/72.Templates and Template Engines.mp435.42MB
  • 9 - Express/73.Querystring and Post Parameters.mp460.96MB
  • 9 - Express/74.RESTful APIs and JSON.mp419.43MB
  • 9 - Express/75.Structuring an App.mp443.53MB