Permalink

6

Slides: Building Decoupled Large-Scale Applications With JavaScript And jQuery

Read Later submit to reddit

Hey guys. Here are the slides for a talk I gave at jQuery Conf (Europe), where I presented a number of effective design patterns for scaling and decoupling your JavaScript (and jQuery) powered web apps. If you've watched my videos … Continue reading

Permalink

8

Scaling Your JavaScript Applications (Videos And Slides) From Async

Watch Later submit to reddit

Developers creating JavaScript applications these days usually use a combination of patterns like MVC/MV*, modules, widgets and plugins for their architecture.Whilst this works great for apps that are built at a smaller-scale, what happens when your project starts to grow?

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

5

Polyfilling The HTML5 Gaps With JavaScript

Read Later submit to reddit

We all want to use the hot new features being implemented in modern browsers right away, but there's a small problem holding us back: how can we use these great new capabilities whilst ensuring older browsers still render pages and … Continue reading