Scala's Hidden Treasures: Five ZIO-Compatible Libraries you didn't know you needed!
Spata for stream-based CSV processing, zio-apache-parquet for typesafe processing of Parquet files, yaml4s for YAML parsing and printing, zio-lmdb for managing high-performance embedded key-value stores, Tranzactio for seamless integration between Doobie and ZIO. Jorge Vásquez (@jorvasquez2301) |
Integrate JobRunr into Play Framework
JobRunr is one of the popular background processing for a JVM application, but it is catered toward Java and Spring Boot. Since there's no popular Scala background processing framework, and I don't want to just roll out my own, I've decided to use JobRunr. Tanin Na Nakorn (@tanin) |
Relative simple and small type-driven dependency injection
Yet another way to approach this subject. Ruslan Shevchenko (@rssh1) |
Scala Space in 2025
scala-cli enhancements, Ox streaming and resiliency, Metals stability and integrations, sttp 4.0, Tapir Netty features, pickler and docs, Besom updates and a new exciting Yaga project, bringing the philosophy of TypeOps! Adam Warski with Piotr Chabelski, Tomasz Godzik, Łukasz Biały |
Modeling in Scala, part 1: modeling your domain
Leverage the power of Scala types in your business code. Mateusz Kubuszok (@MateuszKubuszok) |