How to use FreeMonad to build data pipelines for AI
I will present how to use FreeMonad to build data pipelines for AI. Will try to focus not on what FreeMonad is, but how we may take advantage of it and build readable, efficient and robust data pipelines.
The approach I present will focus on building pipelines that are build around business rules, not around Spark data frames.
How to make Scala more approachable and productive?
A short case study of a real production issue that was debugged, minimized, and fixed using property-based testing.
Learn about opaque types and add this new tool to your modelling toolbox!
How to implement fast and cost-effective backend for a multiplayer game using Scala, Akka and GraalVM
Let's go through some libraries from ZIO ecosystem that will allow us to implement API layer with ZIO HTTP
Avoid mistakes in API design, implementation and evolution with Smithy