software architecture

What is Domain-Driven Design: The absolute beginners guide

This article will introduce you to a Domain Driven Design (DDD). Firstly, we talk about domain driven design and the… Read More

5 years ago

Object pool design pattern in PHP, Learn design patterns

This article with guide you through the object pool design pattern PHP, with theory explanation, and the practical example as… Read More

5 years ago

Prototype design pattern, prototype pattern

Prototype design pattern is used when we want to create one object which can be used as a template (prototype)… Read More

5 years ago

Singleton design pattern in PHP, Learn design patterns

This article with guide you through the singleton pattern in PHP, with theory explanation, and the practical example as well.… Read More

5 years ago

Writing technical specifications and estimates

Writing technical specifications is a very common requirement if you work as integrator, solution architect or technical manager. In this… Read More

6 years ago