More than just HelloWorld.json in sttp & upickle
A detailed recipe for integrating upickle with sttp, having advanced support for ADTs and snake_case. Adam Rybicki (@Flsh86) |
Single-File JVM Apps: Rapid Development
In the given context, JBang and Scala-CLI offer more than just scripting for Java, Scala, Groovy, or Kotlin. They enable quick starts with minimal setup, download dependencies from Maven, install the required JDK version, and work with single-file JVM apps or single-module projects. Marcin Szałomski (@baldram) |
Single-File JVM Apps Pt. 2: AWS Lambda Simplified
The article demonstrates how the tools discussed in the previous article have potential applications in the industry beyond education, prototyping, and experimentation. Marcin Szałomski (@baldram) |
Mastering SBT: Tips and Tricks for Using Not-So-Common Features
Learn about command aliases, nested build structure, custom tasks, templates, integration tests, custom profile, and OnLoad operations. Yadu Krishnan (@yadukrishnank) |
Accumulate errors in Scala with typelevel cats
Leverage parMapN to accumulate errors without reaching for the Validated type. Julien Truffaut (@JulienTruffaut) |