Quote of the Day

more Quotes

Categories

Buy me a coffee

All posts in "Design Patterns"

Repository pattern

Published January 10, 2021 in Architecture , Design Patterns - 0 Comments

The repository pattern is a common pattern for accessing data from a database and converting the data into an entity. The repository pattern is property the one I have used the most. But just recently, I started reading more on the different design patterns and realized a few things I did not know or misunderstood about the pattern.

Continue reading

Multi-layer / Multi-tier architectural pattern

Published December 21, 2020 in Architecture , Design Patterns - 0 Comments

In the past, I had been working on applications that were multi-layered / multi-tier applications. However, I had not recognized the terminologies as well as the subtle differences between multi-layered and multi-tier architectures and some of the pitfalls one may want to watch out for when implementing the pattern.

Continue reading