RequireJS And The Problem Of JavaScript File Organisation
An article about RequireJS and the need to organise JavaScript as front-end codebases became larger and more dependent on separate modules.
An article about RequireJS and the need to organise JavaScript as front-end codebases became larger and more dependent on separate modules.
A grounded article about Backbone.js and the early need for structure as JavaScript moved beyond small page interactions.
An article about the point where convenient jQuery plugins could quietly make websites heavier, harder to maintain and more difficult to debug.
A practical article about jQuery 1.7, the move towards .on(), and why event handling needed clearer patterns in growing interfaces.
A practical article about front-end performance in 2011, when reducing requests, compressing images and caching assets were still everyday concerns.
A practical article about using Sass mixins carefully, where the benefit comes from reducing repeated work without hiding too much behaviour.
A practical article about using LESS-style variables to reduce duplicated design decisions across front-end builds.
A grounded article about testing Bootstrap on real project work and deciding where a front-end framework helped, and where it still needed restraint.