Skip to main content

articles

53 posts tagged with “articles”

Technology Radar Promotes Arrow to 'Adopt'

Technology Radar Promotes Arrow to 'Adopt'

undefined

Arrow has been promoted to “Adopt” by ThoughtWorks’ technology guide Technology Radar.

Read
Writing a Kotlin Compiler Plugin with Arrow Meta

Writing a Kotlin Compiler Plugin with Arrow Meta

undefined

Learn how to write and test the debuglog compiler plugin in Arrow Meta. Here is the compiler plugin debulog-arrow-meta explained in the article.

Read
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.

Read
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.

Read
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.

Read
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.

Read
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

Read
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.

Read