Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

React component with Edit Mode and View Mode, is this a correct pattern?

reactjs design-patterns jsx

merging a detached or new entity with an existing entity in hibernate/jpa best practice question

how to have Javascript Object creation pattern with Reusable methods and private properties?

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?