https://kotlinlang.org logo
Join SlackCommunities
Powered by
# domain-driven-design
  • j

    johnaqel

    05/13/2018, 9:10 AM
    set the channel description: Applying Domain Driven Design in Kotlin
  • a

    Arkangel

    01/24/2021, 3:17 PM
    doesn’t look like there’s much going on her e
  • s

    shouvik

    04/21/2021, 8:38 PM
    cross post from #random https://kotlinlang.slack.com/archives/C09222272/p1619037195078200
    j
    • 2
    • 2
  • i

    Ivan Dugalic

    08/08/2021, 9:05 AM
    Hello guys! Looking forward to your feedback. The library provides just enough tactical DDD patterns, optimized for event-sourcing and CQRS by practicing functional programming and OOP https://github.com/fraktalio/fmodel/blob/main/README.md
    m
    • 2
    • 2
  • m

    miqbaldc

    10/04/2021, 2:52 PM
    anyone familiar with https://contextmapper.org/?
    ❤️ 1
    j
    • 2
    • 1
  • i

    Ivan Dugalic

    12/12/2021, 3:00 PM
    Functional & Reactive Domain Modeling with Kotlin - https://fraktalio.com/fmodel/
    🙏 1
    m
    • 2
    • 4
  • i

    Ivan Dugalic

    01/04/2022, 4:53 PM
    FModel 3.0.0 multiplatform has just been released https://github.com/fraktalio/fmodel/releases/tag/v3.0.0
    domain-modeling
    /
    event-modeling
    /
    event-sourcing
    ❤️ 2
    🙏 1
    K 2
  • a

    Arash Rostami

    02/13/2022, 1:45 PM
    Bottom Navigation Design hi every one as you can see my bottom navigation work compelitly fine but I cant see the icon on design what can I do about this problem? Thread in Slack Conversation
    😶 2
  • i

    Ivan Dugalic

    09/15/2022, 2:05 PM
    https://kotlinlang.slack.com/archives/C0BJ0GTE2/p1663250430308729
    🚀 2
    t
    • 2
    • 7
  • i

    Ivan Dugalic

    06/25/2023, 4:58 PM
    A new Reference Guide for
    Fmodel
    library is published! https://fraktalio.com/fmodel/
    Fmodel
    aims to bring functional, algebraic and reactive domain modeling to Kotlin. It is inspired by DDD, EventSourcing and Functional programming communities, yet implements these ideas and concepts in idiomatic Kotlin, which in turn makes our code • less error-prone, • easier to understand, • easier to test, • type-safe and • thread-safe.
    ❤️ 5
    l
    d
    • 3
    • 35
  • i

    Ivan Dugalic

    07/14/2023, 7:25 PM
    https://kotlinlang.slack.com/archives/C0BJ0GTE2/p1689362608022449
    ❤️ 1
  • l

    Liam Oh

    07/30/2023, 2:48 PM
    I have a question about the ability to query View. Sometimes I need to create complex statistical data by querying multiple entities stored in the DB as read-only. What is the best practice in this case? The system I am developing has a Courier aggregate and an Order aggregate. I'm trying to develop an API that aggregates the entities in these two aggregates, averages them, and sums them. In this case, the functions or classes that do the aggregation should be located in the Application layer. Ivan, if you have any guidance, I would appreciate it. For now, I've added some lookup logic in adpater.web as shown below.
    i
    • 2
    • 7