Free Develocity Build Scans
Build and test metrics for a specific Scala project, allowing for deep analysis with failures and other issues. So far over 2000 Scala apps have used our free service! Develocity |
Pragmatic Type-Level Design
Practical introduction into type-level programming: design principles, design patterns, methodologies, approaches. Alexander Granin (@graninas) |
Join us for the Advent of Code 2024
In 2021, the Scala Center began a tradition of participating in the challenge. This year, we invite you to join us again! We have re-opened the #advent-of-code Discord channel at the official Scala Discord Server. Seth Tisue (@SethTisue) |
Zio-kafka, faster than java-kafka
Concurrency and pre-fetching gives zio-kafka a higher consumer throughput than the default java Kafka client for most workloads. Erik van Oosten (@erik_van_oosten) |
Debugging a Scala Compilation Issue, a journey into Variance and LUB
At work, I recently encountered a tricky compilation issue. To debug it, I extracted the minimal amount of code necessary to reproduce the problem. After a lot of experimentation, I sought help from a French Scala community. By chance, my colleague Marc came to the rescue. Since this issue might affect others, I’m detailing the journey in this post to help you understand and resolve similar challenges. Yann Moisan (@YannMoisan) |