DEV Community

John Papa
John Papa

Posted on • Originally published at johnpapa.net

5

Service Workers with Keilla Fernandes on Real Talk Javascript #80

Keilla Fernandes talks with John, Ward, and Dan about service workers. What are service workers? How do you keep data fresh and in sync? What about service workers and push notifications? And how does HTTP and caching work with service workers?

const podcast = { 
  episode: 80,
  title: 'Service Workers with Keilla Fernandes',
  topics: [ 
    'service workers', 'javascript', 'caching',
  ],
  guest: 'Keilla Fernandes',
  hosts: [
    'John Papa', 'Ward Bell', 'Dan Wahlin'
  ]
};

Brought to you by

Resources:

Timejumps

  • 02:36 Guest introduction
  • 03:55 What are service workers?
  • 07:53 Where could people be using service workers?
  • 08:46 Sponsor: Ag Grid
  • 09:51 How do I keep everything fresh and in sync?
  • 28:33 Sponsor: IdeaBlade
  • 29:33 Chrome Developer tools and service workers
  • 31:20 Service workers and push notifications
  • 32:33 Do I need to worry about service workers?
  • 37:39 How does HTTP and caching work?
  • 40:38 Final thoughts

SurveyJS custom survey software

Build Your Own Forms without Manual Coding

SurveyJS UI libraries let you build a JSON-based form management system that integrates with any backend, giving you full control over your data with no user limits. Includes support for custom question types, skip logic, an integrated CSS editor, PDF export, real-time analytics, and more.

Learn more

Top comments (0)

Cloudinary image

Optimize, customize, deliver, manage and analyze your images.

Remove background in all your web images at the same time, use outpainting to expand images with matching content, remove objects via open-set object detection and fill, recolor, crop, resize... Discover these and hundreds more ways to manage your web images and videos on a scale.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay