Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Best practice: Extending or overriding an Android library project class

WeakReference and event handling

Singleton instance declared as static variable of GetInstance method, is it thread-safe? [duplicate]

What are the main advantages of MVC pattern over the old fashioned 3-layer pattern

How does a WCF server inform a WCF client about changes? (Better solution then simple polling, e.g. Comet or long polling)

Implementing a callback in Python - passing a callable reference to the current function

Replacing nested if statements

How to properly convert domain entities to DTOs while considering scalability & testability

Abstract Factory, Factory Method, Builder

Is there a design pattern that deals with callback mechanism?

Is Data Mapper a more modern trend than Active Record

Fluent Interfaces - Method Chaining

"Hello World" in MVC Pattern

Data Consistency Across Microservices

Have you ever derived a programming solution from nature? [closed]

Application Strangler Pattern Experiences & Thoughts [closed]

Magento Design Patterns

Design patterns: Composite vs. Composition

MVVM: Should a VM object expose an M object directly, or only through getters delegating to M's getters?

Singleton pattern (Bill Pugh's solution)