Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

In POSIX, why can't a single condvar be used with multiple mutexes?

Calling another repository directly from a service?

Creating interdependent objects

php design-patterns oop object

JavaScript, call private function as a string inside public method without using eval (Revealing pattern)

What is a bit pattern?

Using multiple databases in one application

Is this the best use of the Adapter pattern?

c# design-patterns

Which pattern should I use for my unique instance of the User class?

php oop design-patterns

How to use a specification pattern for my requirements?

Composite design pattern parenting components

design-patterns composite

.net application architecture [closed]

Providing a Read Only List of Classes in C#

c# design-patterns

Extends an abstract class to an enum - Strategy Pattern

Java Transfer Object, what is it?

Accessing parent elements in an object model efficiently

Observers vs. Triggers

database design-patterns

What do you call a "singleton" that allows a public constructor for additional instances?