Skip to main content

tutorials

4 posts tagged with “tutorials”

From Imperative to Functional Programming using Arrow

From Imperative to Functional Programming using Arrow

February 10, 2019

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 more
1/n - How do I… in FP: Validation

1/n - How do I… in FP: Validation

April 23, 2018

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 more
Android Functional Validation

Android Functional Validation

April 14, 2018

@dcampogiani explores some data types in Arrow and uses them to validate a form on Android.

Learn more
Functional Programming in Kotlin

Functional Programming in Kotlin

November 2, 2017

An ongoing blog series introducing Functional Programming architectures from scratch

Learn more