Scala is improving rapidly. This session will give you the perspective of someone in the middle of these changes.

Scala is improving rapidly. This session will give you the perspective of someone in the middle of these changes. You will learn how the Scala Improvement Process works, get to know some of the experimental features, and meet some planned but yet unimplemented.
As WebAssembly matures and gets more and more traction from the community, you might wonder can Scala join that trend?
A short case study of a real production issue that was debugged, minimized, and fixed using property-based testing.
Understanding the exact properties that disqualify a data type from being an instance of a given abstraction turns out to be surprisingly helpful
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 to leverage Scala with scala.js to write frontend as functional programmers would do.
How Libretto, a Scala DSL for concurrent programming, can be used for writing custom stream operators