Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in architecture

Angular performance limit on data bound objects: Do I abandon AngularJS now?

Are your code-first classes your domain classes? [closed]

Implementing SOA with RESTful service and application APIs?

rest api architecture soa

Should new web applications follow the MVC or MVP pattern? [closed]

Open source examples of well designed Python applications [closed]

How to go about estimating the hardware required to support X number of users/transactions?

architecture

design pattern asking for advice: push model v.s. pull model

How to achieve modularity structure of app subcomponents on Android?

What do you call a generalized (non-GUI-related) "Model-View-Controller" architecture?

Is there a good pattern for exposing a generic collection as readonly?

I want to make my own c# debugger - how would one do that? What tools should I be using?

c# architecture

POCOs != Domain Objects?

How to put all countries/cities/states of the world into my database?

API Versioning within web applications

Architectural question

Implementing multi-tenancy for a mature enterprise application

PHP OO - how to initialize your business objects?

Architecture: API as core for a website & mobile-app

asp.net mvc, jquery mobile, phonegap architecture best practices

return Queryable<T> or List<T> in a Repository<T>