Monthly Archives: July 2012

Angularjs versus Backbone

I recently needed to take a web application and turn it into a mobile app.  The app was relatively simple and wasn’t a good candidate for taking the extra time to create a native app.  So a PhoneGap’in I went.

Posted in AngularJS, Architecture, BackboneJS, Javascript

YAML Syck versus Psych in Rails 3 Madness

I recently had a need to dump a data structure to yaml so that a user can modify some data,  push the files up to a server and quickly bring them into an application.  One developer ran the data dump

Posted in rails, ruby