Permalink

0

My Interview On SitePoint About Backbone.js And Backbone Fundamentals

Episode 145 of The SitePoint Podcast is now available. This week interview host Louis Simoneau (@rssaddict) interviews me about Backbone.js and the free online book I'm in the progress of writing about the fundamentals of using it to organize your JavaScript applications.

(I hope it's not *too* bad!) It lasts about 30 minutes. For anyone interested in the iTunes feed for the same, you can grab it from here. The original post for the podcast is up on SitePoint.

For anyone that missed it, you may also be interested in my post explaining MVC and MVP targeted at Backbone and JavaScript developers.

Permalink

21

Backbone Fundamentals – A Free Work-In-Progress Book For Developers Of All Levels

About a week ago, I began working on a new article about Backbone.js. It was due to cover some concepts and insights intermediate or advanced users might appreciate, but I found myself wanting to reference topics beginners might need to … Continue reading

Permalink

5

Large-scale JavaScript Application Architecture

Developers creating JavaScript applications these days usually use a combination of MVC, modules, widgets and plugins for their architecture. They also use a DOM manipulation library like jQuery. Whilst this works great for apps that are built at a smaller-scale, … Continue reading