Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Doesn't having more than 1 method break the Single Responsibility Principle?

Sharding (sic!) the web tier in order to prevent a load balancer bottleneck?

alternative to MVC that is loosely coupled?

WCF/Client apps - where should business logic go?

c# wcf design-patterns wssf

Is this a good candidate for a factory?

php design-patterns factory

PHP Singleton PDO

Proxy pattern vs. overriding

Question about Java EE 6 architecture

What are the pros and cons of using database for IPC to share data instead of message passing?

OOP design question on inheritance and operator overloading

c# oop design-patterns

Is it bad practice to have two controllers for one model in Ruby on Rails?

Which layer do functions like: caching and logging belong?

Winforms MVP with multiple views and one presenter

pattern for implementing undo/redo in clojure

Android: Single activity, multiple views

android design-patterns

Preferred (or recommended) way to store large amounts of simulation configurations, runs values and final results

Is the MVVM Pattern an Architectural or an Design pattern?

REGEXP_LIKE conversion in SQL Server T-SQL

Refactoring long if - else if - else with common objects

c# design-patterns

implement a "task based" program in Java without the use of a clock