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.

A guide to UDP in Scala with FS2

30 minute read

Understand how UDP works, and how you can transition from an old Java NIO implementation to a higher level API like FS2 in Scala.