I'll share a handful of techniques that can help you avoid runtime errors and shift them to the realm of compile time
You are having a good night's sleep and suddenly your phone rings. You wake up and jump to your feet thinking it’s an incident report, but after a second you calm down because you know that it was only one of those “you won a lottery” texts. Thanks to the latest techniques you have implemented, everything is under control. You fall asleep happy that your smart work during the day lets you sleep safe during the night.
Of course, we will not predict everything but during my talk, I'll share a handful of techniques that can help you avoid runtime errors and shift them to the realm of compile time. We'll talk about Scala, refined types and a declarative approach to HTTP endpoints using Tapir.
How Scala 3 addresses concerns around implicits and how implicits work in Scala 3.
A sneak-peek of the "FEDA: Powered by Scala 3" book.
As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?
Let's take a look at the issues that enums have in Scala 2 and whether we found the Holy Grail with the introduction of Scala 3.
Let's go through some most common patterns when it comes to integrating Scala applications with Kafka