Skip to content

Instantly share code, notes, and snippets.

@dgeb
Last active August 24, 2022 09:00
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgeb/a0526a368717713b7934e597717116a8 to your computer and use it in GitHub Desktop.
Save dgeb/a0526a368717713b7934e597717116a8 to your computer and use it in GitHub Desktop.
Resources from my Sept 2019 talk at EmberCamp - "Worker Power!"

Worker Power!

Presentation by Dan Gebhardt at EmberCamp Chicago. September 16th, 2019.

Synopsis

Web workers bring a new layer of capabilities to web applications. Because workers operate on their own threads, they provide a way to perform processor-intensive tasks without affecting the responsiveness of an application. This talk will explore the different types of workers, including service workers and shared workers, and how to make the most of them in your Ember applications. We'll discuss the capabilities available to workers and explore different use cases, including progressive web apps.

Slides

https://speakerdeck.com/dgeb/worker-power

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment