SOLID: what is it? Robert Cecil Martin is the author of First five principles of object oriented design. Learn more…
What is the hexagonal architecture? The hexagonal architecture is a case of application of DDD (Domain Driven Design). It allows…
In some cases, when the inheritance is complex, the code becomes difficult to maintain. This is the case of multiple…