The Scala Builder Pattern: Crafting Objects, One Block at a Time!The Builder Pattern enhances object creation by providing a structured and flexible approach, preventing common configuration management issues.
ZIO 2: ZIO JDBC examples (SQL select, insert, drop, update, delete, transactions)ZIO JDBC library has a new maintainer, ensuring continued access to its features and examples.
12 years of the com.lihaoyi Scala PlatformThe com.lihaoyi platform focuses on making Scala programming easy and productive, shifting away from more dogmatic approaches like Reactive-Async and pure functional programming.
ZIO 2 Example: Print values after a random delay (and the ZIO error channel)ZIO example highlights random delays and error handling.
Odyssey: Part 2-Install and Setup the Scala ToolkitThe article provides a detailed guide on installing Java, Scala, and related tools like SBT on macOS for Scala programming.