Building on HTML5: Optimizing for Data, Communication and Offline Apps
Whether you use the hottest UI framework or craft your site with vanilla JavaScript, you learn foundational HTML5 APIs needed in nearly every app. Learn persist in-browser data, make lightning-fast apps, work offline, and be geographically aware.
What you'll learn
What does React, Angular, Vue, and any other framework have in common? They are all built on HTML5! In this course, Building on HTML5: Optimizing for Data, Communication and Offline Apps, you will learn foundational knowledge of APIs that are common to scores of web applications. First, you will learn about strategies for storing simple data objects all the way to using the in-browser database which supports large amounts of data. Next, you will discover how to take full control of each request giving you ultimate control over whether files are loaded from the server or from the local machine. Finally, you will explore how the client receives messages pushed from the server in a performance-optimized way, as well as how to request a user’s location and sometimes even have access to details like altitude, heading and speed. When you are finished with this course, whether you’re planning on building your next application with the hottest UI framework or are hand-crafting your app with vanilla JavaScript, you will have the skills and knowledge needed to use the most important APIs available on the web.
Table of contents
- Introduction 1m
- Web Storage Types, Security, and Capacity 3m
- Web Storage vs. Cookies 1m
- IndexedDB: Features 2m
- IndexedDB: Capacity 1m
- IndexedDB vs. Web Storage 1m
- Pouchdb 1m
- When and Why to Use Storage Types 1m
- Demo: localStorage 3m
- Demo: sessionStorage 3m
- Demo: Storage Limits Error 2m
- Demo: Storage Event 3m
- Demo: Objects in Web Storage 1m
- Demo: IndexedDB with Pouchdb 3m
- Summary 0m
- Introduction 1m
- History of Offline Web Applications 1m
- Service Worker Lifecycle 2m
- Fetch, Cache, and Service Worker 1m
- Scope 1m
- Security Requirements 1m
- Demo: Fetch 3m
- Demo: Cache 4m
- Demo: Service Worker Overview 2m
- Demo: Host Page Code 1m
- Demo: Service Worker Code 5m
- Demo: Run App in the Browser 2m
- Demo: Step Through Service Worker Code 4m
- Summary 0m