play link twitter github

dsmJS

dsmJS
Shift Interactive
RSVP for a Zoom invite at Your Place, IA
Second Tuesday every month

February 11, 2014

6:00 - 7:30 pm @ The IMT Group 4445 Corporate Dr, West Des Moines, IA 50266

IndexedDB Fundamentals

Nicholas Starke

For this presentation, we will focus primarily on client-side usage of IndexedDB; specifically, a brief technical overview, then lots of “live coding” to show the syntax for CRUD operations on the client side as well as demonstrate the transactional system that is fundamental to IndexedDB. We’ll look at the tools available in Chrome to help debug / analyze / manipulate data, and then finish up by a brief discussion of real-world use cases, as well as limitations of IndexedDB.

Unit testing methods/modules in isolation with QUnit

Jarrod Taylor

Have you ever wanted to run a single unit test while you do test driven development in javascript? Are you using Karma and QUnit? During this talk I’ll show how to add a plugin to the default karma test runner that lets you get fast feedback as you build your application test-first. This talk will be a basic intro to the plugin/karma/qunit and should be under 15 minutes.