Please open Telegram to view this post
VIEW IN TELEGRAM
๐
JavaScript: Web Workers
๐ Author: Maximiliano Firtman
๐ฐ Level: Intermediate
โฐ Duration: 1h 17m
๐
๐ Topics: JavaScript
๐ค Join @JavaScript_Trainings for more courses
๐ Author: Maximiliano Firtman
๐ฐ Level: Intermediate
โฐ Duration: 1h 17m
๐
Optimize your web applications with JavaScript web workers. Learn how to enable multithreading with dedicated and shared web workers.
๐ Topics: JavaScript
๐ค Join @JavaScript_Trainings for more courses
๐ธ Full description ๐ธ
Web Workers is one of the most underrated APIs on the web. It brings multithreadingโthe ability to execute multiple tasks simultaneouslyโto JavaScript. Multithreading with web workers can enhance the performance of complex apps with resource-intense code. This course show how to run parallel tasks with web workers and communicate those threads back to the main UI thread. Instructor Maximiliano Firtman explores the APIs for dedicated web workers and shared web workers, which allow you to share threads between browser tabs. The majority of the lessons use Vanilla JavaScript, which allows you to explore the full potential of the technology, but in the final chapter, Maximiliano also introduces some libraries and frameworks specifically designed for developing with web workers.
Web Workers is one of the most underrated APIs on the web. It brings multithreadingโthe ability to execute multiple tasks simultaneouslyโto JavaScript. Multithreading with web workers can enhance the performance of complex apps with resource-intense code. This course show how to run parallel tasks with web workers and communicate those threads back to the main UI thread. Instructor Maximiliano Firtman explores the APIs for dedicated web workers and shared web workers, which allow you to share threads between browser tabs. The majority of the lessons use Vanilla JavaScript, which allows you to explore the full potential of the technology, but in the final chapter, Maximiliano also introduces some libraries and frameworks specifically designed for developing with web workers.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM