Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Why using interface for Presenter in MVP?

c# asp.net design-patterns mvp

What do you call this design?

design-patterns

Pattern to initialize an EJB that depends on another application EJB

Polymorphism with generics on the repository pattern

PHP: Design pattern for classes offering static and non-static methods

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

Factory with switch over enum that instantiates templates

Many-to-many relationship in oop

design-patterns oop

Using inheritance and polymorphism to solve a common game problem

Long delegation chains in C++

Inheritance for builders in lombok