articles
47 posts tagged with “articles”
Introducing Arrow Playground
undefined
Arrow Playground is a JavaScript library that creates Kotlin-aware, including Arrow, editors capable of running code from HTML block elements. This is a fork of the original Kotlin Playground work done by the JetBrains team.
Learn moreWebflux 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.
Learn moreGetting 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.
Learn moreFunctional 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.
Learn morePolyjokes - A polymorphic approach using Arrow
undefined
@dcampogiani is using a polymorphic approach to retrieve a random user and then a joke about him.
Learn moreArrow 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.
Learn moreHandling exceptions in Arrow
undefined
@uris77 explains how to use Try in real world examples.
Learn more