How to perform deferred tasks in backend [closed]
Closed 9 years ago.
How to perform deferred tasks in backend [closed]
Closed 9 years ago.
Micro-services architecture and reporting services? [closed]
Closed 8 years ago.
Micro-services architecture and reporting services? [closed]
Closed 8 years ago.
Learning About Different Architecture Set Ups [closed]
Closed 9 years ago.
A “Composite API” layer
We are giving services a complete overhaul at work: Swapping soap for rest, resculpting the domains to give better separation of concerns, etc.
Design for an application framework that will allow each implementation to customize parts of the UI
I am tasked with designing an application framework that will allow each implementation to customize parts of the user interface. One such example would be that the implementation (let’s call it client from now on) can define the collection view cells to return for a particular screen. The framework is simply responsible for vending the appropriate objects to make building an App much easier since we will be building several similar looking instances.
NodeJs website webapp architecture
I would like some advice on how best to architect a website comprising the following:
tool
NodeJs website webapp architecture
I would like some advice on how best to architect a website comprising the following:
tool
DDD and collections and paging of related models?
I have a rich model, where e.g. one model A
depends on many related entities/value objects. Therefore we have methods in A
for retrieving collections of related objects: getFoos()
, getBars()
and so on.