Posts tagged with JavaScript:


Thursday, 19 February 2015

Fullstack 2014 - conference report
Robert Rees

The Fullstack conference saw Douglas Crockford giving an overview of ES6 and his views on how to use the new features to write better JavaScript and Jamund Ferguson made abstract syntax trees exciting.

Computing   JavaScript   Programming  

A stack of fruit and American pancakes


Wednesday, 10 December 2014

Taming timeouts with a Promise
Paul Roberts

Some notes from the Guardian’s software development team on experimenting with different ways of handling timeouts in JavaScript

Computing   JavaScript   Programming  

Countdown


Tuesday, 13 May 2014

Improving Sass code quality on theguardian.com
Kaelig Deloumeau-Prigent

Automating code quality control is an old trick that we've been using with JavaScript for a long time. Here is how we apply the same rigorous process to Sass code (the CSS pre-processor we use) in our workflow.

CSS   JavaScript   Software  

Sass linting on a Guardian developer's laptop