Course outline

course outline

  1. application manifest
  2. service worker basics
    • promises
    • fetch API
  3. service worker caching
    • offline access
  4. advanced caching strategies
  5. caching dynamic content
    • caching json
    • using IndexedDB
  6. responsive design
    • core features (basics)
  7. background sync
    • store and send when there is internet connection (even after the app is closed!)
  8. web push notifications
    • receive and send when app is closed
  9. media api and geolocation
  10. automated service worker management
  11. SPAs and PWAs with your favourite framework