|
Scala 3 / No Indent
Discussing why significant indentation in Scala 3 can be problematic and the benefits of switching back to braces. Alexandru Nedelcu (@alexelcu) |
|
Scala 3 / Match Types
Exploring match types in Scala 3, a powerful type-level programming feature for type transformation and computation. Alexandru Nedelcu (@alexelcu) |
|
Rethinking Gatling
While Gatling Frontline remains a solid enterprise option, this approach demonstrates that open-source Gatling can be effectively modernized for contemporary workflows. Michał Wiącek |
|
Scala 3 / HOCON Parsing
How to parse HOCON in Scala 3? How to use Circe for HOCON? How to work with multiple JSON codecs per data structure? Alexandru Nedelcu (@alexelcu) |
|
Scala vs F#
Which language leans more towards functional programming? In this binary choice, people have perceived F# to be that language, due to its ML roots, but I have a different perspective... Alexandru Nedelcu (@alexelcu) |
|
Sanely-automatic derivation
Or how type class derivation works and why everyone else is doing it wrong. Mateusz Kubuszok (@MateuszKubuszok) |