Three tools to improve your Scala workflow
Get the most out of scalafmt, mdoc, and Scala Steward! Adam Warski (@adamwarski) |
Twotm8 (part 1)
We are deploying a Scala Native backend (with NGINX Unit) and Scala.js frontend (with Laminar) on Fly.io. Anton Sviridov (@velvetbaldmime) |
ZIO SQL: Type-safe SQL for ZIO applications
his article was inspired by a great blog post by Adam Warski, who wrote a comparison of Slick, Doobie, Quill and ScalikeJDBC a few years ago. As ZIO SQL just had its first non-production release, I wanted to add ZIO SQL to the mix and see how it compares to others. Jaroslav Regec |
Using TestControl to Test FS2 Streams
Recently I was working with an FS2 stream and wanted to write some unit tests to ensure my events were being emitted at the expected rate. I also wanted these tests to be deterministic and fast. Farooq Qaiser |