dnowak / domain-modeling-made-functional-in-kotlin
Examples from "Domain Modeling Made Functional Tackle Software Complexity with Domain-Driven Design and F#" book translated to Kotlin
☆11Updated last year
Related projects ⓘ
Alternatives and complementary repositories for domain-modeling-made-functional-in-kotlin
- Kotlin Training Track - Subscription Service☆33Updated last year
- ☆27Updated last year
- Port to Arrow of the Code repo for Functional and Reactive Domain Modeling☆30Updated last year
- Better initial-style DSLs in Kotlin☆34Updated this week
- A validation library with distinct separation of pre- and post-validation models, focused on validator composability☆31Updated last year
- pure fp rules in kotlin☆41Updated 2 years ago
- Saga pattern implementation in Kotlin build in top of Kotlin's Coroutines.☆64Updated 5 months ago
- Functional Domain Modeling - Demos - https://fraktalio.com/fmodel/☆50Updated last year
- A repo to experiment with Continuation<R, A> implementations in Kotlin☆13Updated 2 years ago
- Reason about resource-safety in the same way you reason about Structured Concurrency with SuspendApp!☆75Updated this week
- Λrrow Fx is part of Λrrow, a functional companion to Kotlin's Standard Library☆64Updated 3 years ago
- Example of Arrow features in the context of a Ktor project☆38Updated 11 months ago
- A template project for Arrow on MPP. It defines an application and a couple small examples☆15Updated this week
- Arrow Endpoint offers a composable Endpoint datatype, that allows us easily define an Endpoint from which we can derive clients, servers …