Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Should Front-end make calls to Database directly or through a micro-service?

What is the difference between static class and singleton class desgin pattern? [duplicate]

c# .net design-patterns c#-3.0

Strategy Pattern or Interface?

Throw when succeeding vs. do-while-false vs. function array vs. goto statements

Decorator method, one Decorator type in Java

Can a revealing prototype pattern extent another revealing prototype pattern

SVG background pattern is using global and not local coordinate system

Trivia game design pattern

Kotlin pattern construction with different parameters

design-patterns kotlin

How should one class request info from another one?

vb.net design-patterns

Should I merge my create and update controllers?

How to use the second parent class methods which is inheriting from an interface in python?

Repository Pattern and Linq to sql

Storing values of any type as type initially supplied in templated factory method in C++?

When to use past tense on event listener?

android design-patterns

Modularity in Android application [closed]

or-like feature in case … of statement? Or maybe a more generic pattern?

Which of these is a repository pattern?

Publish/Subscribe to notification after published

why can't I perform a dynamic cast? Strategy pattern in C