Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Data/Database Design Patterns?

database design-patterns

How to avoid duplicating business logic across multiple different presentation layers

Fast undo/redo for bitmap editor when memory is limited?

Unit of work and the repository pattern

Swift: The proper way to initialize model class with a lot of properties

Are there NOSQL data layer design patterns? [closed]

Java: Expose public class method to all packages of same project but make private for other projects

Patterns: Create and translate between data objects and wire formats

java c++ design-patterns

Design patterns for enabling user interface elements based on user permissions?

What is the fastest way to calculate frequency distribution for array in C#?

How to unit test a state machine?

ExtJS (JavaScript) Module Design Pattern best practices

Using JAXB to support schemas with minor variations

Graph Database Design Methodologies

Chain of responsibility: loop or next?

Where to find User Interface (UI) design patterns for Windows applications?

Java equivalent of Smalltalk's become:

Is using data transfer objects in ejb3 considered best practice

jQuery code organization and performance

Am I using IRepository correctly?