Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added video resources about service workers #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A collection of [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38
- [Introduction to Service Worker](http://www.html5rocks.com/en/tutorials/service-worker/introduction/) - A graceful introduction to Service Workers.
- [Offline Web Applications Using IndexedDB & Service Worker](https://www.udacity.com/course/offline-web-applications--ud899) - This free Udacity course is a must if you're planning to dive deep into Service Workers.
- [Designing Offline-First Web Apps](http://alistapart.com/article/offline-first) - A fascinating look at design and UX considerations for dealing with various states of connectivity.
- [PonyFoo - Service Worker Revolution](https://ponyfoo.com/articles/serviceworker-revolution)

## Learning Resources

Expand All @@ -38,6 +39,10 @@ A collection of [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38
## Videos

- [Offline Web Applications Using IndexedDB & Service Worker](https://www.udacity.com/course/offline-web-applications--ud899) - This free Udacity course is a must if you're planning to dive deep into Service Workers.
- [Using the Service Workers - Jake Archibald](https://www.youtube.com/watch?v=SdMxGNkZqnU) - Jake talks about the motivation to use Service Workers with some prototype examples.
- [Making Offline Suck Less with Service Workers by Bret Little](https://www.youtube.com/watch?v=nqecpa6MtZ0)
- [HTML5DevConf: Alex Russell, Google: Engaging Apps: Service Workers, Push, and Notifications](https://www.youtube.com/watch?v=vuMgfWUdTZU)
- [Service Workers - Velocity 2015 Talk by Patrick Meenan](https://www.youtube.com/watch?v=3ol3-kvCNeQ)

## Specific Technologies

Expand Down