Skip to main content

core

80 posts tagged with “core”

Building applications with Kotlin and Arrow.kt in style

Building applications with Kotlin and Arrow.kt in style

May 31, 2022

A presentation by Simon Vergauwen presented on the official Kotlin YouTube channel.

Learn more
Functional programming in Kotlin: exploring Arrow by Ties Van de Ven

Functional programming in Kotlin: exploring Arrow by Ties Van de Ven

May 18, 2022

A talk by Ties van de Ven that shows how Arrow helps to unleash the full FP power of Kotlin.

Learn more
Domain Model Validation In Kotlin: Part 4

Domain Model Validation In Kotlin: Part 4

March 31, 2022

In this final part of the series, Tiberiu puts everything together in a small CLI application, using Arrow data types and computation blocks

Learn more
Domain Model Validation In Kotlin: Part 3

Domain Model Validation In Kotlin: Part 3

March 10, 2022

In the third part of the series, Tiberiu Tofan explores multiple techniques of using a context when doing validations

Learn more
Domain Model Validation In Kotlin: Part 2

Domain Model Validation In Kotlin: Part 2

March 3, 2022

In the second article in this series, Tiberiu Tofan writes how Validated type can be

Learn more
Domain Model Validation In Kotlin: Part 1

Domain Model Validation In Kotlin: Part 1

February 22, 2022

In the first article in this series, Tiberiu Tofan describes his team's journey using Kotlin and Arrow for domain model validation,

Learn more
Functional programming in Kotlin with Arrow

Functional programming in Kotlin with Arrow

December 15, 2021

A presentation by Simon Vergauwen and Alejandro Serrano presented on the official Kotlin YouTube channel.

Learn more
Functional programming in Kotlin: Exploring Arrow

Functional programming in Kotlin: Exploring Arrow

November 30, 2021

A talk by Ties van de Ven explaining how to use the Either monad in practice, and how to use Arrow Optics lenses.

Learn more