
Webflux with Kotlin and Arrow
undefined
Webflux with Kotlin and Arrow shows how you can use Arrow together with Spring Webflux to create a reactive REST application. This article explains how to use the MonoK and the FluxK Arrow extensions together with the binding function to make working with the Mono and Flux reactor constructs much easier and better understandable.
Read
Getting started with FP in Kotlin and Arrow: Typeclasses
undefined
Getting started with FP in Kotlin and Arrow: Typeclasses explores part of the Arrow library by explaining how you can use Arrow to create your own typeclasses and use the ones provided by Arrow to make your code more concise and better readable.
Read
Functional Hangman Game written with Arrow
undefined
Functional Hangman game - console application written with Arrow. Uses the IO monad to push side effects to the edge of the system.
Read
Polyjokes - A polymorphic approach using Arrow
undefined
@dcampogiani is using a polymorphic approach to retrieve a random user and then a joke about him.
Read
Arrow 101 - Building an Android app using Functional Programming
undefined
Leandro Ferreira presents how to build a simple app using Arrow and how to implement solutions with Semigroups.
Read