Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in software-design

How can MVC coexist with the Onion architecture?

What are the differences between Layered architecture with dependencies inversion and Hexagonal architecture?

Configuration priority - best practise

Putting opaque struct definition into a separate header file

Decorator Pattern with added functions

Is this diagram a valid UML component diagram?

Should I use a Use Case even though it only acts as a middle-man to the Interface Adapter?

Why is most software dealing with Bézier curves focusing on the cubic ones, to the detriment of other curve orders?

UML Class relationships with respect to current moment or system lifetime

passing timer through dependency injection and configuring / starting a timer

re-design circular dependency flaw

Should I share models across multiple microservices?

How to design an application in a modular way?

Understanding the difference between ONION and N-Layered architecture

Creating an effective duplicate of a class that cannot interact with its base

Application architecture MySQL / PHP / Java / AngularJS

Why do we use UseCase diagrams in object oriented analysis and design even if Usecases are not considered as Object oriented?

oop object uml software-design

How to define constants dynamically based on database values?