First application built using Backbone JS, calls to reddit for the top 100 posts for a given sub reddit and displays a grid with the thumbnail from the post. Uses Backbone Model for showing more information on the post.
Learn moredemoWeb application that lets you see what mood you twitter status have been. Happy or sad you'll see what mood you have been in when posting to Twitter.
Learn moredemoJavaScript queue processor, to produce a "multi threaded" deferred processor. Create a queue and give it a function that will carry out the processing. Push items into the queue and the queue will process them using setInterval.
Learn more