The Tech PlatformMay 16, 2022What are the Software Architecture Principles?What is Software Architecture? The ability to view architecture from many different perspectives is a critical skill for an architect...
The Tech PlatformFeb 7, 2022Hexagonal Architecture: Principles and Layers of Hexagonal Architecture.Hexagonal architecture is a model or pattern for designing software applications. The idea behind it is to put inputs and outputs at the...
The Tech PlatformOct 19, 2021JavaImportance of Repository Design PatternThe Repository Design Pattern is a software design pattern that separates the logic that retrieves data from the underlying data storage...