Articles in this series
A Twitter mutual recently tweeted about issues with mocks in his codebase. I was surprised by his tweet; I used to think that Scala users have it all...
When writing unit tests, we often use functions and methods to factor our test suites into coherent parts for readability. To common parts we factor...
Embracing contract programming for interfaces ยท We are familiar with design by contract or contract programming. It is a useful technique for checking...
I work on a system that was built in the microservices architectural style. It uses RabbitMQ for asynchronous messaging among services. The idea has...