Tech debt is like a credit card, easy to use, but the interest rate is high
Tech debt is often seen as a problem that only affects the team responsible for the codebase. However, this is far from the truth.
Tech debt is often seen as a problem that only affects the team responsible for the codebase. However, this is far from the truth.
Lean coffee is an incredible format. It's a simple yet powerful way to discuss important topics in a team without any upfront costs.
What's a typed error channel and how could it look like in Scala 3?
Looking for a union type in Scala 2.x? Look no further! Let's have a look at how we can use Shapeless coproducts for type-safe error handling.
Phantom types? A very cool technique to create more robust code! We'll be looking at the traditional builder pattern in Java and how we can create a compile-safe version in Scala.