https://img87.pixhost.to/images/599/359020115_tuto.jpg


download скачать Free download скачать : Udemy - Understanding Node js Core Concepts
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:27.93 GB

Files Included :

1  Course Overview.mp4 (303 MB)
MP4
3  Setting Up - For Windows Users Only.mp4 (491.05 MB)
MP4
4  Setting Up - For Mac Users Only.mp4 (565.04 MB)
MP4
5  Setting Up - For Linux Users Only.mp4 (604.57 MB)
MP4
6  Introduction to the Command Line.mp4 (540.6 MB)
MP4
7  Learning NVM & Node js Versions.mp4 (126.4 MB)
MP4
8  Node js Under the Hood.mp4 (506.79 MB)
MP4
1  Understanding EventEmitter.mp4 (235.04 MB)
MP4
01  Introdcution.mp4 (118.3 MB)
MP4
02  Understanding Binary Numbers.mp4 (266.15 MB)
MP4
03  Understanding Hexadecimal Numbers.mp4 (403.95 MB)
MP4
04  Using a Programming Calculator.mp4 (209.8 MB)
MP4
05  Understanding Character Encodings.mp4 (422.27 MB)
MP4
06  The Concept of Buffers.mp4 (142.63 MB)
MP4
07  Buffers in Action.mp4 (267.48 MB)
MP4
08  Allocating Huge Buffers.mp4 (174.61 MB)
MP4
09  Fastest Way of Allocating Buffers.mp4 (188.45 MB)
MP4
10  Reading the Node js Docs.mp4 (139.03 MB)
MP4
11  Outro.mp4 (36.07 MB)
MP4
01  Introduction.mp4 (68.05 MB)
MP4
02  What Exactly Is a File.mp4 (29.63 MB)
MP4
03  How Node js Deals with Files.mp4 (17.27 MB)
MP4
04  Three Different Ways of Doing the Same Thing.mp4 (87.13 MB)
MP4
06  Watching the Command File for Changes.mp4 (69.1 MB)
MP4
07  Reading the Content of the Command File.mp4 (134.07 MB)
MP4
08  Cleaning Up the Code using EventEmitter.mp4 (40.02 MB)
MP4
09  Making Sense Out of the Read Data.mp4 (30.36 MB)
MP4
10  Implementing the Create File Command.mp4 (127.72 MB)
MP4
11  Defining the Rest of the Commands.mp4 (137.19 MB)
MP4
12  Solution - Implementing the deleteFile Function.mp4 (79.1 MB)
MP4
13  Solution - Implementing the renameFile Function.mp4 (28.43 MB)
MP4
14  Solution - Implementing the addToFile Function.mp4 (97.16 MB)
MP4
15  Outro.mp4 (10.55 MB)
MP4
01  Introduction.mp4 (16.84 MB)
MP4
02  Benchmarking Writing a Million Times to a File.mp4 (195.37 MB)
MP4
03  Using Streams Naively in Our Solution.mp4 (74.98 MB)
MP4
04  So What Exactly Are Streams.mp4 (22.04 MB)
MP4
05  Understanding Different Types of Streams.mp4 (50.96 MB)
MP4
06  Fixing the Memory Issue in Our Program.mp4 (326.39 MB)
MP4
07  Reading Writable Streams Node js Docs and Recap.mp4 (84.15 MB)
MP4
08  Readable Streams in Action.mp4 (168.6 MB)
MP4
09  Selectively Writing Our Data from the Readable Stream.mp4 (100.44 MB)
MP4
10  Understanding the Splitting Issue.mp4 (97.55 MB)
MP4
11  Implementing the Solution and Resolving the Splitting Issue.mp4 (166.87 MB)
MP4
12  Reading Node js Docs and Recap.mp4 (87.6 MB)
MP4
12 1 Reading Node js Docs and Recap.mp4 (386.15 MB)
MP4
13  Building Our Own Streaming Solution Using Buffers.mp4 (190.47 MB)
MP4
14  Understanding Piping.mp4 (251.54 MB)
MP4
15  Implementing Our Own Writable Stream.mp4 (394.33 MB)
MP4
16  Implementing Our Own Readable Stream.mp4 (191.63 MB)
MP4
17  Understanding Duplex and Transform Streams.mp4 (128.48 MB)
MP4
18  Creating an EncryptionDecryption Application.mp4 (312.03 MB)
MP4
19  Final Notes.mp4 (268.96 MB)
MP4
01  Introduction.mp4 (57.48 MB)
MP4
02  Understanding MAC Addresses and Switches.mp4 (60 MB)
MP4
03  Understanding Routers and How the Internet Works.mp4 (86.13 MB)
MP4
04  Understanding Networking Layers.mp4 (41.38 MB)
MP4
06  Creating a Simple TCP Application in Node js.mp4 (184.2 MB)
MP4
07  Understanding the Transport Layer - TCPUDP.mp4 (25.44 MB)
MP4
08  A Networking Scenario in Action.mp4 (116.15 MB)
MP4
09  Understanding Port Numbers.mp4 (83.65 MB)
MP4
11  Creating a Chat Application PART 1.mp4 (229.88 MB)
MP4
12  Creating a Chat Application PART 2.mp4 (238.19 MB)
MP4
13  Improving the UI of our Chat App.mp4 (166.44 MB)
MP4
14  Identifying Users in the Chat App.mp4 (141.19 MB)
MP4
15  Notifying Everyone When Somebody JoinsLeaves the Chat.mp4 (33.06 MB)
MP4
17  Some Final Notes About the Chat App.mp4 (158.52 MB)
MP4
18  Deploying our Chat App to AWS.mp4 (287.97 MB)
MP4
20  Understanding IPv4 Addresses.mp4 (191.41 MB)
MP4
21  Understanding DNS.mp4 (207.87 MB)
MP4
22  Understanding IPv6 Addresses.mp4 (149.22 MB)
MP4
24  Creating an Uploader Application.mp4 (172.84 MB)
MP4
25  Taking Care of Backpressures in the Uploader App.mp4 (276.68 MB)
MP4
26  Getting the File Names Dynamically in the Uploader App.mp4 (165.4 MB)
MP4
27  Displaying the Upload Progress in Our Uploader App.mp4 (150.23 MB)
MP4
28  Deploying our Uploader App.mp4 (164.05 MB)
MP4
30  Understanding UDP and the Dgram Module.mp4 (208.52 MB)
MP4
31  Outro.mp4 (8.76 MB)
MP4
01  Introduction.mp4 (103.7 MB)
MP4
02  The Idea of HTTP.mp4 (97.42 MB)
MP4
03  Creating a Simple HTTP Server in Node.mp4 (97.58 MB)
MP4
04  Understanding HTTP Messages, Requests & Responses.mp4 (251.43 MB)
MP4
05  Understanding Connection Types.mp4 (214.3 MB)
MP4
06  Building our Client and Sending a Request.mp4 (145.01 MB)
MP4
07  Sending a Response to the Client.mp4 (103.49 MB)
MP4
08  Learning Postman & Testing Our Server with It.mp4 (119.04 MB)
MP4
09  Reading Some Docs.mp4 (292.82 MB)
MP4
10  Sending an HTTP Request Directly on Top of TCP! PART 1.mp4 (164.9 MB)
MP4
11  Sending an HTTP Request Directly on Top of TCP! PART 2.mp4 (232.53 MB)
MP4
12  Emulating our HTTP Server Using the Net Module.mp4 (69.59 MB)
MP4
13  Understanding Media Types (MIME Types).mp4 (204.81 MB)
MP4
14  Understanding HTTP Methods.mp4 (400.24 MB)
MP4
15  Understanding HTTP status codes.mp4 (181.96 MB)
MP4
16  Creating a Simple Web Server in Node.mp4 (114.84 MB)
MP4
17  Serving a CSS and JavaScript File.mp4 (153.91 MB)
MP4
18  Adding Some JSON Routes.mp4 (68.21 MB)
MP4
19  Adding a File Upload Route.mp4 (100.03 MB)
MP4
20  Creating our Own Little Mini-Express Framework!.mp4 (171.02 MB)
MP4
21  Making our Framework More Robust.mp4 (129.08 MB)
MP4
22  Getting Ready for Our Next Project.mp4 (78.07 MB)
MP4
23  Using Our Framework to Create a Web App.mp4 (125.92 MB)
MP4
24  Adding the Login Route.mp4 (161.44 MB)
MP4
25  Understanding HTTP Proxies.mp4 (246.4 MB)
MP4
26  HTTP is Stateless.mp4 (248.72 MB)
MP4
27  Understanding Cookies.mp4 (214.85 MB)
MP4
28  Recognizing Users for Future Requests after Logging In.mp4 (146.31 MB)
MP4
29  Sending the User's Info in Profile.mp4 (82.85 MB)
MP4
30  Enhancing Our Framework with Middleware Support.mp4 (196.28 MB)
MP4
31  Defining the Middleware Functions.mp4 (172.36 MB)
MP4
32  Implementing the Create Post, Update User, and Logout Routes.mp4 (204.83 MB)
MP4
33  Outro.mp4 (57.4 MB)
MP4
01  Introduction.mp4 (108.95 MB)
MP4
02  What Is Unix.mp4 (181.77 MB)
MP4
03  Why Should We Care About Unix.mp4 (72.36 MB)
MP4
04  Setting Up Unix on Windows (WSL) - For Windows Users Only.mp4 (224.41 MB)
MP4
05  A First Look at the Child Process Module.mp4 (107.62 MB)
MP4
06  Understanding Unix Shells.mp4 (436.95 MB)
MP4
07  Demystifying Bash Execution Order Aliases, Functions, Built-ins, and Path.mp4 (260.06 MB)
MP4
08  A Few Notes about Unix File Permissions.mp4 (127.17 MB)
MP4
09  Sourcing in Bash.mp4 (42.87 MB)
MP4
10  Understanding Shell Config Files.mp4 (400.93 MB)
MP4
11  What Exactly is a Child Process.mp4 (274.32 MB)
MP4
12  Understanding Environment Variables.mp4 (152.01 MB)
MP4
13  Understanding Unix File System, Paths & CWD.mp4 (475.99 MB)
MP4
14  Understanding Stdout, Stdin, and Stderr.mp4 (378.97 MB)
MP4
15  Understanding Pipes and Output Redirection in Bash.mp4 (92.53 MB)
MP4
16  Building a Command Line Utility with Node js.mp4 (150.8 MB)
MP4
17  Building Massive Communication App - Node Part.mp4 (163.18 MB)
MP4
18  Intro to the C Part.mp4 (201.57 MB)
MP4
19  Learning C - Our First App.mp4 (85.96 MB)
MP4
20  Learning C - Static Types & Our Memory.mp4 (371 MB)
MP4
21  Learning C - Memory Allocation.mp4 (233.82 MB)
MP4
22  Learning C - Reading the Arguments.mp4 (28.86 MB)
MP4
23  Building Massive Communication App - C Part.mp4 (375.33 MB)
MP4
24  Only Watch if You Skipped the C Part.mp4 (98.82 MB)
MP4
25  Another Way of IPC - Unix Domain Sockets.mp4 (189.07 MB)
MP4
26  Understanding Clustering.mp4 (320.94 MB)
MP4
27  Clustering in Action.mp4 (417.65 MB)
MP4
28  Installing & Building FFmpeg from Source Code.mp4 (113.96 MB)
MP4
29  Video Editor App - Setup & Walkthrough.mp4 (338.62 MB)
MP4
30  Adding the Upload Route.mp4 (403.26 MB)
MP4
31  Quick Intro to FFmpeg and Video Files.mp4 (240.51 MB)
MP4
31 1 Lake Ontario.mov (23.17 MB)
MOV
31 2 River.mp4 (341.8 MB)
MP4
32  Making a Thumbnail and Getting the Dimensions After an Upload.mp4 (234.09 MB)
MP4
33  Returning the List of Uploaded Videos.mp4 (42.32 MB)
MP4
34  Adding a Route for Returning the Video Assets.mp4 (230.84 MB)
MP4
35  Adding a Route to Extract the Audio of a Video File.mp4 (141.74 MB)
MP4
36  Adding the Resize Route.mp4 (182.22 MB)
MP4
37  Scheduling the Resizes.mp4 (230.42 MB)
MP4
38  More on Queue-based Processing.mp4 (216.27 MB)
MP4
39  Resuming Scheduled Resize Operations Upon App Restart.mp4 (170.24 MB)
MP4
40  Running Our Application in Cluster Mode.mp4 (260.06 MB)
MP4
41  Refactor from Cpeak to Express in Less than 20 Minutes!.mp4 (68.16 MB)
MP4
42  Outro.mp4 (224.42 MB)
MP4

https://thumbs2.imgbox.com/dd/af/qF0ciApi_t.jpg

https://img87.pixhost.to/images/1010/363506399_rg.png

Код:
 https://rapidgator.net/file/c03b695ac311954d4d328326b497fbaa/_Understanding_Node.js_Core_Concepts.z01
https://rapidgator.net/file/f3bfbc0f515ceb94aee489872dda248c/_Understanding_Node.js_Core_Concepts.z02
https://rapidgator.net/file/4bfd68c1cba81c8c4b27756b69d9df13/_Understanding_Node.js_Core_Concepts.z03
https://rapidgator.net/file/b14be78a6ed3a42638aa67688c6db105/_Understanding_Node.js_Core_Concepts.z04
https://rapidgator.net/file/a795926e4a65256e96dd4407fa9259a4/_Understanding_Node.js_Core_Concepts.z05
https://rapidgator.net/file/dd78632e8ad240bfb746d4ebf0fe9257/_Understanding_Node.js_Core_Concepts.z06
https://rapidgator.net/file/baaf142e60777488ea174db4986f8dda/_Understanding_Node.js_Core_Concepts.z07
https://rapidgator.net/file/9a493b41d5fbc3b24f88cc443899b501/_Understanding_Node.js_Core_Concepts.z08
https://rapidgator.net/file/e822962c847754750a10ec62cb8d7e93/_Understanding_Node.js_Core_Concepts.z09
https://rapidgator.net/file/b1b26ec97a9b9c8440d986259b1b4964/_Understanding_Node.js_Core_Concepts.z10
https://rapidgator.net/file/211abc1757f01670e4947e697c7ea889/_Understanding_Node.js_Core_Concepts.z11
https://rapidgator.net/file/9d7784903f05f2b8c4226b9cb6e50be8/_Understanding_Node.js_Core_Concepts.z12
https://rapidgator.net/file/02f3bcb7108da64118558e8f5d3543a4/_Understanding_Node.js_Core_Concepts.z13
https://rapidgator.net/file/8d002c1881eb024e9eadd89864f7363c/_Understanding_Node.js_Core_Concepts.z14
https://rapidgator.net/file/f338193cde03289a70b6be1c283b0979/_Understanding_Node.js_Core_Concepts.z15
https://rapidgator.net/file/7a5e907a0b05d09c4819ebf60c72e73e/_Understanding_Node.js_Core_Concepts.z16
https://rapidgator.net/file/cb9201c6db82f5541b774afe4060721c/_Understanding_Node.js_Core_Concepts.z17
https://rapidgator.net/file/52f691d51e44909ef95b1f6e4e33a43e/_Understanding_Node.js_Core_Concepts.z18
https://rapidgator.net/file/e31f4210c62fbe04afe8cbc01f28b38d/_Understanding_Node.js_Core_Concepts.z19
https://rapidgator.net/file/5ff3db8bd8c8f6e03757fa18c3e8ab20/_Understanding_Node.js_Core_Concepts.z20
https://rapidgator.net/file/a5e5776fcdbc91d4a4f8545d764f67c0/_Understanding_Node.js_Core_Concepts.z21
https://rapidgator.net/file/52047272f74cd54bfc89f1bc68b64529/_Understanding_Node.js_Core_Concepts.z22
https://rapidgator.net/file/d1ef0d8750c55c0e8996f0240e4050da/_Understanding_Node.js_Core_Concepts.z23
https://rapidgator.net/file/2cc665f8840a17316ddf62538fd99295/_Understanding_Node.js_Core_Concepts.z24
https://rapidgator.net/file/3f1a8c772e88f51243e4ab58e273339d/_Understanding_Node.js_Core_Concepts.z25
https://rapidgator.net/file/150684ef1450f64012104b462f8cc3a6/_Understanding_Node.js_Core_Concepts.z26
https://rapidgator.net/file/0e2a811944b1f8d39db2f0f982ee4e31/_Understanding_Node.js_Core_Concepts.z27
https://rapidgator.net/file/a55ca2aeb2019cb97f2580b1d4599c2e/_Understanding_Node.js_Core_Concepts.zip

https://img87.pixhost.to/images/1103/364146951_nitroflare.jpg

Код:
 https://nitroflare.com/view/CDAD247C271AB21/_Understanding_Node.js_Core_Concepts.z01
https://nitroflare.com/view/63143C4A1D0A307/_Understanding_Node.js_Core_Concepts.z02
https://nitroflare.com/view/910CFA1320686A8/_Understanding_Node.js_Core_Concepts.z03
https://nitroflare.com/view/EFD4BB32AD1DD09/_Understanding_Node.js_Core_Concepts.z04
https://nitroflare.com/view/6AD5F379EBA6A13/_Understanding_Node.js_Core_Concepts.z05
https://nitroflare.com/view/96AA0320E9[цензура]71/_Understanding_Node.js_Core_Concepts.z06
https://nitroflare.com/view/6704B707E891C0F/_Understanding_Node.js_Core_Concepts.z07
https://nitroflare.com/view/C794994EFCFCCF1/_Understanding_Node.js_Core_Concepts.z08
https://nitroflare.com/view/0DDE8EA7DFDCBCB/_Understanding_Node.js_Core_Concepts.z09
https://nitroflare.com/view/6CB33BAB9028E25/_Understanding_Node.js_Core_Concepts.z10
https://nitroflare.com/view/E39DDD3896E03D6/_Understanding_Node.js_Core_Concepts.z11
https://nitroflare.com/view/153D0FF85A93248/_Understanding_Node.js_Core_Concepts.z12
https://nitroflare.com/view/C59B8801269F6BD/_Understanding_Node.js_Core_Concepts.z13
https://nitroflare.com/view/0747650F81E49B2/_Understanding_Node.js_Core_Concepts.z14
https://nitroflare.com/view/0A6E87AB9AECBE6/_Understanding_Node.js_Core_Concepts.z15
https://nitroflare.com/view/004D84B64D620AA/_Understanding_Node.js_Core_Concepts.z16
https://nitroflare.com/view/0EEFA13EF6861DA/_Understanding_Node.js_Core_Concepts.z17
https://nitroflare.com/view/F5AD5275E5B6C2E/_Understanding_Node.js_Core_Concepts.z18
https://nitroflare.com/view/B7518F530B2C952/_Understanding_Node.js_Core_Concepts.z19
https://nitroflare.com/view/8F0AE4F4ADB6DCF/_Understanding_Node.js_Core_Concepts.z20
https://nitroflare.com/view/8DD2ABD3976095A/_Understanding_Node.js_Core_Concepts.z21
https://nitroflare.com/view/0330F822A21D3A8/_Understanding_Node.js_Core_Concepts.z22
https://nitroflare.com/view/D38EFF6CD27EC28/_Understanding_Node.js_Core_Concepts.z23
https://nitroflare.com/view/9F961E82D8ED857/_Understanding_Node.js_Core_Concepts.z24
https://nitroflare.com/view/034514599C080D2/_Understanding_Node.js_Core_Concepts.z25
https://nitroflare.com/view/F642FB8E0581755/_Understanding_Node.js_Core_Concepts.z26
https://nitroflare.com/view/8D46FA11D363598/_Understanding_Node.js_Core_Concepts.z27
https://nitroflare.com/view/955FBAEF20D8DAD/_Understanding_Node.js_Core_Concepts.zip

https://img88.pixhost.to/images/1104/374887060_banner_240-32.png

Код:
 https://ddownload.com/0op1tggv4zif/_Understanding_Node.js_Core_Concepts.z01
https://ddownload.com/3tls7tzw4zdn/_Understanding_Node.js_Core_Concepts.z02
https://ddownload.com/qdq7xtcoqtqu/_Understanding_Node.js_Core_Concepts.z03
https://ddownload.com/m4b2efq7uho2/_Understanding_Node.js_Core_Concepts.z04
https://ddownload.com/7qmiz7142fba/_Understanding_Node.js_Core_Concepts.z05
https://ddownload.com/mutjvq2oio1v/_Understanding_Node.js_Core_Concepts.z06
https://ddownload.com/co5ib0ifpnau/_Understanding_Node.js_Core_Concepts.z07
https://ddownload.com/ozs45fe9pbpw/_Understanding_Node.js_Core_Concepts.z08
https://ddownload.com/726eq3yxhg3m/_Understanding_Node.js_Core_Concepts.z09
https://ddownload.com/d7bf1106dtrz/_Understanding_Node.js_Core_Concepts.z10
https://ddownload.com/j2a72hpzr6ee/_Understanding_Node.js_Core_Concepts.z11
https://ddownload.com/00b13ut66s38/_Understanding_Node.js_Core_Concepts.z12
https://ddownload.com/tdalno93z3wh/_Understanding_Node.js_Core_Concepts.z13
https://ddownload.com/p4in42sz1cta/_Understanding_Node.js_Core_Concepts.z14
https://ddownload.com/odngffomwqz5/_Understanding_Node.js_Core_Concepts.z15
https://ddownload.com/n5vfcujuytn5/_Understanding_Node.js_Core_Concepts.z16
https://ddownload.com/z7048urdssl8/_Understanding_Node.js_Core_Concepts.z17
https://ddownload.com/bfhw8jzolb3t/_Understanding_Node.js_Core_Concepts.z18
https://ddownload.com/8ozr4a15xnfz/_Understanding_Node.js_Core_Concepts.z19
https://ddownload.com/n53ixpwp4g8z/_Understanding_Node.js_Core_Concepts.z20
https://ddownload.com/0fiq51tg0c47/_Understanding_Node.js_Core_Concepts.z21
https://ddownload.com/s9q36yfl7a8n/_Understanding_Node.js_Core_Concepts.z22
https://ddownload.com/6n8ngshet3vw/_Understanding_Node.js_Core_Concepts.z23
https://ddownload.com/koa9v7eq7ju0/_Understanding_Node.js_Core_Concepts.z24
https://ddownload.com/fo81hfahgmob/_Understanding_Node.js_Core_Concepts.z25
https://ddownload.com/3swosgkxhts9/_Understanding_Node.js_Core_Concepts.z26
https://ddownload.com/s6dq822dy33f/_Understanding_Node.js_Core_Concepts.z27
https://ddownload.com/ajjrxivt468q/_Understanding_Node.js_Core_Concepts.zip