Permalink

2

Journey Through The JavaScript MVC Jungle

Read Later submit to reddit

When writing a web application from scratch, it’s easy to feel like we can get by simply by relying on a DOM manipulation library (like jQuery) and a handful of utility plugins. The problem with this is that it doesn’t … Continue reading

Permalink

33

Digesting JavaScript MVC – Pattern Abuse Or Evolution?

Read Later submit to reddit

In my talk from London Ajax, we'll explore the current state of MVC in the JavaScript community, how Smalltalk-80's MVC differed and whether modern frameworks abuse (or evolve) the MVC pattern. We'll also look at a framework that tries to … Continue reading

Permalink

23

Short Musings On JavaScript MV* Tech Stacks

Read Later submit to reddit

Lately, there have been a number of developers getting in touch to discuss the tech stacks for their web applications. In this short post, I'd like to focus on the JavaScript side of some of these conversations. We're at an … Continue reading

Permalink

24

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

Read Later submit to reddit

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

10

Large-scale JavaScript Application Architecture

Read Later submit to reddit

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