Skip to main content

articles

47 posts tagged with “articles”

Advanced FP for the Enterprise Bee: Shiny Things

Advanced FP for the Enterprise Bee: Shiny Things

undefined

Garth Gilmour concludes his 8-part series introducing advanced FP concepts via Kotlin and Arrow.

Learn more
Advanced FP for the Enterprise Bee: State

Advanced FP for the Enterprise Bee: State

undefined

This is the seventh post in a series written by Garth Gilmour introducing advanced FP concepts via Kotlin and Arrow. This article explores the world of Monads, and, in particular, the State type.

Learn more
Advanced FP for the Enterprise Bee: Optics

Advanced FP for the Enterprise Bee: Optics

undefined

This is the sixth post in a series introducing advanced FP concepts via Kotlin and Arrow. This article covers Optics with Kotlin and Arrow.

Learn more
Advanced FP for the Enterprise Bee: Typeclasses

Advanced FP for the Enterprise Bee: Typeclasses

undefined

This fifth post in a series introduces advanced FP concepts via Kotlin and Arrow. This article introduces Typeclasses, and reviews a practical example of Typeclasses from the Arrow library.

Learn more
Advanced FP for the Enterprise Bee: Kleisli

Advanced FP for the Enterprise Bee: Kleisli

undefined

This fourth post in a series introduces advanced FP concepts via Kotlin and Arrow. This article looks at the Kleisli type.

Learn more
Advanced FP for the Enterprise Bee: Higher Kinded Types

Advanced FP for the Enterprise Bee: Higher Kinded Types

undefined

This third post in a series introduces advanced FP concepts via Kotlin and Arrow. This article shows the usefulness of Higher Kinded Types.

Learn more
Advanced FP for the Enterprise Bee: Applicatives

Advanced FP for the Enterprise Bee: Applicatives

undefined

This second post in a series introduces advanced FP concepts via Kotlin and Arrow. This article takes a deep dive into Applicatives.

Learn more
Advanced FP for the Enterprise Bee: Traverse

Advanced FP for the Enterprise Bee: Traverse

undefined

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 more