Cloud-backed localStorage by Aaron Rankin


Details
Make sure to let us know if you need building access! Answer the "RSVP Question" with your full name.
Geekfest is always looking for speakers! Email us at geekfest@groupon.com if you are interested in giving a talk.
Cloud-backed localStorage by Aaron Rankin
We give our front-end dev team the power of fully persistent, cross-browser key-value storage right from Javascript, using a JS library that mimics HTML5 localStorage but stores data server-side. This powerful concept has organically become a cornerstone of our web app's state management. It keeps the team efficient too, letting our front-end team live in Javascript instead of bouncing between languages, technology layers or teams, anytime they need arbitrary data stored. A multi-layer caching strategy and callbacks keep it speedy and non-blocking. We also automatically namespace keys to scope keys properly. If you work on Javascript-heavy apps, you should check this out.
Aaron Rankin (https://twitter.com/aaronrankin) is Co-founder and CTO of Sprout Social (http://sproutsocial.com/).

Cloud-backed localStorage by Aaron Rankin