Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

When to use Plural vs Collection word on Methods

Data transfer object class can contain other objects?

Maximum Size of Status in the Kubernetes CRD?

Logging best approach with CDI

Should the visitor pattern be used for rendering?

c++ design-patterns

Constructing multi-level object tree with manual dependency injection

Why we need Context class in strategy design pattern?

Module Resolution in TypeScript using Globbing Pattern with multiple wildcards

Duplicate logic in backend and frontend with Domain Driven Design

What is the scope of the Single Responsibility Principle and how does it work with DRY?

In an interpreter, what (usually) comes after the lexer?

Who is responsible for handling the logic of data-caching and in-memory storages?

2D Pattern Searching

Bash - how to find and remove all files that contain a given string?

How to automatically bind implementations in PHP?

What is a good java design pattern for similar objects with branching logic

Architecture best practice in Python script - one function calling all the others, or a "tree" where one function calls functions that call others?

Benefits of accumulating state during traversal of an object structure by a visitor in a visitor pattern and how can the visitor achieve this?

Facade patterns and Managers classes