Video description
In this Web Developer's Guide to Client-Side Data Storage, expert author Raymond Camden teaches you how to store data on a client's browser, as well as the various APIs available and debugging techniques. This course is designed for users that already have experience in JavaScript and application development.
You will start by learning about cookies, then jump into learning how to use web storage. From there, Raymond will teach you about using IndexedDB and WebSQL, including how to work with indexes, cursors, and transactions. Finally, this video tutorial will cover working with libraries, including Lockr, localForage, and Dexie.
Once you have completed this computer based training course, you will have learned several techniques for storing data on the user's browser.
Table of contents
-
Introduction To The Problem
- Course Overview 00:04:36
- About The Author 00:01:30
- How To Use The Working Files 00:01:15
-
Using Cookies
- What Are Cookies And How Do You Use Them? 00:08:18
- Demos 00:06:01
-
Using Web Storage
- What Is Web Storage And How Do You Use It? 00:07:23
- Demos 00:04:35
-
Using IndexedDB
- What Is IDB? 00:07:59
- Demo 00:02:33
- Working With Indexes 00:09:09
- Working With Crud - Part 1 00:06:28
- Working With Crud - Part 2 00:03:14
- Working With Cursors 00:07:44
- More With IDB 00:04:46
-
Using Web SQL
- What Is Web SQL And How Do You Use It? 00:07:22
- Working With Transactions 00:09:13
-
Working With Libraries
- Introduction to Libraries 00:01:10
- Lockr 00:08:27
- localForage 00:05:27
- Dexie 00:05:20
-
Conclusion
- Wrap Up And Thank You 00:01:45
Product information
- Title: Client-Side Data Storage for Web Developers
- Author(s):
- Release date: September 2015
- Publisher(s): Infinite Skills
- ISBN: 9781771374880
You might also like
book
Client-Side Data Storage
One of the most useful features of today’s modern browsers is the ability to store data …
article
Reinventing the Organization for GenAI and LLMs
Previous technology breakthroughs did not upend organizational structure, but generative AI and LLMs will. We now …
article
Splitting Strings on Any of Multiple Delimiters
Build your knowledge of Python with this Shortcuts collection. Focusing on common problems involving text manipulation, …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …