|
One line in SBT 2- How Remote Caching Cut Our CI in Half
One line in build.sbt replaces a third-party S3 plugin and its entire credential apparatus. But what makes this migration genuinely useful is the combination of changes, especially incrementally building and testing using remote caching. Idan Ben Zvi |
|
Generating Direct-Style Scala 3 Applications
Claude generates correct direct-style Scala 3 applications based solely on the tech stack and chosen paradigm. However, there are a couple of areas where guidance is useful. Adam Warski (@adamwarski) |