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.
How to implement fast and cost-effective backend for a multiplayer game using Scala, Akka and GraalVM
A sneak-peek of the "FEDA: Powered by Scala 3" book.
We will look into three less-understood, yet (arguably) extremely useful constructs introduced in Cats Effect 3: Dispatcher, Supervisor, IOLocal
We all have pretty little things laying around in our codebases, yet, we seldom give them the same love
As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?