Posts authored by John Duffell:
Friday, 28 September 2018
Using Scala string interpolation to protect logged data
John Duffell, Jacob WinchIf 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?
Tuesday, 16 September 2014
Shipping from GitHub to Maven Central and S3, using Travis-CI
John DuffellIf 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