Skip to main content
WritingSpeakingCodeAboutNow
Category Archive

Articles: Architecture

Technical writings, opinionated architectures, and development guides focusing on Architecture.

Articles43
Est. Read Time418 mins
Tags85
Featured0
May 20223 min read

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

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

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

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

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.

Jun 202011 min read

Embracing The Tall Stack with Event Sourcing, an adventure into the unknown

Dive into blending Laravel's TALL stack with event sourcing, learning to create efficient and reactive PHP applications with modern web development techniques.

May 20203 min read

An adventure with Graph Databases

Explore open-source PHP packages for Neo4j graph database, offering fresh solutions to outdated or abandoned integrations.