In this talk, we will walk through a concrete example of a boilerplate-heavy domain. By replacing common Scala 2 workarounds with Opaque Types, Extension Methods, Enums, and Union Types, we will demonstrate how to achieve a strictly typed, decoupled architecture without the noise.
This talk will explore the use of Scala as a scripting language, replacing the Bash and Python scripts common throughout the industry.
In my talk I will argue that we can do much better by relying in a systematic way on types and capabilities.
Protobuf is commonly associated with code generation. However, in large projects with tens of thousands of message definitions, this approach can lead to an overwhelming amount of generated code. In this talk, I’ll share my journey in search of a different approach to this problem.
Don't miss out on this opportunity to connect with Scalar community and create lasting memories!
I would like to present the use of NamedTuples to implement some cool things in SQL Libraries