Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Why does swift provide both a CGRect initializer and a CGRectMake function?

Microservice architecture - carry message through services when order doesn't matter

Confused by Django's claim to MVC, what is it exactly?

Are Design patterns specific to Language or Technology?

How is loose coupling achieved using interfaces in Java when an implementation class is mandatory and bound to interface contract?

Do we need a .build() method in the Builder Pattern?

Replace switch-case with polymorphism

Avoid continuous "if (...)" checks while executing function

java design-patterns

Where do you do your validation? model, controller or view

What is the Serialization Proxy Pattern? [duplicate]

Mediator pattern vs Publish/Subscribe

Most common examples of misuse of singleton class

Is the Composite Pattern SOLID?

Most efficient way in Python to iterate over a large file (10GB+)

How to pass a static class as an argument in Java

java design-patterns

Design Pattern Alternative to Coroutines

State pattern vs ENUM

The better Java singleton pattern nowadays? [duplicate]

Sending events at the end of a transaction

Repository vs Service pattern in DAL: EF and Dapper