From Imperative to Functional Programming using Arrow
undefined
As its name implies, From Imperative to Functional Programming using Arrow is a tale about migrating a simple Kotlin application written in imperative style to a fully function application with the help of the Arrow library.
Learn more1/n - How do I… in FP: Validation
undefined
Emmanuel Nhan showcases different approaches to validation including examples for ValidatedNel from Arrow in this great and in depth post using Kafka Streams Config parameters as example.
Learn moreAndroid Functional Validation
undefined
@dcampogiani explores some data types in Arrow and uses them to validate a form on Android.
Learn moreFunctional Programming in Kotlin
undefined
An ongoing blog series introducing Functional Programming architectures from scratch
Learn more