Blog
The latest news, posts, and talks from the Arrow community
Advanced FP for the Enterprise Bee: Kleisli
Fri Jan 29 2021
This fourth post in a series introduces advanced FP concepts via Kotlin and Arrow. This article looks at the Kleisli type.
Learn moreAdvanced FP for the Enterprise Bee: Higher Kinded Types
Fri Jan 22 2021
This third post in a series introduces advanced FP concepts via Kotlin and Arrow. This article shows the usefulness of Higher Kinded Types.
Learn moreFP concepts with Arrow
Wed Jan 20 2021
A video from the Belfast Kotlin User Group with a presentation by Katie Levy and Shelby Cohen covering FP concepts with Arrow.
Learn moreAdvanced FP for the Enterprise Bee: Applicatives
Fri Jan 15 2021
This second post in a series introduces advanced FP concepts via Kotlin and Arrow. This article takes a deep dive into Applicatives.
Learn moreFunctional Android
Wed Jan 13 2021
In this talk from the January 13th, 2021 Kotlin London User Group meetup, Jorge Castillo shows how to seamlessly integrate the functional programming paradigm with our Android architecture to get the most out of both worlds.
Learn moreAdvanced FP for the Enterprise Bee: Traverse
Fri Jan 08 2021
This first post in a series introduces advanced FP concepts via Kotlin and Arrow. This article takes a deep dive into the Traverse operation.
Learn moreRoll your own Computation blocks in Kotlin
Wed Dec 16 2020
Computation blocks empower library authors and users to build ad-hoc operators and DSLs over any data-type getting rid of API complexity and simplifying composition. In this talk, we will learn how we can build Computation blocks over Kotlin suspend functions & the Arrow Continuations library's reset / shift capabilities. We will demonstrate the composition of well known JVM data-types and patterns such as lists, futures, streams, and IOs, where callback chains can be simply replaced by a single
Learn moreFight Complexity with Functional Programming
Thu Nov 19 2020
A Metric-driven approach to reduce Cognitive Complexity in a code base, using Functional Programming, demoed hands-on, by solving a complex real-world ubiquitous design challenge - REST API Bulk Request Validation, with an extensible Framework that separates what-to-do (Validations) from how-to-do (Validation Orchestration). Let's do a case study of a successful implementation done by our team in the world's largest SaaS org, Salesforce, using Kotlin and Arrow.
Learn more