4 posts
November 2, 2024
The Scoverage plugin generates code coverage reports for your Scala test suites. A quick rundown of how to use it.
September 15, 2024
How to implement domain ids in Scala with minimal overhead using opaque types and a companion trait.
August 24, 2024
Scala 3 extension method for resetting ZIO Schedule exponential backoff based on input data.
July 4, 2024
Scala 3 port of Rock the JVM Type Classes Scala 2 example