Permalink

4

ECMAScript 6 Resources For The Curious JavaScripter

Read Later submit to reddit

I’ve recently spent a lot of time looking at EcmaScript 6 and thought it would be useful to put together a short page of resources to help anyone else interested in exploring the next version of JavaScript further.

Permalink

63

JavaScript Style Guides And Beautifiers

Read Later submit to reddit

Today we're going to explore JavaScript style guides, specifically: their importance, style guides worth reviewing and tools that can assist in automated code beautification or style enforcement. What exactly is a style guide? Before we begin, let us remind ourselves … Continue reading

Permalink

7

Discussing JavaScript Design Patterns On JavaScript Jabber

I was lucky enough to be on the JavaScript Jabber podcast this week, discussing JavaScript Design Patterns. It was a fun hour and we talked through a number of architectural patterns, TodoMVC and one or two other topics. If you'd like to check it out, you can play the podcast here, download it or subscribe to it via iTunes.

Thanks to everyone that's already listened and got in touch on Twitter – I'm glad you enjoyed it!

Permalink

14

Unit Testing Backbone.js Apps With QUnit And SinonJS

Read Later submit to reddit

This article will be appearing in my forthcoming book on Backbone.js and continues the section on unit testing. We previously looked at Jasmine and will now look at QUnit and SinonJS. QUnit is a powerful JavaScript test suite written by … Continue reading

Permalink

16

Learning JavaScript Design Patterns – An Updated Free Book For Developers

Read Later submit to reddit

Over the past year or so I've been actively trying to encourage more developers to invest time in learning about the benefits of design patterns and how they can be applied to JavaScript. To help with this, I wrote a … Continue reading