Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How can animation be unit tested?

CQRS Component Roles and Responsibilities with a REST API

Django-like Framework Pattern

Which design pattern could I use for showing dialog boxes?

What design pattern to use for generating multiple simulations?

Convert automatically into a centralized bean for multiple domain objects

What is the elegant solution for unrelated views in MVC web frameworks?

Make my C++ Class iterable via BOOST_FOREACH

Avoiding Brackets for Class Template Having Default Parameter

Model-View-Presenter and Android Application Design

What is the purpose of having such complicated C++ class design?

c++ design-patterns

How do I write a Java text file viewer for big log files

Is there a standard pattern to follow when waiting for N number of async methods to complete?

Should business logic layer implement authorization & authentication?

asp.net design-patterns

Does the MVP framework included in GWT 2.1 make other GWT MVP frameworks redundant?

Good books and resources on data parallel programming and algorithms [closed]

MVC pattern: which is better? For views or controllers to create and reference the other?

Difference aggregation, acquaintance and composition (as used by Gang Of Four)

oop design-patterns

Where should the android service calls and calls to GoogleAPIClient be written while using MVP pattern in android?

Bridge- vs Strategy-Pattern