A blueprint and approach for building end-to-end, full-stack applications in Scala 3
This talk will demonstrate a blueprint and approach for building end-to-end, full-stack applications in Scala 3, using Cats, Cats Effect, Doobie, FS2, Http4s and friends, working live at Rock the JVM.
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 Libretto, a Scala DSL for concurrent programming, can be used for writing custom stream operators
A short case study of a real production issue that was debugged, minimized, and fixed using property-based testing.
How to leverage Scala with scala.js to write frontend as functional programmers would do.