Kotlin Context Receivers: A Comprehensive Guide
This tutorial describes Kotlin context receivers, a new feature of the Kotlin language for nice and controllable abstractions.
This tutorial describes Kotlin context receivers, a new feature of the Kotlin language for nice and controllable abstractions.
In this article, we continue our journey through functional error handling by looking at the Result and Either data types and how to use them.
Learn how you can implement HTTP authentication with Scala and http4s, with 4 different methods: basic, digest, session and JWT tokens.
Discover the best Scala course for your learning journey. Explore the recommended courses and libraries like Cats Effect, ZIO, and Apache Spark.
Whether we develop using an object-oriented or functional approach, we always have the problem of handling errors. Kotlin offers a lot of different methods t...
In this article, we will show you how to set up an Http4s server so that it correctly protects against cross-origin requests and CSRF.
Project Loom and virtual threads promise to bring modern concurrency paradigms that we already found in Kotlin (coroutines) and Scala (Cats Effect and ZIO fi...
Interoperability between Akka Streams and actors with code examples
A hands-on guide to Flink SQL for data streaming with familiar tools.
Tips on how to make Kafka clients run blazing fast, with code examples.