Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in architecture

Should everything really be a bundle in Symfony 2.x?

symfony architecture bundle

Single Page Application: advantages and disadvantages [closed]

Singleton by Jon Skeet clarification

Transactions across REST microservices?

Difference between a "coroutine" and a "thread"?

Why is Linux called a monolithic kernel?

When and How to use GraphQL with microservice architecture

What's the difference between "Layers" and "Tiers"?

architecture

Should services always return DTOs, or can they also return domain models?

How do you design object oriented projects? [closed]

How is Node.js inherently faster when it still relies on Threads internally?

I just discovered why all ASP.Net websites are slow, and I am trying to work out what to do about it

Best way to allow plugins for a PHP application

php plugins architecture hook

How do I prevent site scraping? [closed]

Component based game engine design [closed]

What is a Data Transfer Object (DTO)?

Domain Driven Design: Domain Service, Application Service

Software Design vs. Software Architecture [closed]

architecture definition

INotifyPropertyChanged vs. DependencyProperty in ViewModel

Why is IoC / DI not common in Python?