HTML5 Web Storage, IndexedDB and File System
Learn to use Web Storage (local and session storage), IndexedDB and the in-browser file system. Beyond the basics of the API you’ll also learn to wrap up the raw APIs and use them in context of a web application.
Learn to use HTML5 to persist data on the client using Web Storage (local and session storage), the client-side object database known as IndexedDB and the in-browser file system. In this course you are introduced to each persistence medium and will learn to abstract away the complexities of using the raw APIs. Discussion of each technology also includes a “real-life” sample to demonstrate how you can use capabilities shown in this course in context of an application scenario.
Author Name: Craig Shoemaker
Author Description:
Craig Shoemaker is a Senior Content Developer for Microsoft on the Azure Container Apps and Azure Static Web Apps teams. On some days he’s building internal tools to keep Microsoft employees productive, and others days creating guidance used by hundreds of thousands of developers. Additionally, Craig is a best selling Pluralsight author and co-host of the Web Rush podcast. You can reach Craig on Twitter at @craigshoemaker or join the conversation at Web Rush https://webrush.io.
Table of Contents
- Course Introduction
29mins - Web Storage
45mins - IndexedDB: Introduction and Concepts
17mins - IndexedDB: Initialization & CRUD
20mins - IndexedDB: Cursors, Indexes and Ranges
21mins - IndexedDB: Keys, Capacity, Performance and Versions
29mins - IndexedDB: Abstractions & Implementing an Edit Screen
44mins - File System: Introduction, Concepts & Initialization
21mins - File System: Directories – Create, List, Delete, Move & Copy
17mins - File System: Building an Abstraction Layer over Directories
28mins - File System: Files – Create, Read, Write, Delete, Move & Copy
27mins - File System: Testing Capacity Limits & Implementing a File Editor
11mins - Libraries
13mins
There are no reviews yet.