Articles tagged with 'kotlin'
Elevate Your Tests: Testing Functional Kotlin with Arrow and Raise
18 min read • • Guide
An extensive guide to testing functional Kotlin code using Arrow and the Raise DSL
Functional Error Handling in Kotlin: Part 1 - Absent Values
21 min read • • Guide
Master error handling in Kotlin with ease: discover how nullable types and Arrow Option types tackle errors efficiently, whether you're using object-oriented or functional approaches
Functional Error Handling in Kotlin: Part 2 - Result and Either
28 min read • • Guide
Continue your functional error handling journey: explore how to effectively use the Result and Either data types in Kotlin
Functional Error Handling in Kotlin: Part 3 - The Raise DSL
41 min read • • Guide
Wrap up your Kotlin functional error handling journey: discover the Raise DSL in Arrow 1.2.0 for managing typed errors with Kotlin contexts
Kafka 101: Clients Quickly Explained
21 min read • • Guide
Discover tips and code examples to make your Kafka clients run blazing fast
Software Architect | Ververica
Kotlin 101: Context Receivers Quickly Explained
18 min read • • Guide
Explore Kotlin context receivers: a new feature for creating clean and manageable abstractions in Kotlin
Kotlin 101: Coroutines Quickly Explained
31 min read • • Guide
Discover Kotlin coroutines: a powerful tool for asynchronous programming within structured concurrency, and learn about their key features and strengths in this tutorial
Kotlin 101: Flows Quickly Explained
41 min read • • Guide
This article delves into Kotlin Flows: a crucial reactive data structure in Kotlin Coroutines that, once discovered, becomes indispensable
Kotlin 101: Type Classes Quickly Explained
18 min read • • Guide
Discover type classes in Kotlin: a powerful pattern to organize your code for improved readability, maintainability, and flexibility
The Big Kotlin Tutorial: Comprehensive Guide
38 min read • • Guide
Learn Kotlin with the ultimate, comprehensive, and hands-on guide
Founder | Rock The JVM