Posts authored by Phil Wills:
Saturday, 24 December 2016
Scanamo: simpler, safer DynamoDB access for Scala
Phil WillsDynamoDB provides a completely managed key-value store with some querying capabilities, but AWS’s Java client from Scala can be cumbersome and error-prone. The Guardian’s open-source library, Scanamo, provides a simpler alternative that reduces the scope for runtime errors.
Monday, 5 January 2015
Delivering Continuous Delivery, continuously
Phil Wills, Simon HildrewThis extract from the Build Quality In anthology of DevOps and Continuous Delivery experience reports explains how the Guardian adopted Continuous Delivery.
Tuesday, 18 June 2013
The Guardian development flow
Phil WillsBy moving towards a GitHub flow with continuous integration, the Guardian's software team describe how they've streamlined development and testing