Skip to main content

articles

44 posts tagged with “articles”

Arrow releases stable 1.2.0 version

Arrow releases stable 1.2.0 version

July 12, 2023

We're excited to announce the stable Arrow 1.2.0 version. To briefly summarize, this release:

Learn more
Typed Error Handling in Kotlin

Typed Error Handling in Kotlin

April 17, 2023

A comparative study about several typed-error handling practices in Kotlin.

Learn more
Arrow 1.2.0-RC Release Summary

Arrow 1.2.0-RC Release Summary

April 4, 2023

We're excited to announce Arrow 1.2.0-RC alongside a new Arrow website. To briefly summarize, this release:

Learn more
Arrow put on a big show at Kotlin Dev Day

Arrow put on a big show at Kotlin Dev Day

June 14, 2022

A recap of the attention Arrow received at Kotlin Dev Day.

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