Udemy - Understanding Node.js Core Concepts (2025-8)
File List
- 01. Introduction/4. Setting Up - For Linux Users Only.mp4 604.6 MB
- 10. Understanding Multi-Threading/3. What Exactly Is a Thread.mp4 568.0 MB
- 01. Introduction/3. Setting Up - For Mac Users Only.mp4 565.0 MB
- 11. Understanding Cryptography/1. Introduction.mp4 564.5 MB
- 01. Introduction/5. Introduction to the Command Line.mp4 540.6 MB
- 11. Understanding Cryptography/5. Understanding AES Modes.mp4 537.5 MB
- 10. Understanding Multi-Threading/29. A Deeper Look at the Event Loop PART 1.mp4 512.1 MB
- 11. Understanding Cryptography/9. Understanding Hashing.mp4 506.9 MB
- 01. Introduction/7. Node.js Under the Hood.mp4 506.8 MB
- 10. Understanding Multi-Threading/28. Native Multi-Threading with CC++ Addons.mp4 480.7 MB
- 08. Understanding Unix/13. Understanding Unix File System, Paths & CWD.mp4 476.0 MB
- 11. Understanding Cryptography/25. Understanding TLS.mp4 456.8 MB
- 08. Understanding Unix/6. Understanding Unix Shells.mp4 437.0 MB
- 03. Understanding Buffers/5. Understanding Character Encodings.mp4 422.3 MB
- 08. Understanding Unix/27. Clustering in Action.mp4 417.7 MB
- 11. Understanding Cryptography/14. Building a File Encryption Application.mp4 404.9 MB
- 03. Understanding Buffers/3. Understanding Hexadecimal Numbers.mp4 403.9 MB
- 08. Understanding Unix/30. Adding the Upload Route.mp4 403.3 MB
- 08. Understanding Unix/10. Understanding Shell Config Files.mp4 400.9 MB
- 07. Understanding HTTP/14. Understanding HTTP Methods.mp4 400.2 MB
- 11. Understanding Cryptography/26. Diffie-Hellman and Elliptic Curve Key Exchange.mp4 399.6 MB
- 05. Understanding Streams/15. Implementing Our Own Writable Stream.mp4 394.3 MB
- 10. Understanding Multi-Threading/30. A Deeper Look at the Event Loop PART 2.mp4 393.3 MB
- 11. Understanding Cryptography/4. How AES Encryption Works.mp4 386.2 MB
- 08. Understanding Unix/14. Understanding Stdout, Stdin, and Stderr.mp4 379.0 MB
- 08. Understanding Unix/23. Building Massive Communication App - C Part.mp4 375.3 MB
- 08. Understanding Unix/20. Learning C - Static Types & Our Memory.mp4 371.0 MB
- 09. Understanding Compression/4. Gzip, Brotli and Deflate.mp4 366.9 MB
- 11. Understanding Cryptography/12. Message Authentication Codes.mp4 366.3 MB
- 10. Understanding Multi-Threading/7. Thread Communication through Message-Passing.mp4 363.0 MB
- 09. Understanding Compression/3. Lossy Compression.mp4 359.7 MB
- 11. Understanding Cryptography/20. Implementing RSA From Scratch.mp4 359.0 MB
- 10. Understanding Multi-Threading/20. Handling Billions of HTTP Requests.mp4 353.1 MB
- 08. Understanding Unix/31. River.mp4 341.8 MB
- 08. Understanding Unix/29. Video Editor App - Setup & Walkthrough.mp4 338.6 MB
- 05. Understanding Streams/6. Fixing the Memory Issue in Our Program.mp4 326.4 MB
- 09. Understanding Compression/2. How Does a Lossless Compression Work.mp4 325.5 MB
- 08. Understanding Unix/26. Understanding Clustering.mp4 320.9 MB
- 11. Understanding Cryptography/3. The Unbreakable Encryption - OTP From Scratch.mp4 315.6 MB
- 05. Understanding Streams/18. Creating an EncryptionDecryption Application.mp4 312.0 MB
- 12. Security/2. How to Securely Store User Passwords.mp4 307.7 MB
- 11. Understanding Cryptography/22. Digital Certificates.mp4 305.0 MB
- 10. Understanding Multi-Threading/26. Deadlocks.mp4 304.9 MB
- 11. Understanding Cryptography/11. What It Takes to Break SHA-256.mp4 299.9 MB
- 11. Understanding Cryptography/15. Introduction to Asymmetric Cryptography.mp4 298.3 MB
- 11. Understanding Cryptography/24. Setting Up HTTPS from Scratch.mp4 297.6 MB
- 09. Understanding Compression/1. Introduction.mp4 294.6 MB
- 07. Understanding HTTP/9. Reading Some Docs.mp4 292.8 MB
- 10. Understanding Multi-Threading/10. Handling CPU-Intensive Operations in an HTTP Server.mp4 288.4 MB
- 06. Understanding Networking/18. Deploying our Chat App to AWS.mp4 288.0 MB
- 10. Understanding Multi-Threading/15. Developing a Thread Pool From Scratch.mp4 277.7 MB
- 06. Understanding Networking/25. Taking Care of Backpressures in the Uploader App.mp4 276.7 MB
- 11. Understanding Cryptography/19. Understanding RSA.mp4 276.1 MB
- 11. Understanding Cryptography/18. RSA in Action.mp4 275.1 MB
- 08. Understanding Unix/11. What Exactly is a Child Process.mp4 274.3 MB
- 10. Understanding Multi-Threading/25. Understanding Mutual Exclusion.mp4 272.9 MB
- 05. Understanding Streams/19. Final Notes.mp4 268.9 MB
- 03. Understanding Buffers/7. Buffers in Action.mp4 267.5 MB
- 03. Understanding Buffers/2. Understanding Binary Numbers.mp4 266.1 MB
- 08. Understanding Unix/40. Running Our Application in Cluster Mode.mp4 260.1 MB
- 08. Understanding Unix/7. Demystifying Bash Execution Order Aliases, Functions, Built-ins, and Path.mp4 260.1 MB
- 11. Understanding Cryptography/23. Manually Verifying an HTTPS Certificate.mp4 258.3 MB
- 09. Understanding Compression/5. Compression in HTTP.mp4 257.5 MB
- 05. Understanding Streams/14. Understanding Piping.mp4 251.5 MB
- 07. Understanding HTTP/4. Understanding HTTP Messages, Requests & Responses.mp4 251.4 MB
- 07. Understanding HTTP/26. HTTP is Stateless.mp4 248.7 MB
- 07. Understanding HTTP/25. Understanding HTTP Proxies.mp4 246.4 MB
- 11. Understanding Cryptography/13. Understanding Key Derivation Functions.mp4 240.7 MB
- 08. Understanding Unix/31. Quick Intro to FFmpeg and Video Files.mp4 240.5 MB
- 06. Understanding Networking/12. Creating a Chat Application PART 2.mp4 238.2 MB
- 10. Understanding Multi-Threading/9. Enhancing Performance with Multi-Threading.mp4 237.6 MB
- 02. Understanding EventEmitter/1. Understanding EventEmitter.mp4 235.0 MB
- 09. Understanding Compression/7. Deploying Compression onto Our Apps.mp4 234.6 MB
- 08. Understanding Unix/32. Making a Thumbnail and Getting the Dimensions After an Upload.mp4 234.1 MB
- 08. Understanding Unix/21. Learning C - Memory Allocation.mp4 233.8 MB
- 10. Understanding Multi-Threading/27. Enhancing Performance Through Shared Memory.mp4 232.9 MB
- 07. Understanding HTTP/11. Sending an HTTP Request Directly on Top of TCP! PART 2.mp4 232.5 MB
- 08. Understanding Unix/34. Adding a Route for Returning the Video Assets.mp4 230.8 MB
- 08. Understanding Unix/37. Scheduling the Resizes.mp4 230.4 MB
- 06. Understanding Networking/11. Creating a Chat Application PART 1.mp4 229.9 MB
- 08. Understanding Unix/42. Outro.mp4 224.4 MB
- 08. Understanding Unix/4. Setting Up Unix on Windows (WSL) - For Windows Users Only.mp4 224.4 MB
- 10. Understanding Multi-Threading/17. Keep the Main Thread Light with Batch Processing.mp4 219.4 MB
- 11. Understanding Cryptography/6. What It Takes to Break AES.mp4 219.4 MB
- 08. Understanding Unix/38. More on Queue-based Processing.mp4 216.3 MB
- 10. Understanding Multi-Threading/21. Communication Through Shared Memory.mp4 215.0 MB
- 07. Understanding HTTP/27. Understanding Cookies.mp4 214.9 MB
- 07. Understanding HTTP/5. Understanding Connection Types.mp4 214.3 MB
- 11. Understanding Cryptography/21. Understanding Digital Signatures.mp4 213.1 MB
- 10. Understanding Multi-Threading/6. Spawning Threads.mp4 211.5 MB
- 03. Understanding Buffers/4. Using a Programming Calculator.mp4 209.8 MB
- 06. Understanding Networking/30. Understanding UDP and the Dgram Module.mp4 208.5 MB
- 06. Understanding Networking/21. Understanding DNS.mp4 207.9 MB
- 07. Understanding HTTP/32. Implementing the Create Post, Update User, and Logout Routes.mp4 204.8 MB
- 07. Understanding HTTP/13. Understanding Media Types (MIME Types).mp4 204.8 MB
- 08. Understanding Unix/18. Intro to the C Part.mp4 201.6 MB
- 07. Understanding HTTP/30. Enhancing Our Framework with Middleware Support.mp4 196.3 MB
- 05. Understanding Streams/2. Benchmarking Writing a Million Times to a File.mp4 195.4 MB
- 10. Understanding Multi-Threading/12. CPU-Intensive vs. IO-Intensive.mp4 194.3 MB
- 10. Understanding Multi-Threading/14. Node.js Thread Pool.mp4 193.4 MB
- 05. Understanding Streams/16. Implementing Our Own Readable Stream.mp4 191.6 MB
- 06. Understanding Networking/20. Understanding IPv4 Addresses.mp4 191.4 MB
- 05. Understanding Streams/13. Building Our Own Streaming Solution Using Buffers.mp4 190.5 MB
- 10. Understanding Multi-Threading/1. Introduction.mp4 190.5 MB
- 08. Understanding Unix/25. Another Way of IPC - Unix Domain Sockets.mp4 189.1 MB
- 10. Understanding Multi-Threading/24. Understanding Atomic Operations.mp4 188.4 MB
- 03. Understanding Buffers/9. Fastest Way of Allocating Buffers.mp4 188.4 MB
- 11. Understanding Cryptography/27. Elliptic Curve Digital Signatures.mp4 184.2 MB
- 06. Understanding Networking/6. Creating a Simple TCP Application in Node.js.mp4 184.2 MB
- 08. Understanding Unix/36. Adding the Resize Route.mp4 182.2 MB
- 10. Understanding Multi-Threading/13. Examining a Crypto-Heavy Multi-Threaded App.mp4 182.1 MB
- 07. Understanding HTTP/15. Understanding HTTP status codes.mp4 182.0 MB
- 08. Understanding Unix/2. What Is Unix.mp4 181.8 MB
- 03. Understanding Buffers/8. Allocating Huge Buffers.mp4 174.6 MB
- 06. Understanding Networking/24. Creating an Uploader Application.mp4 172.8 MB
- 10. Understanding Multi-Threading/22. ArrayBuffers, SharedArrayBuffers, and TypedArrays.mp4 172.7 MB
- 07. Understanding HTTP/31. Defining the Middleware Functions.mp4 172.4 MB
- 07. Understanding HTTP/20. Creating our Own Little Mini-Express Framework!.mp4 171.0 MB
- 11. Understanding Cryptography/2. Introduction to Symmetric Encryption.mp4 170.8 MB
- 08. Understanding Unix/39. Resuming Scheduled Resize Operations Upon App Restart.mp4 170.2 MB
- 11. Understanding Cryptography/28. RSA, DH and EC Security.mp4 168.8 MB
- 05. Understanding Streams/8. Readable Streams in Action.mp4 168.6 MB
- 11. Understanding Cryptography/30. Outro.mp4 168.3 MB
- 05. Understanding Streams/11. Implementing the Solution and Resolving the Splitting Issue.mp4 166.9 MB
- 06. Understanding Networking/13. Improving the UI of our Chat App.mp4 166.4 MB
- 06. Understanding Networking/26. Getting the File Names Dynamically in the Uploader App.mp4 165.4 MB
- 07. Understanding HTTP/10. Sending an HTTP Request Directly on Top of TCP! PART 1.mp4 164.9 MB
- 06. Understanding Networking/28. Deploying our Uploader App.mp4 164.0 MB
- 08. Understanding Unix/17. Building Massive Communication App - Node Part.mp4 163.2 MB
- 07. Understanding HTTP/24. Adding the Login Route.mp4 161.4 MB
- 06. Understanding Networking/17. Some Final Notes About the Chat App.mp4 158.5 MB
- 07. Understanding HTTP/17. Serving a CSS and JavaScript File.mp4 153.9 MB
- 08. Understanding Unix/12. Understanding Environment Variables.mp4 152.0 MB
- 08. Understanding Unix/16. Building a Command Line Utility with Node.js.mp4 150.8 MB
- 06. Understanding Networking/27. Displaying the Upload Progress in Our Uploader App.mp4 150.2 MB
- 06. Understanding Networking/22. Understanding IPv6 Addresses.mp4 149.2 MB
- 07. Understanding HTTP/28. Recognizing Users for Future Requests after Logging In.mp4 146.3 MB
- 07. Understanding HTTP/6. Building our Client and Sending a Request.mp4 145.0 MB
- 03. Understanding Buffers/6. The Concept of Buffers.mp4 142.6 MB
- 08. Understanding Unix/35. Adding a Route to Extract the Audio of a Video File.mp4 141.7 MB
- 06. Understanding Networking/14. Identifying Users in the Chat App.mp4 141.2 MB
- 03. Understanding Buffers/10. Reading the Node.js Docs.mp4 139.0 MB
- 04. Understanding File System/11. Defining the Rest of the Commands.mp4 137.2 MB
- 10. Understanding Multi-Threading/23. Race Conditions.mp4 135.3 MB
- 04. Understanding File System/7. Reading the Content of the Command File.mp4 134.1 MB
- 10. Understanding Multi-Threading/5. Understanding CPU Usage.mp4 133.4 MB
- 10. Understanding Multi-Threading/8. Introduction to Our CPU-Intensive Program.mp4 131.1 MB
- 11. Understanding Cryptography/8. History of AES.mp4 129.9 MB
- 07. Understanding HTTP/21. Making our Framework More Robust.mp4 129.1 MB
- 05. Understanding Streams/17. Understanding Duplex and Transform Streams.mp4 128.5 MB
- 04. Understanding File System/10. Implementing the Create File Command.mp4 127.7 MB
- 10. Understanding Multi-Threading/16. Event Loop Utilization and Main Thread.mp4 127.2 MB
- 08. Understanding Unix/8. A Few Notes about Unix File Permissions.mp4 127.2 MB
- 01. Introduction/6. Learning NVM & Node.js Versions.mp4 126.4 MB
- 11. Understanding Cryptography/10. SHA-256 From Scratch.mp4 126.0 MB
- 07. Understanding HTTP/23. Using Our Framework to Create a Web App.mp4 125.9 MB
- 09. Understanding Compression/8. Final Notes.mp4 121.6 MB
- 07. Understanding HTTP/8. Learning Postman & Testing Our Server with It.mp4 119.0 MB
- 03. Understanding Buffers/1. Introdcution.mp4 118.3 MB
- 10. Understanding Multi-Threading/19. Don’t Block the Worker Pool!.mp4 117.2 MB
- 06. Understanding Networking/8. A Networking Scenario in Action.mp4 116.1 MB
- 07. Understanding HTTP/16. Creating a Simple Web Server in Node.mp4 114.8 MB
- 08. Understanding Unix/28. Installing & Building FFmpeg from Source Code.mp4 114.0 MB
- 08. Understanding Unix/1. Introduction.mp4 108.9 MB
- 08. Understanding Unix/5. A First Look at the Child Process Module.mp4 107.6 MB
- 01. Introduction/2. Setting Up - For Windows Users Only.mp4 104.5 MB
- 07. Understanding HTTP/1. Introduction.mp4 103.7 MB
- 07. Understanding HTTP/7. Sending a Response to the Client.mp4 103.5 MB
- 05. Understanding Streams/9. Selectively Writing Our Data from the Readable Stream.mp4 100.4 MB
- 07. Understanding HTTP/19. Adding a File Upload Route.mp4 100.0 MB
- 11. Understanding Cryptography/7. What About Brute-Forcing OTP.mp4 99.0 MB
- 08. Understanding Unix/24. Only Watch if You Skipped the C Part.mp4 98.8 MB
- 07. Understanding HTTP/3. Creating a Simple HTTP Server in Node.mp4 97.6 MB
- 05. Understanding Streams/10. Understanding the Splitting Issue.mp4 97.5 MB
- 07. Understanding HTTP/2. The Idea of HTTP.mp4 97.4 MB
- 04. Understanding File System/14. Solution - Implementing the addToFile Function.mp4 97.2 MB
- 08. Understanding Unix/15. Understanding Pipes and Output Redirection in Bash.mp4 92.5 MB
- 10. Understanding Multi-Threading/4. How to Monitor Threads on Your Operating System.mp4 89.6 MB
- 05. Understanding Streams/12. Reading Node.js Docs and Recap.mp4 87.6 MB
- 04. Understanding File System/4. Three Different Ways of Doing the Same Thing.mp4 87.1 MB
- 11. Understanding Cryptography/16. A Note about OpenSSL & Setup.mp4 86.7 MB
- 06. Understanding Networking/3. Understanding Routers and How the Internet Works.mp4 86.1 MB
- 08. Understanding Unix/19. Learning C - Our First App.mp4 85.9 MB
- 05. Understanding Streams/7. Reading Writable Streams Node.js Docs and Recap.mp4 84.1 MB
- 06. Understanding Networking/9. Understanding Port Numbers.mp4 83.6 MB
- 07. Understanding HTTP/29. Sending the User’s Info in Profile.mp4 82.8 MB
- 04. Understanding File System/12. Solution - Implementing the deleteFile Function.mp4 79.1 MB
- 07. Understanding HTTP/22. Getting Ready for Our Next Project.mp4 78.1 MB
- 10. Understanding Multi-Threading/2. Guide for Skilled Multi-Threaded Developers.mp4 76.9 MB
- 05. Understanding Streams/3. Using Streams Naively in Our Solution.mp4 75.0 MB
- 08. Understanding Unix/3. Why Should We Care About Unix.mp4 72.4 MB
- 07. Understanding HTTP/12. Emulating our HTTP Server Using the Net Module.mp4 69.6 MB
- 04. Understanding File System/6. Watching the Command File for Changes.mp4 69.1 MB
- 10. Understanding Multi-Threading/18. Effortlessly Expanding Our Thread Pool Capabilities.mp4 68.3 MB
- 07. Understanding HTTP/18. Adding Some JSON Routes.mp4 68.2 MB
- 08. Understanding Unix/41. Refactor from Cpeak to Express in Less than 20 Minutes!.mp4 68.1 MB
- 04. Understanding File System/1. Introduction.mp4 68.0 MB
- 01. Introduction/1. Course Overview.mp4 67.7 MB
- 09. Understanding Compression/6. Compression vs. Minification.mp4 65.0 MB
- 06. Understanding Networking/2. Understanding MAC Addresses and Switches.mp4 60.0 MB
- 10. Understanding Multi-Threading/31. Outro.mp4 58.3 MB
- 06. Understanding Networking/1. Introduction.mp4 57.5 MB
- 07. Understanding HTTP/33. Outro.mp4 57.4 MB
- 05. Understanding Streams/5. Understanding Different Types of Streams.mp4 51.0 MB
- 10. Understanding Multi-Threading/11. isMainThread.mp4 48.8 MB
- 08. Understanding Unix/9. Sourcing in Bash.mp4 42.9 MB
- 08. Understanding Unix/33. Returning the List of Uploaded Videos.mp4 42.3 MB
- 06. Understanding Networking/4. Understanding Networking Layers.mp4 41.4 MB
- 04. Understanding File System/8. Cleaning Up the Code using EventEmitter.mp4 40.0 MB
- 03. Understanding Buffers/11. Outro.mp4 36.1 MB
- 06. Understanding Networking/15. Notifying Everyone When Somebody JoinsLeaves the Chat.mp4 33.1 MB
- 04. Understanding File System/9. Making Sense Out of the Read Data.mp4 30.4 MB
- 04. Understanding File System/2. What Exactly Is a File.mp4 29.6 MB
- 08. Understanding Unix/22. Learning C - Reading the Arguments.mp4 28.8 MB
- 04. Understanding File System/13. Solution - Implementing the renameFile Function.mp4 28.4 MB
- 06. Understanding Networking/7. Understanding the Transport Layer - TCPUDP.mp4 25.4 MB
- 08. Understanding Unix/31. Lake Ontario.MOV 23.2 MB
- 05. Understanding Streams/4. So What Exactly Are Streams.mp4 22.0 MB
- 04. Understanding File System/3. How Node.js Deals with Files.mp4 17.3 MB
- 05. Understanding Streams/1. Introduction.mp4 16.8 MB
- 11. Understanding Cryptography/5. shapes.zip 15.3 MB
- 04. Understanding File System/15. Outro.mp4 10.5 MB
- 06. Understanding Networking/31. Outro.mp4 8.8 MB
- 07. Understanding HTTP/9. Node HTTP Docs Diagram.png 2.6 MB
- 01. Introduction/3. MacOS Chapters.jpeg 1.5 MB
- 01. Introduction/4. Linux Chapters.jpeg 1.5 MB
- 01. Introduction/2. Windows Chapters.jpeg 1.5 MB
- 10. Understanding Multi-Threading/10. starter.zip 966.2 KB
- 11. Understanding Cryptography/27. final.zip 790.6 KB
- 11. Understanding Cryptography/27. starter.zip 789.4 KB
- 11. Understanding Cryptography/26. starter.zip 788.9 KB
- 11. Understanding Cryptography/25. final.zip 785.2 KB
- 11. Understanding Cryptography/25. starter.zip 780.5 KB
- 11. Understanding Cryptography/24. final.zip 779.0 KB
- 11. Understanding Cryptography/24. starter.zip 772.7 KB
- 11. Understanding Cryptography/23. final.zip 770.1 KB
- 11. Understanding Cryptography/23. starter.zip 768.2 KB
- 11. Understanding Cryptography/22. final.zip 764.3 KB
- 11. Understanding Cryptography/22. starter.zip 762.3 KB
- 11. Understanding Cryptography/21. final.zip 760.2 KB
- 11. Understanding Cryptography/21. starter.zip 759.7 KB
- 11. Understanding Cryptography/20. final.zip 759.4 KB
- 11. Understanding Cryptography/20. starter.zip 758.7 KB
- 11. Understanding Cryptography/18. final.zip 757.7 KB
- 11. Understanding Cryptography/18. starter.zip 751.8 KB
- 11. Understanding Cryptography/14. final.zip 746.1 KB
- 11. Understanding Cryptography/14. starter.zip 744.6 KB
- 11. Understanding Cryptography/13. final.zip 742.2 KB
- 11. Understanding Cryptography/13. starter.zip 739.5 KB
- 11. Understanding Cryptography/12. final.zip 739.1 KB
- 11. Understanding Cryptography/12. starter.zip 736.3 KB
- 11. Understanding Cryptography/11. starter.zip 733.5 KB
- 11. Understanding Cryptography/10. starter.zip 732.6 KB
- 11. Understanding Cryptography/9. final.zip 729.5 KB
- 11. Understanding Cryptography/9. starter.zip 728.7 KB
- 11. Understanding Cryptography/7. starter.zip 728.3 KB
- 11. Understanding Cryptography/6. starter.zip 727.0 KB
- 11. Understanding Cryptography/5. final.zip 725.5 KB
- 11. Understanding Cryptography/5. starter.zip 725.2 KB
- 10. Understanding Multi-Threading/2. final.zip 495.1 KB
- 10. Understanding Multi-Threading/30. starter.zip 494.4 KB
- 10. Understanding Multi-Threading/29. starter.zip 494.4 KB
- 09. Understanding Compression/7. final.zip 490.3 KB
- 10. Understanding Multi-Threading/27. starter.zip 486.9 KB
- 09. Understanding Compression/7. starter.zip 486.2 KB
- 10. Understanding Multi-Threading/27. final.zip 485.4 KB
- 10. Understanding Multi-Threading/26. starter.zip 482.5 KB
- 10. Understanding Multi-Threading/25. final.zip 481.3 KB
- 10. Understanding Multi-Threading/25. starter.zip 475.8 KB
- 10. Understanding Multi-Threading/24. starter.zip 473.6 KB
- 10. Understanding Multi-Threading/23. starter.zip 472.7 KB
- 10. Understanding Multi-Threading/21. final.zip 468.8 KB
- 10. Understanding Multi-Threading/21. starter.zip 468.4 KB
- 10. Understanding Multi-Threading/26. final.zip 463.5 KB
- 10. Understanding Multi-Threading/20. starter.zip 462.7 KB
- 10. Understanding Multi-Threading/18. final.zip 460.2 KB
- 10. Understanding Multi-Threading/18. starter.zip 459.9 KB
- 10. Understanding Multi-Threading/17. final.zip 459.7 KB
- 10. Understanding Multi-Threading/17. starter.zip 458.6 KB
- 10. Understanding Multi-Threading/24. final.zip 458.0 KB
- 10. Understanding Multi-Threading/23. final.zip 457.1 KB
- 10. Understanding Multi-Threading/15. final.zip 456.3 KB
- 10. Understanding Multi-Threading/15. starter.zip 455.2 KB
- 10. Understanding Multi-Threading/16. final.zip 448.3 KB
- 10. Understanding Multi-Threading/16. starter.zip 448.2 KB
- 10. Understanding Multi-Threading/14. final.zip 444.9 KB
- 10. Understanding Multi-Threading/14. starter.zip 444.8 KB
- 10. Understanding Multi-Threading/11. starter.zip 432.3 KB
- 10. Understanding Multi-Threading/13. final.zip 431.2 KB
- 10. Understanding Multi-Threading/13. starter.zip 430.4 KB
- 10. Understanding Multi-Threading/11. final.zip 427.9 KB
- 10. Understanding Multi-Threading/10. final.zip 416.8 KB
- 07. Understanding HTTP/22. poster-front.zip 386.8 KB
- 01. Introduction/7. Node.js Under the Hood.en_US.vtt 117.5 KB
- 06. Understanding Networking/29. 2023-10-10_15-46-56-2e6ca87b74c00bb8d8f776719446fbc6.png 113.5 KB
- 01. Introduction/3. Setting Up - For Mac Users Only.en_US.vtt 88.0 KB
- 01. Introduction/4. Setting Up - For Linux Users Only.en_US.vtt 75.9 KB
- 01. Introduction/2. Setting Up - For Windows Users Only.en_US.vtt 71.0 KB
- 08. Understanding Unix/13. Understanding Unix File System, Paths & CWD.en_US.vtt 70.7 KB
- 08. Understanding Unix/23. Building Massive Communication App - C Part.en_US.vtt 69.7 KB
- 10. Understanding Multi-Threading/28. Native Multi-Threading with CC++ Addons.en_US.vtt 62.9 KB
- 08. Understanding Unix/27. Clustering in Action.en_US.vtt 61.1 KB
- 08. Understanding Unix/20. Learning C - Static Types & Our Memory.en_US.vtt 60.5 KB
- 11. Understanding Cryptography/9. Understanding Hashing.en_US.vtt 59.9 KB
- 01. Introduction/5. Introduction to the Command Line.en_US.vtt 56.5 KB
- 10. Understanding Multi-Threading/3. What Exactly Is a Thread.en_US.vtt 56.5 KB
- 08. Understanding Unix/6. Understanding Unix Shells.en_US.vtt 56.2 KB
- 08. Understanding Unix/29. Video Editor App - Setup & Walkthrough.en_US.vtt 55.6 KB
- 11. Understanding Cryptography/5. Understanding AES Modes.en_US.vtt 55.2 KB
- 11. Understanding Cryptography/1. Introduction.en_US.vtt 54.9 KB
- 10. Understanding Multi-Threading/29. A Deeper Look at the Event Loop PART 1.en_US.vtt 53.6 KB
- 05. Understanding Streams/18. final.zip 52.5 KB
- 08. Understanding Unix/10. Understanding Shell Config Files.en_US.vtt 52.2 KB
- 06. Understanding Networking/20. Understanding IPv4 Addresses.en_US.vtt 52.2 KB
- 03. Understanding Buffers/7. Buffers in Action.en_US.vtt 52.0 KB
- 05. Understanding Streams/18. starter.zip 51.8 KB
- 08. Understanding Unix/40. final.zip 51.3 KB
- 05. Understanding Streams/17. final.zip 51.1 KB
- 05. Understanding Streams/17. starter.zip 50.4 KB
- 08. Understanding Unix/36. starter.zip 50.4 KB
- 08. Understanding Unix/35. final.zip 50.4 KB
- 08. Understanding Unix/39. final.zip 50.2 KB
- 08. Understanding Unix/40. starter.zip 50.2 KB
- 08. Understanding Unix/39. starter.zip 50.2 KB
- 08. Understanding Unix/37. final.zip 50.2 KB
- 05. Understanding Streams/16. final.zip 50.0 KB
- 05. Understanding Streams/15. final.zip 49.5 KB
- 05. Understanding Streams/16. starter.zip 49.5 KB
- 08. Understanding Unix/37. starter.zip 49.4 KB
- 08. Understanding Unix/36. final.zip 49.4 KB
- 08. Understanding Unix/35. starter.zip 48.9 KB
- 08. Understanding Unix/34. final.zip 48.9 KB
- 10. Understanding Multi-Threading/30. A Deeper Look at the Event Loop PART 2.en_US.vtt 48.6 KB
- 08. Understanding Unix/32. starter.zip 48.4 KB
- 08. Understanding Unix/30. final.zip 48.4 KB
- 05. Understanding Streams/15. starter.zip 48.2 KB
- 08. Understanding Unix/33. starter.zip 48.1 KB
- 08. Understanding Unix/32. final.zip 48.1 KB
- 08. Understanding Unix/33. final.zip 48.1 KB
- 08. Understanding Unix/34. starter.zip 48.0 KB
- 05. Understanding Streams/14. final.zip 47.7 KB
- 05. Understanding Streams/14. starter.zip 47.5 KB
- 05. Understanding Streams/13. final.zip 47.5 KB
- 08. Understanding Unix/30. Adding the Upload Route.en_US.vtt 47.5 KB
- 11. Understanding Cryptography/14. Building a File Encryption Application.en_US.vtt 47.5 KB
- 11. Understanding Cryptography/25. Understanding TLS.en_US.vtt 47.2 KB
- 05. Understanding Streams/13. starter.zip 47.0 KB
- 10. Understanding Multi-Threading/20. Handling Billions of HTTP Requests.en_US.vtt 46.9 KB
- 01. Introduction/1. Course Overview.en_US.vtt 46.8 KB
- 05. Understanding Streams/11. final.zip 46.6 KB
- 05. Understanding Streams/15. Implementing Our Own Writable Stream.en_US.vtt 46.6 KB
- 08. Understanding Unix/26. Understanding Clustering.en_US.vtt 46.5 KB
- 05. Understanding Streams/11. starter.zip 46.5 KB
- 05. Understanding Streams/9. final.zip 46.5 KB
- 05. Understanding Streams/8. final.zip 46.4 KB
- 05. Understanding Streams/9. starter.zip 46.4 KB
- 05. Understanding Streams/8. starter.zip 46.2 KB
- 05. Understanding Streams/6. final.zip 45.5 KB
- 01. Introduction/4. Linux Setup Commands.pdf 45.4 KB
- 06. Understanding Networking/18. Deploying our Chat App to AWS.en_US.vtt 45.2 KB
- 05. Understanding Streams/3. final.zip 45.1 KB
- 05. Understanding Streams/6. starter.zip 45.1 KB
- 05. Understanding Streams/2. final.zip 45.0 KB
- 05. Understanding Streams/3. starter.zip 45.0 KB
- 05. Understanding Streams/18. Creating an EncryptionDecryption Application.en_US.vtt 44.3 KB
- 02. Understanding EventEmitter/1. Understanding EventEmitter.en_US.vtt 43.5 KB
- 06. Understanding Networking/21. Understanding DNS.en_US.vtt 43.5 KB
- 10. Understanding Multi-Threading/10. Handling CPU-Intensive Operations in an HTTP Server.en_US.vtt 43.0 KB
- 08. Understanding Unix/21. Learning C - Memory Allocation.en_US.vtt 42.9 KB
- 08. Understanding Unix/14. Understanding Stdout, Stdin, and Stderr.en_US.vtt 42.9 KB
- 06. Understanding Networking/30. Understanding UDP and the Dgram Module.en_US.vtt 42.4 KB
- 11. Understanding Cryptography/26. Diffie-Hellman and Elliptic Curve Key Exchange.en_US.vtt 41.9 KB
- 06. Understanding Networking/25. Taking Care of Backpressures in the Uploader App.en_US.vtt 41.8 KB
- 06. Understanding Networking/12. Creating a Chat Application PART 2.en_US.vtt 41.6 KB
- 11. Understanding Cryptography/19. Understanding RSA.en_US.vtt 41.6 KB
- 08. Understanding Unix/40. Running Our Application in Cluster Mode.en_US.vtt 41.5 KB
- 09. Understanding Compression/4. Gzip, Brotli and Deflate.en_US.vtt 41.3 KB
- 11. Understanding Cryptography/4. How AES Encryption Works.en_US.vtt 41.0 KB
- 05. Understanding Streams/6. Fixing the Memory Issue in Our Program.en_US.vtt 40.5 KB
- 11. Understanding Cryptography/24. Setting Up HTTPS from Scratch.en_US.vtt 40.3 KB
- 09. Understanding Compression/2. How Does a Lossless Compression Work.en_US.vtt 40.0 KB
- 07. Understanding HTTP/9. Reading Some Docs.en_US.vtt 38.5 KB
- 11. Understanding Cryptography/20. Implementing RSA From Scratch.en_US.vtt 38.5 KB
- 11. Understanding Cryptography/12. Message Authentication Codes.en_US.vtt 38.0 KB
- 11. Understanding Cryptography/3. The Unbreakable Encryption - OTP From Scratch.en_US.vtt 37.9 KB
- 08. Understanding Unix/7. Demystifying Bash Execution Order Aliases, Functions, Built-ins, and Path.en_US.vtt 37.5 KB
- 07. Understanding HTTP/8. Learning Postman & Testing Our Server with It.en_US.vtt 37.0 KB
- 06. Understanding Networking/11. Creating a Chat Application PART 1.en_US.vtt 36.7 KB
- 12. Security/2. How to Securely Store User Passwords.en_US.vtt 36.6 KB
- 08. Understanding Unix/42. Outro.en_US.vtt 35.8 KB
- 03. Understanding Buffers/5. Understanding Character Encodings.en_US.vtt 34.8 KB
- 09. Understanding Compression/1. Introduction.en_US.vtt 34.6 KB
- 06. Understanding Networking/22. Understanding IPv6 Addresses.en_US.vtt 33.2 KB
- 08. Understanding Unix/32. Making a Thumbnail and Getting the Dimensions After an Upload.en_US.vtt 33.2 KB
- 08. Understanding Unix/27. final.zip 33.0 KB
- 09. Understanding Compression/7. Deploying Compression onto Our Apps.en_US.vtt 32.9 KB
- 08. Understanding Unix/37. Scheduling the Resizes.en_US.vtt 32.7 KB
- 06. Understanding Networking/24. Creating an Uploader Application.en_US.vtt 32.3 KB
- 05. Understanding Streams/19. Final Notes.en_US.vtt 32.3 KB
- 11. Understanding Cryptography/22. Digital Certificates.en_US.vtt 32.0 KB
- 10. Understanding Multi-Threading/6. Spawning Threads.en_US.vtt 31.9 KB
- 06. Understanding Networking/8. A Networking Scenario in Action.en_US.vtt 31.9 KB
- 08. Understanding Unix/11. What Exactly is a Child Process.en_US.vtt 31.7 KB
- 08. Understanding Unix/4. Setting Up Unix on Windows (WSL) - For Windows Users Only.en_US.vtt 31.4 KB
- 08. Understanding Unix/25. Another Way of IPC - Unix Domain Sockets.en_US.vtt 31.1 KB
- 07. Understanding HTTP/32. Implementing the Create Post, Update User, and Logout Routes.en_US.vtt 31.1 KB
- 08. Understanding Unix/34. Adding a Route for Returning the Video Assets.en_US.vtt 31.0 KB
- 05. Understanding Streams/2. Benchmarking Writing a Million Times to a File.en_US.vtt 31.0 KB
- 11. Understanding Cryptography/23. Manually Verifying an HTTPS Certificate.en_US.vtt 30.8 KB
- 11. Understanding Cryptography/18. RSA in Action.en_US.vtt 30.5 KB
- 07. Understanding HTTP/14. Understanding HTTP Methods.en_US.vtt 30.4 KB
- 07. Understanding HTTP/30. Enhancing Our Framework with Middleware Support.en_US.vtt 30.4 KB
- 10. Understanding Multi-Threading/25. Understanding Mutual Exclusion.en_US.vtt 30.1 KB
- 07. Understanding HTTP/11. Sending an HTTP Request Directly on Top of TCP! PART 2.en_US.vtt 30.0 KB
- 07. Understanding HTTP/20. Creating our Own Little Mini-Express Framework!.en_US.vtt 30.0 KB
- 03. Understanding Buffers/3. Understanding Hexadecimal Numbers.en_US.vtt 29.9 KB
- 11. Understanding Cryptography/13. Understanding Key Derivation Functions.en_US.vtt 29.8 KB
- 03. Understanding Buffers/9. Fastest Way of Allocating Buffers.en_US.vtt 29.5 KB
- 09. Understanding Compression/4. starter.zip 29.3 KB
- 11. Understanding Cryptography/11. What It Takes to Break SHA-256.en_US.vtt 29.3 KB
- 06. Understanding Networking/6. Creating a Simple TCP Application in Node.js.en_US.vtt 29.0 KB
- 07. Understanding HTTP/17. Serving a CSS and JavaScript File.en_US.vtt 28.7 KB
- 05. Understanding Streams/14. Understanding Piping.en_US.vtt 28.6 KB
- 10. Understanding Multi-Threading/17. Keep the Main Thread Light with Batch Processing.en_US.vtt 28.6 KB
- 08. Understanding Unix/26. final.zip 28.5 KB
- 08. Understanding Unix/31. Quick Intro to FFmpeg and Video Files.en_US.vtt 28.3 KB
- 09. Understanding Compression/3. Lossy Compression.en_US.vtt 28.2 KB
- 10. Understanding Multi-Threading/26. Deadlocks.en_US.vtt 28.1 KB
- 10. Understanding Multi-Threading/27. Enhancing Performance Through Shared Memory.en_US.vtt 27.9 KB
- 06. Understanding Networking/28. Deploying our Uploader App.en_US.vtt 27.8 KB
- 08. Understanding Unix/39. Resuming Scheduled Resize Operations Upon App Restart.en_US.vtt 27.4 KB
- 07. Understanding HTTP/10. Sending an HTTP Request Directly on Top of TCP! PART 1.en_US.vtt 27.4 KB
- 07. Understanding HTTP/6. Building our Client and Sending a Request.en_US.vtt 26.8 KB
- 05. Understanding Streams/13. Building Our Own Streaming Solution Using Buffers.en_US.vtt 26.6 KB
- 07. Understanding HTTP/24. Adding the Login Route.en_US.vtt 26.4 KB
- 06. Understanding Networking/26. Getting the File Names Dynamically in the Uploader App.en_US.vtt 26.1 KB
- 10. Understanding Multi-Threading/21. Communication Through Shared Memory.en_US.vtt 26.0 KB
- 07. Understanding HTTP/25. Understanding HTTP Proxies.en_US.vtt 25.9 KB
- 08. Understanding Unix/17. Building Massive Communication App - Node Part.en_US.vtt 25.4 KB
- 10. Understanding Multi-Threading/13. Examining a Crypto-Heavy Multi-Threaded App.en_US.vtt 25.3 KB
- 09. Understanding Compression/5. Compression in HTTP.en_US.vtt 25.2 KB
- 06. Understanding Networking/13. Improving the UI of our Chat App.en_US.vtt 25.1 KB
- 08. Understanding Unix/27. starter.zip 25.1 KB
- 05. Understanding Streams/8. Readable Streams in Action.en_US.vtt 24.5 KB
- 08. Understanding Unix/16. Building a Command Line Utility with Node.js.en_US.vtt 24.5 KB
- 07. Understanding HTTP/16. Creating a Simple Web Server in Node.en_US.vtt 24.1 KB
- 03. Understanding Buffers/8. Allocating Huge Buffers.en_US.vtt 24.0 KB
- 08. Understanding Unix/38. More on Queue-based Processing.en_US.vtt 23.9 KB
- 08. Understanding Unix/36. Adding the Resize Route.en_US.vtt 23.7 KB
- 11. Understanding Cryptography/6. What It Takes to Break AES.en_US.vtt 23.7 KB
- 11. Understanding Cryptography/21. Understanding Digital Signatures.en_US.vtt 23.6 KB
- 04. Understanding File System/7. Reading the Content of the Command File.en_US.vtt 23.4 KB
- 01. Introduction/3. MacOS Setup Commands.pdf 23.3 KB
- 11. Understanding Cryptography/27. Elliptic Curve Digital Signatures.en_US.vtt 23.2 KB
- 07. Understanding HTTP/13. Understanding Media Types (MIME Types).en_US.vtt 23.1 KB
- 10. Understanding Multi-Threading/24. Understanding Atomic Operations.en_US.vtt 22.9 KB
- 10. Understanding Multi-Threading/23. Race Conditions.en_US.vtt 22.8 KB
- 07. Understanding HTTP/28. Recognizing Users for Future Requests after Logging In.en_US.vtt 22.7 KB
- 03. Understanding Buffers/3. Hexadecimal Digits Table.pdf 22.5 KB
- 10. Understanding Multi-Threading/22. ArrayBuffers, SharedArrayBuffers, and TypedArrays.en_US.vtt 22.4 KB
- 07. Understanding HTTP/31. Defining the Middleware Functions.en_US.vtt 22.0 KB
- 05. Understanding Streams/5. Understanding Different Types of Streams.en_US.vtt 21.9 KB
- 08. Understanding Unix/26. starter.zip 21.9 KB
- 07. Understanding HTTP/5. Understanding Connection Types.en_US.vtt 21.8 KB
- 05. Understanding Streams/16. Implementing Our Own Readable Stream.en_US.vtt 21.7 KB
- 06. Understanding Networking/17. Some Final Notes About the Chat App.en_US.vtt 21.6 KB
- 08. Understanding Unix/25. final.zip 21.5 KB
- 08. Understanding Unix/5. A First Look at the Child Process Module.en_US.vtt 21.4 KB
- 06. Understanding Networking/14. Identifying Users in the Chat App.en_US.vtt 21.3 KB
- 11. Understanding Cryptography/15. Introduction to Asymmetric Cryptography.en_US.vtt 21.1 KB
- 06. Understanding Networking/4. Understanding Networking Layers.en_US.vtt 20.8 KB
- 07. Understanding HTTP/15. Understanding HTTP status codes.en_US.vtt 20.8 KB
- 01. Introduction/6. Learning NVM & Node.js Versions.en_US.vtt 20.8 KB
- 07. Understanding HTTP/21. Making our Framework More Robust.en_US.vtt 20.0 KB
- 06. Understanding Networking/27. Displaying the Upload Progress in Our Uploader App.en_US.vtt 20.0 KB
- 08. Understanding Unix/1. Introduction.en_US.vtt 19.9 KB
- 03. Understanding Buffers/10. Reading the Node.js Docs.en_US.vtt 19.8 KB
- 07. Understanding HTTP/23. Using Our Framework to Create a Web App.en_US.vtt 19.8 KB
- 05. Understanding Streams/11. Implementing the Solution and Resolving the Splitting Issue.en_US.vtt 19.5 KB
- 05. Understanding Streams/10. Understanding the Splitting Issue.en_US.vtt 19.5 KB
- 08. Understanding Unix/12. Understanding Environment Variables.en_US.vtt 19.4 KB
- 08. Understanding Unix/8. A Few Notes about Unix File Permissions.en_US.vtt 19.3 KB
- 07. Understanding HTTP/32. final.zip 19.2 KB
- 05. Understanding Streams/17. Understanding Duplex and Transform Streams.en_US.vtt 19.2 KB
- 07. Understanding HTTP/3. Creating a Simple HTTP Server in Node.en_US.vtt 19.2 KB
- 06. Understanding Networking/2. Understanding MAC Addresses and Switches.en_US.vtt 19.1 KB
- 04. Understanding File System/4. Three Different Ways of Doing the Same Thing.en_US.vtt 19.1 KB
- 08. Understanding Unix/35. Adding a Route to Extract the Audio of a Video File.en_US.vtt 19.1 KB
- 07. Understanding HTTP/31. final.zip 18.9 KB
- 07. Understanding HTTP/32. starter.zip 18.9 KB
- 06. Understanding Networking/3. Understanding Routers and How the Internet Works.en_US.vtt 18.8 KB
- 07. Understanding HTTP/30. final.zip 18.7 KB
- 07. Understanding HTTP/31. starter.zip 18.7 KB
- 07. Understanding HTTP/27. Understanding Cookies.en_US.vtt 18.5 KB
- 11. Understanding Cryptography/2. Introduction to Symmetric Encryption.en_US.vtt 18.3 KB
- 04. Understanding File System/10. Implementing the Create File Command.en_US.vtt 18.0 KB
- 07. Understanding HTTP/26. HTTP is Stateless.en_US.vtt 17.9 KB
- 08. Understanding Unix/19. Learning C - Our First App.en_US.vtt 17.8 KB
- 03. Understanding Buffers/2. Understanding Binary Numbers.en_US.vtt 17.7 KB
- 08. Understanding Unix/28. Installing & Building FFmpeg from Source Code.en_US.vtt 17.6 KB
- 08. Understanding Unix/18. Intro to the C Part.en_US.vtt 17.6 KB
- 07. Understanding HTTP/29. final.zip 17.5 KB
- 07. Understanding HTTP/30. starter.zip 17.5 KB
- 07. Understanding HTTP/29. starter.zip 17.5 KB
- 07. Understanding HTTP/28. final.zip 17.5 KB
- 07. Understanding HTTP/28. starter.zip 17.2 KB
- 06. Understanding Networking/7. Understanding the Transport Layer - TCPUDP.en_US.vtt 17.1 KB
- 04. Understanding File System/6. Watching the Command File for Changes.en_US.vtt 16.9 KB
- 10. Understanding Multi-Threading/1. Introduction.en_US.vtt 16.9 KB
- 03. Understanding Buffers/4. Using a Programming Calculator.en_US.vtt 16.9 KB
- 07. Understanding HTTP/19. Adding a File Upload Route.en_US.vtt 16.9 KB
- 10. Understanding Multi-Threading/2. Guide for Skilled Multi-Threaded Developers.en_US.vtt 16.8 KB
- 07. Understanding HTTP/4. Understanding HTTP Messages, Requests & Responses.en_US.vtt 16.8 KB
- 02. Understanding EventEmitter/2.1 EventEmitter Object.html 16.6 KB
- 08. Understanding Unix/15. Understanding Pipes and Output Redirection in Bash.en_US.vtt 16.6 KB
- 06. Understanding Networking/1. Introduction.en_US.vtt 16.4 KB
- 09. Understanding Compression/8. Final Notes.en_US.vtt 16.4 KB
- 04. Understanding File System/11. Defining the Rest of the Commands.en_US.vtt 16.4 KB
- 07. Understanding HTTP/22. Getting Ready for Our Next Project.en_US.vtt 16.2 KB
- 07. Understanding HTTP/7. Sending a Response to the Client.en_US.vtt 15.9 KB
- 07. Understanding HTTP/12. Emulating our HTTP Server Using the Net Module.en_US.vtt 15.9 KB
- 08. Understanding Unix/41. video-editor-express.zip 15.8 KB
- 08. Understanding Unix/2. What Is Unix.en_US.vtt 15.7 KB
- 08. Understanding Unix/23. final.zip 15.7 KB
- 11. Understanding Cryptography/28. RSA, DH and EC Security.en_US.vtt 15.4 KB
- 11. Understanding Cryptography/17. cheatsheet.txt 15.3 KB
- 11. Understanding Cryptography/1. cheatsheet.txt 15.3 KB
- 08. Understanding Unix/24. Only Watch if You Skipped the C Part.en_US.vtt 15.1 KB
- 11. Understanding Cryptography/10. SHA-256 From Scratch.en_US.vtt 15.0 KB
- 06. Understanding Networking/9. Understanding Port Numbers.en_US.vtt 14.9 KB
- 07. Understanding HTTP/1. Introduction.en_US.vtt 14.9 KB
- 10. Understanding Multi-Threading/12. CPU-Intensive vs. IO-Intensive.en_US.vtt 14.8 KB
- 04. Understanding File System/1. Introduction.en_US.vtt 14.3 KB
- 11. Understanding Cryptography/30. Outro.en_US.vtt 14.1 KB
- 04. Understanding File System/14. Solution - Implementing the addToFile Function.en_US.vtt 13.6 KB
- 04. Understanding File System/12. Solution - Implementing the deleteFile Function.en_US.vtt 13.5 KB
- 06. Understanding Networking/30. final.zip 13.0 KB
- 08. Understanding Unix/22. starter.zip 12.9 KB
- 06. Understanding Networking/30. starter.zip 12.5 KB
- 05. Understanding Streams/7. Reading Writable Streams Node.js Docs and Recap.en_US.vtt 12.3 KB
- 08. Understanding Unix/41. Refactor from Cpeak to Express in Less than 20 Minutes!.en_US.vtt 12.0 KB
- 06. Understanding Networking/27. final.zip 11.8 KB
- 10. Understanding Multi-Threading/5. Understanding CPU Usage.en_US.vtt 11.6 KB
- 06. Understanding Networking/26. final.zip 11.5 KB
- 06. Understanding Networking/27. starter.zip 11.5 KB
- 05. Understanding Streams/4. So What Exactly Are Streams.en_US.vtt 11.5 KB
- 07. Understanding HTTP/29. Sending the User’s Info in Profile.en_US.vtt 11.5 KB
- 07. Understanding HTTP/24. final.zip 11.3 KB
- 10. Understanding Multi-Threading/19. Don’t Block the Worker Pool!.en_US.vtt 11.1 KB
- 03. Understanding Buffers/6. The Concept of Buffers.en_US.vtt 11.0 KB
- 11. Understanding Cryptography/16. A Note about OpenSSL & Setup.en_US.vtt 10.7 KB
- 06. Understanding Networking/26. starter.zip 10.7 KB
- 06. Understanding Networking/25. final.zip 10.7 KB
- 07. Understanding HTTP/18. Adding Some JSON Routes.en_US.vtt 10.7 KB
- 05. Understanding Streams/9. Selectively Writing Our Data from the Readable Stream.en_US.vtt 10.6 KB
- 08. Understanding Unix/21. starter.zip 10.5 KB
- 07. Understanding HTTP/23. final.zip 10.4 KB
- 07. Understanding HTTP/24. starter.zip 10.4 KB
- 11. Understanding Cryptography/8. History of AES.en_US.vtt 10.3 KB
- 05. Understanding Streams/12. Reading Node.js Docs and Recap.en_US.vtt 10.0 KB
- 11. Understanding Cryptography/7. What About Brute-Forcing OTP.en_US.vtt 9.8 KB
- 08. Understanding Unix/20. starter.zip 9.8 KB
- 07. Understanding HTTP/23. starter.zip 9.7 KB
- 07. Understanding HTTP/22. final.zip 9.7 KB
- 04. Understanding File System/2. What Exactly Is a File.en_US.vtt 9.2 KB
- 08. Understanding Unix/23. starter.zip 9.1 KB
- 05. Understanding Streams/3. Using Streams Naively in Our Solution.en_US.vtt 8.9 KB
- 07. Understanding HTTP/2. The Idea of HTTP.en_US.vtt 8.9 KB
- 08. Understanding Unix/22. final.zip 8.9 KB
- 09. Understanding Compression/6. Compression vs. Minification.en_US.vtt 8.7 KB
- 08. Understanding Unix/16. final.zip 8.6 KB
- 08. Understanding Unix/21. final.zip 8.6 KB
- 07. Understanding HTTP/22. starter.zip 8.6 KB
- 08. Understanding Unix/16. starter.zip 8.4 KB
- 07. Understanding HTTP/21. final.zip 8.4 KB
- 03. Understanding Buffers/1. Introdcution.en_US.vtt 8.0 KB
- 08. Understanding Unix/14. final.zip 8.0 KB
- 07. Understanding HTTP/21. starter.zip 7.7 KB
- 07. Understanding HTTP/20. final.zip 7.7 KB
- 08. Understanding Unix/13. final.zip 7.6 KB
- 10. Understanding Multi-Threading/18. Effortlessly Expanding Our Thread Pool Capabilities.en_US.vtt 7.5 KB
- 08. Understanding Unix/14. starter.zip 7.3 KB
- 08. Understanding Unix/20. final.zip 7.3 KB
- 08. Understanding Unix/3. Why Should We Care About Unix.en_US.vtt 7.2 KB
- 11. Understanding Cryptography/29. Legal Battles over Cryptography.html 7.0 KB
- 07. Understanding HTTP/19. final.zip 6.9 KB
- 08. Understanding Unix/19. final.zip 6.8 KB
- 08. Understanding Unix/19. starter.zip 6.7 KB
- 08. Understanding Unix/9. Sourcing in Bash.en_US.vtt 6.6 KB
- 05. Understanding Streams/1. Introduction.en_US.vtt 6.5 KB
- 07. Understanding HTTP/20. starter.zip 6.5 KB
- 07. Understanding HTTP/17. final.zip 6.5 KB
- 07. Understanding HTTP/18. final.zip 6.4 KB
- 07. Understanding HTTP/19. starter.zip 6.4 KB
- 07. Understanding HTTP/18. starter.zip 6.3 KB
- 04. Understanding File System/3. How Node.js Deals with Files.en_US.vtt 5.8 KB
- 08. Understanding Unix/22. Learning C - Reading the Arguments.en_US.vtt 5.7 KB
- 08. Understanding Unix/33. Returning the List of Uploaded Videos.en_US.vtt 5.7 KB
- 06. Understanding Networking/24. final.zip 5.5 KB
- 06. Understanding Networking/25. starter.zip 5.5 KB
- 08. Understanding Unix/13. starter.zip 5.4 KB
- 08. Understanding Unix/17. final.zip 5.0 KB
- 07. Understanding HTTP/17. starter.zip 5.0 KB
- 04. Understanding File System/9. Making Sense Out of the Read Data.en_US.vtt 4.7 KB
- 08. Understanding Unix/17. starter.zip 4.7 KB
- 04. Understanding File System/8. Cleaning Up the Code using EventEmitter.en_US.vtt 4.6 KB
- 10. Understanding Multi-Threading/9. final.zip 4.6 KB
- 06. Understanding Networking/24. starter.zip 4.5 KB
- 10. Understanding Multi-Threading/9. starter.zip 4.5 KB
- 10. Understanding Multi-Threading/8. final.zip 4.2 KB
- 10. Understanding Multi-Threading/31. Outro.en_US.vtt 4.2 KB
- 11. Understanding Cryptography/3. final.zip 4.2 KB
- 10. Understanding Multi-Threading/8. starter.zip 4.1 KB
- 06. Understanding Networking/21. final.zip 3.9 KB
- 06. Understanding Networking/15. Notifying Everyone When Somebody JoinsLeaves the Chat.en_US.vtt 3.8 KB
- 11. Understanding Cryptography/4. final.zip 3.8 KB
- 06. Understanding Networking/21. starter.zip 3.8 KB
- 08. Understanding Unix/11. starter.zip 3.6 KB
- 06. Understanding Networking/18. final.zip 3.6 KB
- 04. Understanding File System/13. Solution - Implementing the renameFile Function.en_US.vtt 3.6 KB
- 06. Understanding Networking/15. final.zip 3.5 KB
- 07. Understanding HTTP/33. Outro.en_US.vtt 3.5 KB
- 07. Understanding HTTP/16. starter.zip 3.5 KB
- 11. Understanding Cryptography/4. starter.zip 3.4 KB
- 06. Understanding Networking/15. starter.zip 3.4 KB
- 06. Understanding Networking/14. final.zip 3.4 KB
- 03. Understanding Buffers/9. final.zip 3.3 KB
- 06. Understanding Networking/13. final.zip 3.2 KB
- 06. Understanding Networking/14. starter.zip 3.2 KB
- 03. Understanding Buffers/9. starter.zip 3.1 KB
- 07. Understanding HTTP/12. final.zip 3.1 KB
- 11. Understanding Cryptography/3. starter.zip 3.0 KB
- 06. Understanding Networking/12. final.zip 3.0 KB
- 06. Understanding Networking/13. starter.zip 3.0 KB
- 03. Understanding Buffers/11. Outro.en_US.vtt 2.9 KB
- 07. Understanding HTTP/12. starter.zip 2.8 KB
- 06. Understanding Networking/11. final.zip 2.8 KB
- 06. Understanding Networking/12. starter.zip 2.8 KB
- 04. Understanding File System/14. final.zip 2.6 KB
- 04. Understanding File System/14. starter.zip 2.6 KB
- 04. Understanding File System/13. final.zip 2.6 KB
- 04. Understanding File System/13. starter.zip 2.6 KB
- 04. Understanding File System/12. final.zip 2.6 KB
- 04. Understanding File System/12. starter.zip 2.6 KB
- 04. Understanding File System/11. final.zip 2.6 KB
- 07. Understanding HTTP/11. final.zip 2.5 KB
- 07. Understanding HTTP/11. starter.zip 2.4 KB
- 07. Understanding HTTP/10. final.zip 2.4 KB
- 10. Understanding Multi-Threading/7. final.zip 2.3 KB
- 04. Understanding File System/11. starter.zip 2.2 KB
- 04. Understanding File System/10. final.zip 2.2 KB
- 08. Understanding Unix/12. final.zip 2.1 KB
- 06. Understanding Networking/5. A Quick Tip About Filtering in Wireshark.html 2.0 KB
- 10. Understanding Multi-Threading/6. final.zip 2.0 KB
- 08. Understanding Unix/11. final.zip 2.0 KB
- 08. Understanding Unix/12. starter.zip 2.0 KB
- 04. Understanding File System/10. starter.zip 1.9 KB
- 04. Understanding File System/9. final.zip 1.9 KB
- 04. Understanding File System/8. final.zip 1.9 KB
- 04. Understanding File System/9. starter.zip 1.9 KB
- 06. Understanding Networking/31. Outro.en_US.vtt 1.9 KB
- 04. Understanding File System/8. starter.zip 1.9 KB
- 04. Understanding File System/7. final.zip 1.9 KB
- 04. Understanding File System/4. final.zip 1.7 KB
- 06. Understanding Networking/11. starter.zip 1.7 KB
- 04. Understanding File System/7. starter.zip 1.7 KB
- 04. Understanding File System/6. final.zip 1.7 KB
- 07. Understanding HTTP/10. starter.zip 1.7 KB
- 03. Understanding Buffers/7. final.zip 1.7 KB
- 04. Understanding File System/15. Outro.en_US.vtt 1.5 KB
- 08. Understanding Unix/7. final.zip 1.5 KB
- 10. Understanding Multi-Threading/7. starter.zip 1.5 KB
- 04. Understanding File System/6. starter.zip 1.5 KB
- 06. Understanding Networking/16. A Note About the 'end' Event on Windows.html 1.5 KB
- 03. Understanding Buffers/8. final.zip 1.5 KB
- 08. Understanding Unix/24. Number-Formatter-C-Version.zip 1.5 KB
- 08. Understanding Unix/6. final.zip 1.4 KB
- 08. Understanding Unix/7. starter.zip 1.4 KB
- 12. Security/1. Introduction.html 1.4 KB
- 02. Understanding EventEmitter/1. final.zip 1.4 KB
- 07. Understanding HTTP/7. final.zip 1.4 KB
- 02. Understanding EventEmitter/1. starter.zip 1.4 KB
- 08. Understanding Unix/24. Number-Formatter-NodeJS-Version.zip 1.3 KB
- 08. Understanding Unix/23. number-formatter-node-version.zip 1.3 KB
- 03. Understanding Buffers/8. starter.zip 1.1 KB
- 07. Understanding HTTP/25. proxy-code.zip 1.1 KB
- 07. Understanding HTTP/6. final.zip 1.1 KB
- 07. Understanding HTTP/7. starter.zip 1.1 KB
- 03. Understanding Buffers/7. starter.zip 1.1 KB
- 12. Security/3. More Lectures on the Way.html 1.1 KB
- 06. Understanding Networking/19. Commands Used for Installing NVM.html 999 bytes
- 08. Understanding Unix/5. starter.zip 985 bytes
- 06. Understanding Networking/6. final.zip 907 bytes
- 10. Understanding Multi-Threading/28. Links.txt 892 bytes
- 12. Security/2. password-hashing.zip 824 bytes
- 07. Understanding HTTP/6. starter.zip 820 bytes
- 07. Understanding HTTP/3. final.zip 820 bytes
- 09. Understanding Compression/1. final.zip 800 bytes
- 08. Understanding Unix/4. nodejs-test-app.zip 707 bytes
- 04. Understanding File System/1. final.zip 689 bytes
- 09. Understanding Compression/1. starter.zip 678 bytes
- 10. Understanding Multi-Threading/6. starter.zip 654 bytes
- 01. Introduction/2. app.zip 629 bytes
- 01. Introduction/3. app.zip 629 bytes
- 01. Introduction/4. app.zip 629 bytes
- 06. Understanding Networking/9. demo.zip 625 bytes
- 06. Understanding Networking/8. demo.zip 625 bytes
- 06. Understanding Networking/21. demo.zip 625 bytes
- 11. Understanding Cryptography/2. starter.zip 620 bytes
- 06. Understanding Networking/6. starter.zip 604 bytes
- 08. Understanding Unix/6. starter.zip 603 bytes
- 08. Understanding Unix/5. final.zip 603 bytes
- 06. Understanding Networking/29. AWS Cost Warning - Server Termination Reminder.html 601 bytes
- 04. Understanding File System/1. starter.zip 593 bytes
- 07. Understanding HTTP/3. starter.zip 568 bytes
- 04. Understanding File System/5. Starting Point for Building Our Application.html 510 bytes
- 06. Understanding Networking/23. Starting Point for Building Our Uploader App.html 459 bytes
- 06. Understanding Networking/10. Starting Point for Building Our Chat App.html 439 bytes
- 08. Understanding Unix/4. bashrc-scripts.txt 422 bytes
- 11. Understanding Cryptography/17. The New Cheat Sheet File.html 380 bytes
- 10. Understanding Multi-Threading/5. Core Count Commands.txt 263 bytes
- 08. Understanding Unix/4. commands.txt 253 bytes
- 09. Understanding Compression/8. Khan-Academy-The-need-for-compression.txt 165 bytes
- 08. Understanding Unix/10. command-prompts.txt 134 bytes
- Readme.txt 122 bytes
- 07. Understanding HTTP/13. background-color.png 114 bytes
- 12. Security/2. More-on-Keeper-Security.txt 104 bytes
- 11. Understanding Cryptography/8. AES-Contest-Report.txt 100 bytes
- 03. Understanding Buffers/10. Binary-Addition-Subtraction-Negative-Numbers-2s-Complements.txt 92 bytes
- 10. Understanding Multi-Threading/7. Structured-Clone-Algorithm.txt 91 bytes
- 10. Understanding Multi-Threading/2. Typed-Arrays.txt 91 bytes
- 10. Understanding Multi-Threading/20. AWS-Article.txt 88 bytes
- 10. Understanding Multi-Threading/24. Atomics.txt 88 bytes
- 10. Understanding Multi-Threading/2. Atomic-Operations.txt 88 bytes
- 11. Understanding Cryptography/28. NIST-Publication-Recommendation-for-Key-Management.txt 77 bytes
- 11. Understanding Cryptography/14. GCM-Specification.txt 77 bytes
- 07. Understanding HTTP/15. IANA-HTTP-Status-Codes.txt 74 bytes
- 10. Understanding Multi-Threading/4. Download-Microsoft-Process-Explorer.txt 73 bytes
- 11. Understanding Cryptography/30. YouTube-Playlist.txt 72 bytes
- 09. Understanding Compression/8. Computerphile-Compression.txt 72 bytes
- 10. Understanding Multi-Threading/19. Dont-Block-the-Event-Loop-or-the-Worker-Pool-.txt 71 bytes
- 07. Understanding HTTP/13. IANA-Media-Types.txt 62 bytes
- 09. Understanding Compression/8. Mozilla-Compression-in-HTTP.txt 61 bytes
- 08. Understanding Unix/10. Prompt-Expansion.txt 60 bytes
- 11. Understanding Cryptography/9. Secure-Hash-Standard-Specification.txt 58 bytes
- 11. Understanding Cryptography/4. AES-Specification.txt 56 bytes
- 11. Understanding Cryptography/9. Bitcoin-Mining-Machines.txt 56 bytes
- 12. Security/2. Timing-Attacks.txt 55 bytes
- 11. Understanding Cryptography/1. Bless-Hex-Editor.txt 55 bytes
- 10. Understanding Multi-Threading/2. Worker-Threads-Documentation.txt 54 bytes
- 11. Understanding Cryptography/1. Hex-Fiend-for-Mac.txt 52 bytes
- 11. Understanding Cryptography/11. Quantum-Paper.txt 52 bytes
- 08. Understanding Unix/10. Customizing-Bash-Prompt.txt 50 bytes
- 08. Understanding Unix/30. Video-Editor-Starter.txt 49 bytes
- 08. Understanding Unix/29. Video-Editor-Starter.txt 49 bytes
- 10. Understanding Multi-Threading/10. Client-React-Repository.txt 48 bytes
- 08. Understanding Unix/29. Video-Editor-Client.txt 48 bytes
- 08. Understanding Unix/42. Poppler.txt 46 bytes
- 11. Understanding Cryptography/1. Apple-Security-Bounty-Categories.txt 45 bytes
- 11. Understanding Cryptography/12. Hmac-Specification.txt 45 bytes
- 08. Understanding Unix/28. FFmpeg-Compilation-Guide.txt 45 bytes
- 12. Security/2. Keeper-Security.txt 44 bytes
- 12. Security/2. Password-Cracking-Computerphile.txt 43 bytes
- 08. Understanding Unix/42. Learn-Vim.txt 43 bytes
- 11. Understanding Cryptography/11. The-Pigeonhole-Principle.txt 43 bytes
- 03. Understanding Buffers/10. Floating-Point-Numbers-in-Binary.txt 43 bytes
- 11. Understanding Cryptography/2. Khan-Academy-The-Caesar-cipher.txt 43 bytes
- 11. Understanding Cryptography/11. The-Birthday-Paradox.txt 43 bytes
- 03. Understanding Buffers/10. Little-and-Big-Endian.txt 43 bytes
- 11. Understanding Cryptography/1. Fireship-7-Cryptography-Concepts-EVERY-Developer-Should-Know.txt 43 bytes
- 08. Understanding Unix/42. ImageMagick.txt 42 bytes
- 07. Understanding HTTP/22. Poster-Client.txt 42 bytes
- 11. Understanding Cryptography/6. Top-500-List.txt 40 bytes
- 11. Understanding Cryptography/30. SEED-Labs.txt 40 bytes
- 11. Understanding Cryptography/14. AWS-Secrets-Manager.txt 39 bytes
- 11. Understanding Cryptography/13. Argon2-NPM.txt 36 bytes
- 12. Security/2. Argon2-NPM.txt 36 bytes
- 09. Understanding Compression/7. BREACH.txt 36 bytes
- 08. Understanding Unix/28. Download-FFmpeg.txt 36 bytes
- 11. Understanding Cryptography/14. BIP39-Passphrase-Generator.txt 36 bytes
- 08. Understanding Unix/21. Types-to-Binary.txt 34 bytes
- 11. Understanding Cryptography/20. JSBN-NPM-Package.txt 34 bytes
- 08. Understanding Unix/42. Whisper.txt 33 bytes
- 11. Understanding Cryptography/16. Download-Python.txt 33 bytes
- 08. Understanding Unix/28. FFmpeg-Source-Code.txt 32 bytes
- 08. Understanding Unix/42. OpenCV.txt 32 bytes
- 11. Understanding Cryptography/16. Python-IDE.txt 30 bytes
- 08. Understanding Unix/28. For-Apple-Silicon.txt 27 bytes
- 11. Understanding Cryptography/1. HxD-for-Windows.txt 27 bytes
- 11. Understanding Cryptography/16. Download-Firefox.txt 24 bytes
- 09. Understanding Compression/6. Minify-JS.txt 22 bytes
- 11. Understanding Cryptography/8. NIST-Website.txt 21 bytes
- 11. Understanding Cryptography/4. NIST-Website.txt 21 bytes
- 11. Understanding Cryptography/8. NSA-Website.txt 20 bytes
- 03. Understanding Buffers/7. Symbl-Unicode-List.txt 20 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via activebusinesscommunication[AT]gmail.com. Remember to include the full url in your complaint.