Let's go through some most common patterns when it comes to integrating Scala applications with Kafka
Apache Kafka is one of the most popular tools in the world of streaming architectures. It is becoming a must-know technology for every modern backend developer, so in this talk, I want to go through some most common patterns when it comes to integrating Scala applications with Kafka. We will explore what options we have in Functional Scala Space, how to configure and interact with Producers and Consumers, and finally review the implementation of some streaming patterns using fs2 and Cats-Effects.
I'll share a handful of techniques that can help you avoid runtime errors and shift them to the realm of compile time
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.
How Scala 3 addresses concerns around implicits and how implicits work in Scala 3.
As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?