CSS Classes considered harmful

If you've used CSS, you know what a class name is. They're a very poor proxy for the web today. Let's stop using them.

Metaprogramming in ES6: Part 3 - Proxies

The third installment of our look at Metaprogramming in ES6. In this last post we'll be looking at possibly the coolest ES6 Reflection feature: Proxies…

How to Use npm as a Build Tool

Last month I noted my opinions on why we should stop using Grunt, Gulp et al. I suggested we should start using npm instead. Here's how…

Load balancing Node.js

The biggest problem large providers face is how to properly scale out their servers to multiple, load-balanced Node.js processes.

Schema.org - the new generation of SEO

SEO has always been a bit of a black-hat science, hiring agencies to “do your SEO” is a minefield and you may just end up with a 2-bit operations who ask for...

The ups and downs of the HTTP header

As part of a project I’m working on, I was doing research into HTTP headers. I couldn’t really find any decent resources that summarised the differences of h...

What to expect from a world without IE6.

It’s no secret that developers across the globe resent Internet Explorer. It’s disregard for standards are a burden, often requiring a parallel development e...

Swapping out your LAMP stack

The LAMP stack is the backbone of the web these days - every hosting provider uses it, sometimes exclusively.