Skip to content

Progville

Discovering things interesting to a modern software developer.

Topics

  • C
  • Front-end
  • Go
  • JavaScript
  • Other
  • Tools

Book

Password Authentication for Web and Mobile Apps is a book for web and mobile developers who want to learn how secure password authentication works and implement it in their apps.

Get it!

Recent Articles

  • Book: Password Authentication for Web and Mobile Apps
  • columnize — format text into columns in Go
  • React Canvas — render React components to canvas
  • Colors — default web palette replacement
  • logutils — enhanced Go logging

RSS Feed RSS - Posts

Tag: offline

localForage — offline key/value store for browsers

localForage — offline key/value store for browsers

localForage is a project started at Mozilla for the purpose of providing a stable, simple key/value store API on top of various offline storage options available in modern browsers: IndexedDB, WebSQL, or localStorage.

Continue reading localForage — offline key/value store for browsers

Posted on January 6, 2015January 7, 2015Categories JavaScriptTags browser, indexeddb, localstore, mozilla, offline
© 2021 Progville · Disclaimers · Contact Us