| Bonus Resources.txt | 102.4 B | ||
| Get Bonus Downloads Here.url | 204.8 B | ||
| ~Get Your Files Here ! | |||
| 1 - JavaScript runtime environment | |||
| 1. How does JavaScript work (Description).html | 1.6 KB | ||
| 1. Section overview (Description).html | 819.2 B | ||
| 1. Section overview.html | 6.4 KB | ||
| 2 - Threads, cores, concurrency and parallelism | |||
| 10. Concurrency intro (Description).html | 1.2 KB | ||
| 10. Concurrency intro.mp4 | 61.6 MB | ||
| 11. Concurrency explained (Description).html | 1.1 KB | ||
| 11. Concurrency explained.html | 6.8 KB | ||
| 12. Parallelism (Description).html | 1.3 KB | ||
| 12. Parallelism.mp4 | 99.8 MB | ||
| 13. When to use (and NOT to use) web workers (Description).html | 1.3 KB | ||
| 13. When to use (and NOT to use) web workers.mp4 | 56.4 MB | ||
| 14. Wrapping up with understanding our section example (Description).html | 921.6 B | ||
| 14. Wrapping up with understanding our section example.mp4 | 206 MB | ||
| 14. index.html | 2.2 KB | ||
| 2. Threads and cores (Description).html | 1.5 KB | ||
| 3 - Web Workers (and yes, worker threads) | |||
| 1. Setting up a web worker.html | 3.7 KB | ||
| 15. Intro to Web Workers and how they work (Description).html | 921.6 B | ||
| 15. Intro to Web Workers and how they work.mp4 | 89.4 MB | ||
| 16. Setting up a Web Worker (Description).html | 921.6 B | ||
| 16. Setting up a Web Worker.mp4 | 142 MB | ||
| 17. Web Workers vs Worker Threads (Description).html | 1.5 KB | ||
| 17. Web Workers vs Worker Threads.html | 6.4 KB | ||
| 18. Web Workers and the main thread do not share the same variables (Description).html | 1.1 KB | ||
| 18. Web Workers and the main thread do not share the same variables.mp4 | 58 MB | ||
| 19. What does the line const worker = new Worker() do (Description).html | 1.2 KB | ||
| 19. What does the line const worker = new Worker() do.html | 6 KB | ||
| 20. Sending a message from the main thread to the worker with postMessage (Description).html | 1.4 KB | ||
| 20. Sending a message from the main thread to the worker with postMessage.mp4 | 90.1 MB | ||
| 21. Performing a task in the worker (Description).html | 921.6 B | ||
| 21. Performing a task in the worker.mp4 | 76.8 MB | ||
| 22. Closing a web worker, and project files (Description).html | 1.4 KB | ||
| 22. Closing a web worker, and project files.mp4 | 70.5 MB | ||
| 23. self.close() versus worker.terminate() (Description).html | 1.6 KB | ||
| 23. self.close() versus worker.terminate().html | 8.5 KB | ||
| 24. Setting up a Node server project to run heavy tasks (Description).html | 921.6 B | ||
| 24. Setting up a Node server project to run heavy tasks.mp4 | 151.1 MB | ||
| 24. index.js | 1.2 KB | ||
| 25. Next up - viewing CPU utilization (Description).html | 716.8 B | ||
| 25. Next up - viewing CPU utilization.html | 5.8 KB | ||
| 26. Viewing CPU utilization when running a Node task (Description).html | 1.1 KB | ||
| 26. Viewing CPU utilization when running a Node task.mp4 | 49.7 MB | ||
| 27. Creating a worker in Node, using the worker_threads module (Description).html | 1.3 KB | ||
| 27. Creating a worker in Node, using the worker_threads module.mp4 | 114.1 MB | ||
| 28. Why do we have to import a Worker in Node.js (Description).html | 921.6 B | ||
| 28. Why do we have to import a Worker in Node.js.html | 6.6 KB | ||
| 29. Refactoring code, creating a dynamic run function and allocating tasks evenly (Description).html | 1.1 KB | ||
| 29. Refactoring code, creating a dynamic run function and allocating tasks evenly.mp4 | 167 MB | ||
| 3. Web Workers (Description).html | 1.4 KB | ||
| 3. Web Workers.html | 24.6 KB | ||
| 3. worker_threads_final | |||
| 30. Completing our JavaScript code and sending each worker, a task to perform (Description).html | 921.6 B | ||
| 30. Completing our JavaScript code and sending each worker, a task to perform.mp4 | 104.1 MB | ||
| 31. Testing code, and seeing the full power of workers! (Description).html | 1 KB | ||
| 31. Testing code, and seeing the full power of workers!.mp4 | 113.6 MB | ||
| index.js | 1.5 KB | ||
| intro | |||
| 4 - Web Worker Test | |||
| 1. Web Workers Course Test (Description).html | 1.4 KB | ||
| 1. Web Workers Course Test.html | 61.7 KB | ||
| 5 - Outro | |||
| 32. Quick word on where to take your skills to next (Description).html | 1.2 KB | ||
| 32. Quick word on where to take your skills to next.html | 6.7 KB | ||
| 33. Outro (Description).html | 614.4 B | ||
| 33. Outro.mp4 | 64.5 MB | ||
| index.html | 614.4 B | ||
| worker.js | 512 B | ||
| worker.js | 307.2 B | ||
| 7. Section intro (Description).html | 716.8 B | ||
| 7. Section intro.mp4 | 60.3 MB | ||
| 8. What are threads (Description).html | 1.4 KB | ||
| 8. What are threads.mp4 | 52.5 MB | ||
| 9. Threads run on CPU cores (Description).html | 1.5 KB | ||
| 9. Threads run on CPU cores.mp4 | 105.1 MB | ||
| 2. What is a JavaScript runtime environment (Description).html | 1.3 KB | ||
| 2. What is a JavaScript runtime environment.mp4 | 137.6 MB | ||
| 3. Simple code example in a web browser and Node.js (Description).html | 921.6 B | ||
| 3. Simple code example in a web browser and Node.js.mp4 | 70.8 MB | ||
| 4. How the call stack works (synchronous operations) (Description).html | 1.3 KB | ||
| 4. How the call stack works (synchronous operations).mp4 | 63.5 MB | ||
| 5. The call stack is like a stack of trays (Description).html | 716.8 B | ||
| 5. The call stack is like a stack of trays.html | 6.4 KB | ||
| 6. The problem with having one call stack (Description).html | 1.3 KB | ||
| 6. The problem with having one call stack.mp4 | 85.5 MB |
JavaScript Web Workers Visualized - Crash Course 2026
https://WebToolTip.com
Published 2/2026
Created by Clyde Matthew
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English | Duration: 33 Lectures ( 2h 0m ) | Size: 2.24 GB
Advanced JavaScript Web Workers course for everyone. Learn all about Web Workers, Worker Threads & JavaScript runtime
What you'll learn
✓ Learn more than 99% of other developers about how JavaScript "really" works
✓ Visualize how Web Workers and Worker Threads work
✓ Understand the JavaScript runtime environment, threads, cores, Web Workers, Worker Threads and more!
✓ Understand Concurrency vs Parallelism
✓ Demystify how JavaScript, being a "single-threaded" programming language, can run tasks in parallel
✓ Understand what the "main thread" means in JavaScript
✓ Use both the Web Workers API and the Worker Threads to understand how they work
✓ Code real examples in both web environments and Node.js
✓ Visualize how the call stack, event loop and task queues work when executing code
✓ Visualize how JavaScript web workers ... well ... work
✓ Learn what it means that JavaScript is a "single-threaded" language
✓ Understand the difference between threads and cores
✓ Understand how JavaScript code is executed
✓ Code real examples
✓ Learn the differences between JavaScript's Web Workers and Worker Threads
✓ Understand what the "runtime" environment is
✓ Understand how the JavaScript engine, call stack, event loop, rendering engines and task queues, all work together
✓ Understand how to user Web Workers to process heavy CPU tasks on a separate thread
✓ Learn how to speed up your application for heavy tasks
✓ Learn how to avoid blocking rendering and UI threads by using Web Workers and Worker Threads
✓ And tons more!
Requirements
● A basic understanding of HTTP, CSS and JavaScript will be helpful
● A PC or Mac so you can code alongside with me
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 1.9 GB | freecoursewb | 3 weeks | 2 | 1 | |
| 1.8 GB | freecoursewb | 2 months | 9 | 0 | |
| 1.3 GB | freecoursewb | 5 months | 1 | 0 | |
| 2 GB | freecoursewb | 5 months | 6 | 0 | |
|
Udemy - JavaScript Game Development - Build a Minesweeper Puzzle Game Posted by
freecoursewb in Other
|
2.1 GB | freecoursewb | 5 months | 2 | 3 |
All Comments