Skip to main content

articles

51 posts tagged with “articles”

Template-Oriented-Programming to Ship Faster

Template-Oriented-Programming to Ship Faster

undefined

With a POC using Spring-fu + Kotlin + Arrow, let's Convert Monomorphic code (for common use-cases such as Auth, Validation) to Polymorphic reusable templates, to be reused among heterogeneous services built on different tech-stacks (blocking/non-blocking). This helps accelerate feature development.

Learn more
Explaining the Arrow Android sample

Explaining the Arrow Android sample

undefined

Arrow is an exciting development for Kotlin developers interested in functional programming and, more broadly, pushing the limits of the Kotlin compiler.

Learn more
IO integration with kotlinx.coroutines

IO integration with kotlinx.coroutines

undefined

This article showcases the brand new Arrow integration module for KotlinX Coroutines included in the Arrow 0.10.5 release.

Learn more
Kotlin Functional Programming: Cleaner Composition with Monad Comprehensions in Arrow Fx

Kotlin Functional Programming: Cleaner Composition with Monad Comprehensions in Arrow Fx

undefined

Learn how to write cleaner monadic composition in Kotlin with Arrow’s monad comprehensions, available in Arrow FX.

Learn more
Kotlin Functional Programming: Monads & Composition with Arrow Fx

Kotlin Functional Programming: Monads & Composition with Arrow Fx

undefined

Arrow is a library created by folks over at a company called 47 degrees . In a nutshell, Arrow brings a slew of functional programming features to Kotlin. It is heavily inspired by Scala and Haskell, and emphasizes a lot of the concepts that those languages started

Learn more
Kotlin Functional Programming: Parallel Processing The Functional Way with Arrow Fx

Kotlin Functional Programming: Parallel Processing The Functional Way with Arrow Fx

undefined

Learn how to handle parallel processing in Kotlin with Arrow IO monads.

Learn more
Arrow Comonad Approach for GameOfLife with Android Compose

Arrow Comonad Approach for GameOfLife with Android Compose

undefined

The purpose of this article is complement the bow + SwifUi solution for the game of live we can find here https://www.47deg.com/blog/conway-swift/ with the arrow + compose version.

Learn more
Kotlin coroutines with arrow-fx

Kotlin coroutines with arrow-fx

undefined

The purpose of this article is to summarize the approaches from questions at Slack about the usage of Either, Option and other datatypes and to give a tour of arrow-fx usage and APIs.

Learn more