Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Design pattern for subclass-like structure

How do you design and implement an application wide event detection mechanism to capture click events in a large scale Angular application?

How to replace brackets in strings

java string design-patterns

what happens to running/blocked runnables when executorservice is shutdown()

Which is best layer to place mapper code, service layer or controller layer?

Should be localization part of domain in DDD

How to handle one class used in multiple db contexts for one database in EF code first?

QML ListModel file read/write and good practices

qt design-patterns qml

Laravel - What is the effective or logical design pattern to handle if / else in a view

php design-patterns laravel

Abstract Class in Design Pattern

C# Interface too rigid

Instance method call Dispose

What is the most elegant way of shell sorting (comb / diminishing increment sorting) in C#?

(Problems with java.util.regex.Pattern) checking string for digits and letters

java string design-patterns

Force a programmer to invoke a method in its Base

c# design-patterns

Best Practice/Pattern to Populate 'ViewModel' objects

.net design-patterns mvvm

What is the correct system design when dealing with third party API?

May I call different classes (with different methods and types) that perform similar functions?

c# design-patterns