Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: domain-driven-design

Technical writings, opinionated architectures, and development guides tagged with domain-driven-design.

Articles10
Est. Read Time81 mins
Categories2
Featured0
May 202619 min read
Laravel

The Art Of Keeping Business Logic Honest

Use state machines and workflow engines in Laravel to keep business rules explicit, auditable, and resilient across async processes.

Jan 202611 min read
PHP

Event-driven architecture with domain-driven design

Learn how to implement event-driven architecture using domain-driven design principles to build scalable and maintainable systems.

Aug 202216 min read
Laravel

Event Sourcing in Laravel

Master Event Sourcing in Laravel with this comprehensive guide, perfect for enhancing PHP projects with advanced data tracking and state management techniques.

Aug 202215 min read
Laravel

How I develop applications with Laravel

Learn a unique Laravel development workflow building a to-do API with step-by-step guidance and systematic approach.

May 20223 min read
Laravel

Routing within our Domain

Learn how to manage routes in Laravel DDD by creating domain-specific route files and using service providers for cleaner and more organized code.

May 20223 min read
Laravel

Getting started with DDD in Laravel

Master Laravel DDD with ease; Learn how to enhance your Laravel applications by implementing Domain Driven Design for improved structure and maintainability.

May 20224 min read
Laravel

Querying Records in our Domain

Learn how to leverage Laravel DDD for efficient record queries. Simplify read actions in your application.

May 20222 min read
Laravel

Starting our Domain Code; Data Objects and Factories

Enhance code consistency and safety in Domain-Driven Design with Laravel DDD. Learn about Data Objects & Factories.

May 20225 min read
Laravel

Using Data Objects; Domain Commands

Laravel DDD; Use Data Objects and Domain Commands to escape 'array hell' and perform clean write operations in your application.

May 20203 min read
PHP

Slim PHP 4 - A lightweight breath of fresh air

Discover the power of Slim4, a lightweight PHP framework offering control and customization. Ideal for flexible application architecture.