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

[FreeTutorials.us] understand-nodejs

种子简介

种子名称: [FreeTutorials.us] understand-nodejs
文件类型: 视频
文件数目: 93个文件
文件大小: 2.43 GB
收录时间: 2017-10-29 11:56
已经下载: 3
资源热度: 135
最近下载: 2024-5-30 04:49

下载BT种子文件

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

磁力链接下载

magnet:?xt=urn:btih:a4547cb9e69bb059d08fe4ee7baf27a1072ba818&dn=[FreeTutorials.us] understand-nodejs 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeTutorials.us] understand-nodejs.torrent
  • 01 Introduction and Setup/001 Introduction and the Goal of this Course.mp415.94MB
  • 01 Introduction and Setup/002 Big Words and NodeJS.mp410.92MB
  • 01 Introduction and Setup/004 Conceptual Aside The Command Line Interface.mp430.33MB
  • 02 V8 The Javascript Engine/006 Conceptual Aside Processors Machine Language and C.mp442.03MB
  • 02 V8 The Javascript Engine/007 Javascript Aside Javascript Engines and The ECMAScript Specification.mp425.02MB
  • 02 V8 The Javascript Engine/008 V8 Under the Hood.mp425.64MB
  • 02 V8 The Javascript Engine/009 Adding Features to Javascript.mp453.4MB
  • 03 The Node Core/010 Conceptual Aside Servers and Clients.mp432.63MB
  • 03 The Node Core/011 What Does Javascript Need to Manage a Server.mp412.77MB
  • 03 The Node Core/012 The C Core.mp417.89MB
  • 03 The Node Core/013 The Javascript Core.mp414.36MB
  • 03 The Node Core/015 Lets Install and Run Some Javascript in Node.mp439.5MB
  • 04 Modules Exports and Require/016 Conceptual Aside Modules.mp418.22MB
  • 04 Modules Exports and Require/017 Javascript Aside First-Class Functions and Function Expressions.mp437.25MB
  • 04 Modules Exports and Require/018 Lets Build a Module.mp417.82MB
  • 04 Modules Exports and Require/019 Javascript Aside Objects and Object Literals.mp426.29MB
  • 04 Modules Exports and Require/020 Javascript Aside Prototypal Inheritance and Function Constructors.mp442.04MB
  • 04 Modules Exports and Require/021 Javascript Aside By Reference and By Value.mp415.99MB
  • 04 Modules Exports and Require/022 Javascript Aside Immediately Invoked Function Expressions IIFEs.mp414.92MB
  • 04 Modules Exports and Require/023 How Do Node Modules Really Work module.exports and require.mp440.07MB
  • 04 Modules Exports and Require/024 Javascript Aside JSON.mp47.61MB
  • 04 Modules Exports and Require/025 More on require.mp417.34MB
  • 04 Modules Exports and Require/026 Module Patterns.mp441.32MB
  • 04 Modules Exports and Require/027 exports vs module.exports.mp427.49MB
  • 04 Modules Exports and Require/028 Requiring Native Core Modules.mp415.43MB
  • 04 Modules Exports and Require/029 Modules and ES6.mp46.79MB
  • 04 Modules Exports and Require/030 Web Server Checklist.mp47.95MB
  • 05 Events and the Event Emitter/031 Conceptual Aside Events.mp427.05MB
  • 05 Events and the Event Emitter/032 Javascript Aside Object Properties First Class Functions and Arrays.mp411.96MB
  • 05 Events and the Event Emitter/033 The Node Event Emitter - Part 1.mp435.07MB
  • 05 Events and the Event Emitter/034 The Node Event Emitter - Part 2.mp443.33MB
  • 05 Events and the Event Emitter/035 Javascript Aside Object.create and Prototypes.mp422.85MB
  • 05 Events and the Event Emitter/036 Inheriting From the Event Emitter.mp448.58MB
  • 05 Events and the Event Emitter/037 Javascript Aside Node ES6 and Template Literals.mp427.8MB
  • 05 Events and the Event Emitter/038 Javascript Aside .call and .apply.mp47.48MB
  • 05 Events and the Event Emitter/039 Inheriting From the Event Emitter - Part 2.mp423.42MB
  • 05 Events and the Event Emitter/040 Javascript Aside ES6 Classes.mp423.53MB
  • 05 Events and the Event Emitter/041 Inheriting From the Event Emitter - Part 3.mp414.64MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/042 Javascript Aside Javascript is Synchronous.mp414.14MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/043 Conceptual Aside Callbacks.mp410.66MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/044 libuv The Event Loop and Non-Blocking Asynchronous Execution.mp451.59MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/045 Conceptual Aside Streams and Buffers.mp426.49MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/046 Conceptual Aside Binary Data Character Sets and Encodings.mp447.54MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/047 Buffers.mp411.77MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/048 ES6 Typed Arrays.mp413.11MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/049 Javascript Aside Callbacks.mp411.01MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/050 Files and fs.mp435.1MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/051 Streams.mp470.84MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/052 Conceptual Aside Pipes.mp412.41MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/053 Pipes.mp442.11MB
  • 06 Asynchronous Code libuv The Event Loop Streams Files and more/054 Web Server Checklist.mp414.51MB
  • 07 HTTP and being a Web Server/055 Conceptual Aside TCPIP.mp438.54MB
  • 07 HTTP and being a Web Server/056 Conceptual Aside Addresses and Ports.mp416.64MB
  • 07 HTTP and being a Web Server/057 Conceptual Aside HTTP.mp436.62MB
  • 07 HTTP and being a Web Server/058 http_parser.mp436.24MB
  • 07 HTTP and being a Web Server/059 Lets Build a Web Server in Node.mp436.11MB
  • 07 HTTP and being a Web Server/060 Outputting HTML and Templates.mp426.32MB
  • 07 HTTP and being a Web Server/061 Streams and Performance.mp410.23MB
  • 07 HTTP and being a Web Server/062 Conceptual Aside APIs and Endpoints.mp417.62MB
  • 07 HTTP and being a Web Server/063 Outputting JSON.mp417.92MB
  • 07 HTTP and being a Web Server/064 Routing.mp426.36MB
  • 07 HTTP and being a Web Server/065 Web Server Checklist.mp413.26MB
  • 08 NPM the Node Package Manager/066 Conceptual Aside Packages and Package Managers.mp423.54MB
  • 08 NPM the Node Package Manager/067 Conceptual Aside Semantic Versioning semver.mp434.57MB
  • 08 NPM the Node Package Manager/068 npm and the npm registry Other Peoples Code.mp414.75MB
  • 08 NPM the Node Package Manager/069 init nodemon and package.json.mp429.83MB
  • 08 NPM the Node Package Manager/071 init nodemon and package.json - Part 2.mp433.21MB
  • 08 NPM the Node Package Manager/072 Using Other Peoples Code.mp49.17MB
  • 09 Express/073 Installing Express and Making it Easier to Build a Web Server.mp445.45MB
  • 09 Express/074 Routes.mp415.3MB
  • 09 Express/075 Static Files and Middleware.mp450.17MB
  • 09 Express/076 Templates and Template Engines.mp435.42MB
  • 09 Express/077 Querystring and Post Parameters.mp460.96MB
  • 09 Express/078 RESTful APIs and JSON.mp419.43MB
  • 09 Express/079 Structuring an App.mp443.53MB
  • 10 Javascript JSON and Databases/080 Conceptual Aside Relational Databases and SQL.mp423.2MB
  • 10 Javascript JSON and Databases/081 Node and MySQL.mp425.55MB
  • 10 Javascript JSON and Databases/082 Conceptual Aside NoSQL and Documents.mp419.02MB
  • 10 Javascript JSON and Databases/083 MongoDB and Mongoose.mp436.46MB
  • 10 Javascript JSON and Databases/084 Web Server Checklist.mp44.29MB
  • 11 The MEAN stack/085 MongoDB Express AngularJS and NodeJS.mp440.05MB
  • 11 The MEAN stack/086 AngularJS Managing the Client.mp434.58MB
  • 11 The MEAN stack/087 AngularJS Managing the Client Part 2.mp421.02MB
  • 11 The MEAN stack/088 AngularJS Managing the Client Part 3.mp434.32MB
  • 11 The MEAN stack/089 Conceptual Aside Angular 1 Angular 2 React and more....mp414.39MB
  • 11 The MEAN stack/090 Working with The Full Stack and being a Full Stack Developer - Part 1.mp432.05MB
  • 12 Lets Build an App in record time/091 NodeTodo Software Requirements.mp414.7MB
  • 12 Lets Build an App in record time/092 Initial Setup.mp49.95MB
  • 12 Lets Build an App in record time/093 Setting up Mongo and Mongoose.mp417.65MB
  • 12 Lets Build an App in record time/094 Adding Seed Data.mp430.82MB
  • 12 Lets Build an App in record time/095 Creating our API.mp433.75MB
  • 12 Lets Build an App in record time/096 Testing our API.mp440.78MB
  • 12 Lets Build an App in record time/097 Adding a Front-End in Angular 2 Part 1.mp459.74MB