3 pages tagged with "architecture"
Domain-Driven Design Distilled
September 10, 2020Domain-Driven Design Distilled brings DDD to life. Whether you’re a developer, consultant, or customer, it will help you understand it, so you can benefit from its power.
Domain-Driven Design Distilled brings DDD to life. Whether you’re a developer, consultant, or customer, it will help you understand it, so you can benefit from its power. This book delivers powerful results in practice, which is why developers worldwide are rapidly moving to adopt it. This is an …Advanced Web Application Architecture
August 16, 2020This book helps you get your web applications back in shape. It contains many techniques for decoupling from infrastructure (like the framework or the database).
“The best guide that brings your coding and architecture skills a level up. All the modern PHP features combined with the elegance of a well-designed modular design.”
This book helps you get your web applications back in shape. It contains many techniques for decoupling from infrastructure (like the framework or the database). “The best guide that brings your coding and architecture skills a level up. All the modern PHP features combined with the elegance of a w…Clean Architecture
June 04, 2018
Code design principles (SOLID)
Single Responsibility: a class should have one, and only one, reason to change. Or the new version: a module
should be responsible to one, and only one, actor.
Open-closed: a class should be open for extension but closed for modification.
Liskov’s Substitution: objec…