ZIO SQL: Type-safe SQL for ZIO applications
This 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. Jaroslav Regec (@jaro_regec) |
Go-like channels using project Loom and Scala
The channels we develop will be an extension of the Ox library, which is a thin wrapper for Java's Virtual Threads and other features introduced in project Loom, using the Scala programming language. Adam Warski (@adamwarski) |
Functional Error Handling in Scala
Comparison of Option, Try, and Either. Anzori (Nika) Ghurtchumelia |
Top 10 pattern matching tips in Scala
Learn about important gotchas when working with pattern matching. Julien Truffaut (@JulienTruffaut) |