home / tag / design
Continuous Integration Pipeline for 100+ Git Repositories
Continuous Integration Pipeline for 100+ Git Repositories
Mar 7, 2026
10 min read
1 charts

One hundred repositories. Four programming languages. Five different build systems. Getting them to integrate cleanly, continuously, without a dedicated integration sprint or a...

dependenciesdesignarchitecture
Repository and Query Object
Repository and Query Object
Feb 17, 2024
5 min read
1 charts

The Repository is a design pattern, which helps to load data from the database providing abstract API, concealing the storage implementation details.

designpatternrepository
Lazy Load
Lazy Load
Feb 11, 2024
3 min read
1 charts

Lazy load is a pattern to get data the data at the last moment, when it is actually required. This pattern is applied, when loading the data can have negative performance impact....

designpatternperformance
Domain Model vs Transaction Scripts
Domain Model vs Transaction Scripts
Dec 31, 2023
4 min read
4 charts

In the book Patterns of Enterprise Application Architecture by Martin Fowler two patterns are defined to handle business logic in the system. I do not think that much have changed...

architecturepatterndesign