Posts authored by John Duffell:


Friday, 28 September 2018

Using Scala string interpolation to protect logged data
John Duffell, Jacob Winch

If you want to debug your code, you need comprehensive logging. But when you want to reuse the logs for alerting, how do you protect data from access by the alerting system?

Scala  

A destroyed hard disk previously containing sensitive data

Tuesday, 16 September 2014

Shipping from GitHub to Maven Central and S3, using Travis-CI
John Duffell

If you use GitHub and SBT and want to ship your artifacts to Maven Central, you want it to be simple to set up and manage. We’ve compiled some instructions on how our SBT plugin can help

Computing   Git   Programming   Scala  

Shipping is complex and requires lots of organisation