
Webflux with Kotlin and Arrow
almost 7 years ago
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
almost 7 years ago
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
almost 7 years ago
Functional Hangman game - console application written with Arrow. Uses the IO monad to push side effects to the edge of the system.
Read
Manual documentation is dead. Long live automated documentation! Automated documentation with ANK
about 7 years ago
It includes how the ANK plugin works: from having a tool that evaluates and verifies your doc snippets at compile time, to generating code documentation that is always correct and up to date.
Read
Simple Dependency Management in Kotlin
about 7 years ago
In this talk we introduce the concepts of Dependency Management as a language feature, typeclasses, and a live demo of KEEP-87. You can follow along the example in this folder.
Read
Polyjokes - A polymorphic approach using Arrow
about 7 years ago
@dcampogiani is using a polymorphic approach to retrieve a random user and then a joke about him.
Read
Architecting Typed FP Applications & Libraries in Kotlin with Arrow
about 7 years ago
This talk includes a comprehensive walkthrough of the most important patterns covered by the data types and type classes we find in Arrow. Each pattern will be accompanied by code examples that illustrate how Arrow brings Typed Functional Programming to Kotlin.
Read
Arrow and Functional Programming for Kotlin Developers
over 7 years ago
A beginner level introduction to Functional Programming for Kotlin and/or Android Developers or developers with OOP background.
Read