zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
Understanding NodeJS
magnet:?xt=urn:btih:bef2589565ddb5c2f9dae0c6d09fa33ac6c220ec&dn=Understanding NodeJS
磁力链接详情
Hash值:
bef2589565ddb5c2f9dae0c6d09fa33ac6c220ec
点击数:
113
文件大小:
2.22 GB
文件数量:
86
创建日期:
2019-5-15 18:41
最后访问:
2024-11-8 20:58
访问标签:
Understanding
NodeJS
文件列表详情
1 - Introduction and Setup/01 Introduction and Goal of this Course.mp4 15.94 MB
1 - Introduction and Setup/02 Big Words and NodeJS.mp4 10.92 MB
1 - Introduction and Setup/03 Conceptual Aside The Command Line Interface.mp4 30.33 MB
10 - Javascript, JSON, and Databases/01 Conceptual Aside Relational Databases and SQL.mp4 23.2 MB
10 - Javascript, JSON, and Databases/02 Node and MySQL.mp4 25.55 MB
10 - Javascript, JSON, and Databases/03 Conceptual Aside NoSQL and Documents.mp4 19.02 MB
10 - Javascript, JSON, and Databases/04 MongoDB and Mongoose.mp4 36.46 MB
10 - Javascript, JSON, and Databases/05 Web Server Checklist.mp4 4.29 MB
11 - The MEAN stack/01 MongoDB, Express, AngularJS, and NodeJS.mp4 40.05 MB
11 - The MEAN stack/02 AngularJS Managing the Client.mp4 34.58 MB
11 - The MEAN stack/03 AngularJS Managing the Client Part 2.mp4 21.02 MB
11 - The MEAN stack/04 AngularJS Managing the Client Part 3.mp4 34.32 MB
11 - The MEAN stack/05 Conceptual Aside Angular 1, Angular 2, React, and more.mp4 14.39 MB
11 - The MEAN stack/06 Working with The Full Stack (and being a Full Stack Developer) - Part 1.mp4 32.05 MB
2 - V8 The Javascript Engine/01 Conceptual Aside Processors Machine Language and CPP.mp4 42.03 MB
2 - V8 The Javascript Engine/02 JavaScript Aside JS Engines and The ECMAscript Specification.mp4 25.02 MB
2 - V8 The Javascript Engine/03 V8 Under the Hood.mp4 25.64 MB
2 - V8 The Javascript Engine/04 Adding Features to javascript.mp4 53.4 MB
3 - The Node Core/01 Conceptual Aside Server and Clients.mp4 32.63 MB
3 - The Node Core/02 What Does Javascript Need To Manage Server.mp4 12.77 MB
3 - The Node Core/03 The CPP Core.mp4 17.89 MB
3 - The Node Core/04 The Javascript Core.mp4 14.36 MB
3 - The Node Core/05 Lets Install and Run Some Javascript in Node.mp4 39.5 MB
4 - Modules, Exports, and Require/01 Conceptual Aside Modules.mp4 18.22 MB
4 - Modules, Exports, and Require/02 JavaScript Aside First Class Functions and Function Expression.mp4 37.25 MB
4 - Modules, Exports, and Require/03 Lets Build a Module.mp4 17.82 MB
4 - Modules, Exports, and Require/04 JavaScript Aside Objects and Object Literals.mp4 26.29 MB
4 - Modules, Exports, and Require/05 JavaScript Aside Prototypal Inheritance and Function Constructors.mp4 42.04 MB
4 - Modules, Exports, and Require/06 Javascript Aside By Reference and By Value.mp4 15.99 MB
4 - Modules, Exports, and Require/07 Javascript Aside Immediately Invoked Function Expressions (IIFEs).mp4 14.92 MB
4 - Modules, Exports, and Require/08 How Do Node Modules Really Work module exports and require.mp4 40.07 MB
4 - Modules, Exports, and Require/09 JavaScript Aside JSON.mp4 7.61 MB
4 - Modules, Exports, and Require/10 More on require.mp4 17.34 MB
4 - Modules, Exports, and Require/11 Module Patterns.mp4 41.32 MB
4 - Modules, Exports, and Require/12 exports vs moduleexports.mp4 27.49 MB
4 - Modules, Exports, and Require/13 Requiring Native (Core) Modules.mp4 15.43 MB
4 - Modules, Exports, and Require/14 Modules and ES6.mp4 6.79 MB
4 - Modules, Exports, and Require/15 Web Server Checklist.mp4 7.95 MB
5 - Events and the Event Emitter/01 Conceptual Aside Events.mp4 27.05 MB
5 - Events and the Event Emitter/02 Javascript Aside Object Properties, First Class Functions, and Arrays.mp4 11.96 MB
5 - Events and the Event Emitter/03 The Node Event Emitter - Part 1.mp4 35.07 MB
5 - Events and the Event Emitter/04 The Node Event Emitter - Part 2.mp4 43.33 MB
5 - Events and the Event Emitter/05 Javascript Aside Object create and Prototypes.mp4 22.85 MB
5 - Events and the Event Emitter/06 Inheriting From the Event Emitter.mp4 48.58 MB
5 - Events and the Event Emitter/07 Javascript Aside Node, ES6, and Template Literals.mp4 27.8 MB
5 - Events and the Event Emitter/08 Javascript Aside call and apply.mp4 7.48 MB
5 - Events and the Event Emitter/09 Inheriting From the Event Emitter - Part 2.mp4 23.42 MB
5 - Events and the Event Emitter/10 Javascript Aside ES6 Classes.mp4 23.53 MB
5 - Events and the Event Emitter/11 Inheriting From the Event Emitter - Part 3.mp4 14.64 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/01 Javascript Aside Javascript is Synchronous.mp4 9.36 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/02 Conceptual Aside Callbacks.mp4 10.66 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/03 libuv, The Event Loop, and Non-Blocking Asynchronous Execution.mp4 51.59 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/04 Conceptual Aside Streams and Buffers.mp4 26.49 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/05 Conceptual Aside Binary Data, Character Sets, and Encodings.mp4 47.54 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/06 Buffers.mp4 8.55 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/07 ES6 Typed Arrays.mp4 13.11 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/08 Javascript Aside Callbacks.mp4 11.01 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/09 Files and fs.mp4 35.1 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/10 Streams.mp4 70.84 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/11 Conceptual Aside Pipes.mp4 12.41 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/12 Pipes.mp4 42.11 MB
6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/13 Web Server Checklist.mp4 14.51 MB
7 - HTTP and being a Web Server/01 Conceptual Aside TCP IP.mp4 38.54 MB
7 - HTTP and being a Web Server/02 Conceptual Aside Addresses and Ports.mp4 16.64 MB
7 - HTTP and being a Web Server/03 Conceptual Aside HTTP.mp4 36.62 MB
7 - HTTP and being a Web Server/04 http_parser.mp4 36.24 MB
7 - HTTP and being a Web Server/05 Lets Build a Web Server in Node.mp4 36.11 MB
7 - HTTP and being a Web Server/06 Outputting HTML and Templates.mp4 26.32 MB
7 - HTTP and being a Web Server/07 Streams and Performance.mp4 10.23 MB
7 - HTTP and being a Web Server/08 Conceptual Aside APIs and Endpoints.mp4 17.62 MB
7 - HTTP and being a Web Server/09 Outputting JSON.mp4 17.92 MB
7 - HTTP and being a Web Server/10 Routing.mp4 26.36 MB
7 - HTTP and being a Web Server/11 Web Server Checklist.mp4 13.26 MB
8 - NPM the Node Package Manager/01 Conceptual Aside Packages and Package Managers.mp4 23.54 MB
8 - NPM the Node Package Manager/02 Conceptual Aside Semantic Versioning (semver).mp4 34.57 MB
8 - NPM the Node Package Manager/03 npm and the npm registry Other Peoples Code.mp4 14.75 MB
8 - NPM the Node Package Manager/04 init, nodemon, and package.json.mp4 29.83 MB
8 - NPM the Node Package Manager/05 init, nodemon, and package.json - Part 2.mp4 33.21 MB
8 - NPM the Node Package Manager/06 Using Other Peoples Code.mp4 9.17 MB
9 - Express/01 Installing Express and Making it Easier to Build a Web Server.mp4 45.45 MB
9 - Express/02 Routes.mp4 15.3 MB
9 - Express/03 Static Files and Middleware.mp4 50.17 MB
9 - Express/04 Templates and Template Engines.mp4 35.42 MB
9 - Express/05 Querystring and Post Parameters.mp4 60.96 MB
9 - Express/06 RESTful APIs and JSON.mp4 19.43 MB
9 - Express/07 Structuring an App.mp4 43.53 MB
其他位置