How to Build a ZIO Full-Stack Web Application
25 min read • • Guide
Learn how to build a full-stack web application in Scala with ZIO and Laminar, step by step
25 min read • • Guide
Learn how to build a full-stack web application in Scala with ZIO and Laminar, step by step
18 min read • • Guide
An extensive guide to testing functional Kotlin code using Arrow and the Raise DSL
34 min read • • Guide
A practical guide to building a distributed system with Scala and Pekko: learn how to run other people's code in a real-world scenario
37 min read • • Guide
Learn how to integrate Redis with Scala using redis4cats and persist records in Postgres with skunk, enhancing your chatroom application with powerful new features
20 min read • • Guide
Learn how to use the Skunk library for type-safe, non-blocking PostgreSQL database interactions
41 min read • • Guide
This article delves into Kotlin Flows: a crucial reactive data structure in Kotlin Coroutines that, once discovered, becomes indispensable