About 319,000 results
Open links in new tab
  1. What is the better approach for creating folder structure on a DDD

    Mar 21, 2023 · It's more domain oriented, as each domain part (room) can have these aspects (lamps and furniture). For more complex applications, you can have the domain-first variant …

  2. Domain-driven Design (DDD): File Structure | by Steve Cruz

    Sep 1, 2020 · We can have an infra folder inside our shared folder and inside each of our modules (users and appointments). We can create a database folder inside the infra folder to …

  3. A Comprehensive Guide to Domain-Driven Design (DDD) with a …

    Nov 18, 2024 · This guide covers the principles of DDD, its layered architecture, a practical folder structure, code examples, and the benefits DDD brings to a complex application. Ubiquitous …

    Missing:

    • JavaScript

    Must include:

  4. domain driven design - DDD folder structure: split repositories in ...

    Jun 7, 2022 · In DDD, repository is meant to retrieve and modify aggregate roots. Some of your translations do fit well into the repository pattern and you can model them after it. However, …

  5. DDD - what is proper code structure - Stack Overflow

    Oct 25, 2016 · Interfaces are crucial to decouple components. Accordingly to book ddd in php you can create modules, and in this case it will looks like: ├── Application. ├── Domain. │ └── …

  6. Domain-Driven Design for javascript developers - Medium

    Jan 11, 2019 · I want you to understand why DDD can be useful for your project, how to architecture a DDD project, how you can implement some concepts in javascript and what is …

  7. GitHub - Sairyss/domain-driven-hexagon: Learn Domain-Driven …

    Check src/modules directory structure. src/modules/user/commands - "commands" directory in a user module includes business use cases (commands) that a module can execute, each with …

  8. Applying Domain-Driven Design (DDD) Principles in Frontend

    Nov 2, 2023 · This is a straightforward and efficient approach to implementing a Domain-Driven Design (DDD) architecture in the frontend, emphasizing responsibility separation and …

  9. How to setup Domain Driven Design (DDD) in a Vue.js app.

    Apr 4, 2018 · In this article, I will demonstrate how you can create a Vue.js app with the DDD approach in TypeScript that has dependency injection and logic clearly separated into the 4 …

  10. Domain-Driven Design (DDD) with Node.js: Organizing Your

    Jun 15, 2023 · In this post, we will explore how to effectively organize a Node.js application using DDD principles, with a focus on separating business rules, application rules, and infrastructure.

  11. Some results have been removed
Refresh