Learn about opaque types and add this new tool to your modelling toolbox!

Types are a programmer's best friend. In the pursuit of a perfect world, we try to model our domains in such a way that the type system makes incorrect data impossible. In Scala 2, we have tools like type aliases, value classes or Refined Types. In Scala 3, there's something new for this purpose - opaque type aliases. What do they bring to the table? Will they make our life easier? Do they have any drawbacks? Join this live demo session to learn all that and add this new tool to your modelling toolbox!
As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?
Understanding the exact properties that disqualify a data type from being an instance of a given abstraction turns out to be surprisingly helpful
Let's go through some most common patterns when it comes to integrating Scala applications with Kafka
Don't miss out on this opportunity to connect with Scalar community and create lasting memories
I'll share a handful of techniques that can help you avoid runtime errors and shift them to the realm of compile time