Application Building Patterns with Backbone.js

Pluralsight
Course Summary
In this production we build a single page application with BackboneJS that breaks the bonds of the "silly demo." No more To-do lists - we're building an Open Source MongoDB document explorer, a perfect use case for a Single Page App powered by BackboneJS. It also allows us to use Javascript in every part of our application: client, server (using Node), and database! And we're doing it all on Windows 8 with WebMatrix 2.
-
+
Course Description
This is a different kind of production for us at Tekpub. We're building out an application *that we need to use* and we're open sourcing it as well. We use MongoDB quite often - and many times have wanted to work with a MongoDB explorer much like the RavenDB explorer built using Silverlight. We can't stress it enough: this production is about building an app. It starts off explaining concepts, but quickly gets into the crazy-making aspects of working an app with Javascript.
-
+
Course Syllabus
What is BackboneJS? Who Cares?- 14m 7s
—What is BackboneJS and Why Use It? 7m 9s
—Installation and Setup 4m 40s
—Getting Started 2m 18sA Simple View- 10m 40s
—Getting Started and A Simple View 7m 27s
—Wiring up a View Event 1m 25s
—Organizing and Summary 1m 48sThe List View- 16m 8sCollections- 17m 23sModels- 27m 57sRefactor 1- 25m 22sRouters- 41m 9sGoing Around Backbone, Part 1- 18m 58sGoing Around Backbone, Part 2- 26m 40sPlugging in MarionetteJS- 1h 8m