Silicon Valley Code Camp : October 5th and 6th 2013

Sidney Maestre

StackMob
About Sidney
Sidney is eating, sleeping and breathing all things mobile as StackMob's Platform Evangelist. He spent the last three years working with jQuery to build mobile apps and sharing his knowledge with others. These efforts included speaking at Adobe MAX, SenchaCon, HTML5DevConf, Silicon Valley Code Camp, creating a jQuery Mobile course at uDemy.com and organizing the Bay Area Mobile meetup.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Building apps with Backbone.js and Require.js

    3:30 PM Saturday   Room: 1501
    When developing HTML5 application, your code is bound to get more complex over time.  Employing design patterns like MVC are important for separating concerns and creating more modular and reusable code.  Backbone.js is one of the more popular JavaScript frameworks to help you do this.  Unfortunately, like most open source, the documentation is a work in progress. In this hands on session, we'll walk you through a series of examples that build on each other as I show how the moving parts work together.  We'll add the StackMob JavaScript SDK to extend backbone.js and persist your data in the cloud.  We'll wrap up our session looking at how require.js allows you to break your backbone.js code into discreet modules during development. Once you are ready to deploy you can use require.js to build an optimized version of your javascript for production. For those wanting to live code, please bring along a fully charged laptop.