Posts authored by Paul Roberts:


Tuesday, 19 October 2021

Pondering some Scala performance questions
Paul Roberts

The Scala compiler is a fascinating tool which powers a large proportion of the Guardian’s infrastructure. But sometimes the work that it does can seem somewhat mysterious. Guardian Scala developer Paul Roberts explores in detail one aspect of this mystery and looks at how understanding it can help us write code more effectively

Scala  

Man repairing racing car

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