WebAssembly in Action

Author of the book "WebAssembly in Action"
Save 40% with the code: ggallantbl
The book's original source code can be downloaded from the Manning website and GitHub. The GitHub repository includes an updated-code branch that has been adjusted to work with the latest version of Emscripten (currently version 3.1.44).

Tuesday, November 12, 2013

HTML5 IndexedDB – DZone Refcardz


IndexedDB is an exciting browser-based database technology capable of holding large amounts of structured data and conducting high-performance searches using indexes.

DZone.com gave me the opportunity to write another article for their Refcardz series and I'm pleased to announce that my article on HTML5 IndexedDB is now available!

The Refcard introduces you to IndexedDB by guiding you through setting up and using an IndexedDB database, and covers advanced usage and known issues.

The article also contains a link to a github project showing IndexedDB in action. Use the code to better understand IndexedDB or even as a jumping off point for your project.

The DZone.com article can be found here: https://dzone.com/refcardz/html5-indexeddb