About 319,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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:

  5. Implementing Domain-Driven Design (DDD) in Node.js: A Step-by …

    Mar 28, 2024 · First things first, what’s DDD all about? It’s a software design approach that focuses on modeling complex business domains. The idea is to create a shared understanding …

  6. Domain-driven Design (DDD): File Structure - DEV Community

    Sep 1, 2020 · We can create a database folder inside the infra folder to deal with things related to our database. We should give it a specific name, since our project uses TypeORM, we should …

  7. 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, …

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

    Nov 2, 2023 · Starting with a Next.js Application: A Proposal for Separating API Calls, Business Logic, and React Components, Hooks, and Styles. I’m dividing the application into two major …

  9. 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 …

  10. 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 …

  11. Some results have been removed
Refresh