logging Logging Strategies We use careful configuration of logging levels, aggressive alerting, and a short retention period to be smart about our logging and diagnose issues quickly. Taylor O'Connor 30 Nov 2019 • 5 min read
maven Maven-Based Docker Projects An explanation of how we wrap all of our Docker-based projects in maven project structures for consistency and simplicity in our build pipelines. Taylor O'Connor 11 Dec 2018 • 6 min read
mysql Using Embedded Mysql in JUnit Tests This small tutorial will explain our strategy for running JUnit tests against an “embedded” mysql server. Taylor O'Connor 10 Dec 2018 • 7 min read