Video Tuts Series by Google Chrome Developers - Mar 6, 2019
Series Video Tuts by The Net Ninja - May 6, 2019
Series Video Tuts by The Net Ninja - May 28, 2018
Video Tuts by vaadinofficial - Oct 10, 2018
Web Workers:
Web Workers is a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and channel attributes are always null). Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa.)
Example Usage: Browser extensions and HTML5 games
Service Workers:
Service workers essentially act as proxy servers that sit between web applications, the browser, and the network (when available). They are intended, among other things, to enable the creation of effective offline experiences, intercept network requests and take appropriate action based on whether the network is available, and update assets residing on the server. They will also allow access to push notifications and background sync APIs.
Example Usage: Progressive Web Apps
Video Tuts by Web Technical Tips - Jan 2, 2020
Video Tuts by Ferdy Korpershoek - Jun 6, 2019
Video Tuts by Imran Sayed - Mar 28, 2020
An article by Vinod Saratchandran -Dec 13, 2017
PWA for WP & AMP By Magazine3
AMP for WP – Accelerated Mobile Pages By Ahmed Kaludi, Mohammed Kaludi