π
JavaScript: Service Workers
π Author: Maximiliano Firtman
π° Level: Advanced
β° Duration: 3h 36m
π
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
π Author: Maximiliano Firtman
π° Level: Advanced
β° Duration: 3h 36m
π
Learn how to use service workers in your applications. Create faster, more engaging web experiences with features like notifications, background syncing, and offline browsing.
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
πΈ Full description πΈ
Service workers are background scripts that enable features like offline storage, push notifications, and background syncing. They are an important tool for the modern web developer who wants to create faster, more interactive experiences with offline browsing and messaging. This course shows how to implement service workers in vanilla JavaScriptβleaving frameworks behind in order to understand the technology's full potential. Learn how to install and register service workers, handle events, and manage updates. Then find how to implement several use cases for service workers: intercepting and routing network requests as proxy server, storing files in an offline cache, sending and receiving messages, and synchronizing background data. Plus, get tips and tricks to optimize the performance of your applications using service workers.
Service workers are background scripts that enable features like offline storage, push notifications, and background syncing. They are an important tool for the modern web developer who wants to create faster, more interactive experiences with offline browsing and messaging. This course shows how to implement service workers in vanilla JavaScriptβleaving frameworks behind in order to understand the technology's full potential. Learn how to install and register service workers, handle events, and manage updates. Then find how to implement several use cases for service workers: intercepting and routing network requests as proxy server, storing files in an offline cache, sending and receiving messages, and synchronizing background data. Plus, get tips and tricks to optimize the performance of your applications using service workers.
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