|
14 | 14 | </p>
|
15 | 15 |
|
16 | 16 | <p align="center">
|
17 |
| - Example of a Typescript application following Domain-Driven Design (DDD) and |
18 |
| - Command Query Responsibility Segregation (CQRS) principles keeping the code as simple as possible. |
| 17 | + Example of a Typescript application following Domain-Driven Design (DDD), |
| 18 | + Command Query Responsibility Segregation (CQRS) and |
| 19 | + Event-Driven Architecture (EDA) principles keeping the code as simple as possible. |
19 | 20 |
|
20 | 21 | </p>
|
| 22 | + |
| 23 | +# 🔀 Related utilities and resources |
| 24 | + |
| 25 | +## ☝️ Learning resources |
| 26 | + |
| 27 | +- [🔖 Domain-Driven Design en TypeScript: Modelado y Arquitectura](https://pro.codely.tv/library/ddd-en-typescript-modelado-y-arquitectura-172533/375662/about/) (Spanish - Course) |
| 28 | +- [️️🛰️ DDD en TypeScript: Comunicación entre servicios y aplicaciones](https://pro.codely.com/library/comunicacion-entre-microservicios-event-driven-architecture-35834) (Spanish - Course) |
| 29 | +- [🏗️ De JavaScript a TypeScript](https://pro.codely.tv/library/de-javascript-a-typescript-128106/347481/about/) (Spanish - Course) |
| 30 | +- [📂 DDD en TypeScript: Estructura de carpetas](https://youtu.be/AJJRk7qmVHg) (Spanish - YouTube video) |
| 31 | + |
| 32 | +## 🔷 TypeScript skeletons |
| 33 | + |
| 34 | + |
| 35 | +- [🌱 TypeScript Basic Skeleton](https://github.com/CodelyTV/typescript-basic-skeleton): Bootstrap your new TypeScript frontend project |
| 36 | +- [🌍 TypeScript API Skeleton](https://github.com/CodelyTV/typescript-api-skeleton): Bootstrap your new TypeScript backend project |
| 37 | +- [️🗿 TypeScript DDD Skeleton](https://github.com/CodelyTV/typescript-ddd-skeleton): Bootstrap your new TypeScript DDD project |
| 38 | + |
| 39 | +## 🌈 TypeScript Domain-Driven Design repositories |
| 40 | + |
| 41 | +- [✨ TypeScript DDD Skeleton](https://github.com/CodelyTV/typescript-ddd-skeleton): Bootstrap your new TypeScript projects applying Hexagonal Architecture and Domain-Driven Design patterns |
| 42 | +- [🔖 TypeScript DDD Course](https://github.com/CodelyTV/typescript-ddd-course): Learn Domain-Driven Design in TS lesson by lesson |
| 43 | +- [🎯 TypeScript DDD Example](https://github.com/CodelyTV/typescript-ddd-example): Complete project applying Hexagonal Architecture and Domain-Driven Design patterns |
| 44 | + |
| 45 | +## 🎯 Other languages Domain-Driven Design repositories |
| 46 | + |
| 47 | +- [☕🎯 Java DDD Example](https://github.com/CodelyTV/java-ddd-example) |
| 48 | +- [🐘🎯 PHP DDD Example](https://github.com/CodelyTV/php-ddd-example) |
| 49 | +- [λ🎯 Scala DDD Example](https://github.com/CodelyTV/scala-ddd-example) |
| 50 | +- [🦈✨ C# DDD Skeleton](https://github.com/CodelyTV/csharp-ddd-skeleton) |
0 commit comments