Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How to set and get Singleton object of a model class using dagger2?

singleton behaviour related query

Correct usage of Entity AND DTO to provide Json in Restful web service

Java design pattern to keep a method name in a property file

java design-patterns

Design Pattern for dealing with a complex conditional evaluation

Decorator Pattern design

use java.util.function.Function to implement Factory Design Pattern

java design-patterns

Using wildcards (*) in REST API resource name

rest api design-patterns

Is it a natural design pattern to use closures and dynamically defined functions in Python?

Logger in Clean Architecture

How to avoid duplicated if statements

java design-patterns

Are there any good J2EE value list handler pattern implementations?

Is there a standard 3rd party Python caching class?

python design-patterns

C# Factory Pattern

In Presenter First, why is SubscribeSomeEvent method on an interface preferred to plain old events?

Is there a data storage pattern similar to mipmaps in graphics?

abstract method signature, inheritance, and "Do" naming convention

Factory with switch over enum that instantiates templates

DRY singleton classes in rails service

Using inheritance and polymorphism to solve a common game problem