Recent posts

Kotlin Flows - The Ultimate Guide

41 minute read

This article thoroughly covers a crucial concept in Kotlin Coroutines: Kotlin Flows. Flows are a reactive data structure you probably didn’t know, but you ca...

WebSockets in Http4s

39 minute read

Learn how to use WebSockets in Scala with Http4s, and how to enable two-way communication between the frontend and the backend.