Click here to Skip to main content
15,881,882 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionWhat's an in memory representation of hardware configuration called Pin
Dar Brett12-Apr-20 0:32
Dar Brett12-Apr-20 0:32 
AnswerRe: What's an in memory representation of hardware configuration called Pin
Greg Utas12-Apr-20 0:49
professionalGreg Utas12-Apr-20 0:49 
AnswerRe: What's an in memory representation of hardware configuration called Pin
Gerry Schmitz13-Apr-20 7:00
mveGerry Schmitz13-Apr-20 7:00 
QuestionWhich architecture to use for our new project Pin
Member 1478675029-Mar-20 20:41
Member 1478675029-Mar-20 20:41 
AnswerRe: Which architecture to use for our new project Pin
Gerry Schmitz30-Mar-20 8:28
mveGerry Schmitz30-Mar-20 8:28 
AnswerRe: Which architecture to use for our new project Pin
ZurdoDev30-Mar-20 9:04
professionalZurdoDev30-Mar-20 9:04 
QuestionRe: Which architecture to use for our new project Pin
Eddy Vluggen30-Mar-20 14:57
professionalEddy Vluggen30-Mar-20 14:57 
AnswerRe: Which architecture to use for our new project Pin
Bohdan Stupak13-Apr-20 5:25
professionalBohdan Stupak13-Apr-20 5:25 
My thinking is that microservice architecture brings a lot of operational complexity and inter-service communication (i.e. you should handle failures during communication gracefully, manage contract changes between services, etc). So you should consider them carefully not just use them as a new default.
I also feel that there are not enough details in your questions. But I think you should use microservices:
- if some of processing stage is more resource-consuming and you need to deploy multiple instances of it.
- if your processing stages belong to different bounded contexts or business domains.
If the goal is just to reduce code complexity then SOLID and vertical slices are your friends.
I guess the most sensible approach is to start with a monolith and extract microservices once needed.
GeneralRe: Which architecture to use for our new project Pin
Member 1478675013-Apr-20 6:12
Member 1478675013-Apr-20 6:12 
Questionbrowser-based document scanning applicatio Pin
Kami Dehlvi21-Mar-20 4:59
Kami Dehlvi21-Mar-20 4:59 
AnswerRe: browser-based document scanning applicatio Pin
Richard MacCutchan21-Mar-20 5:09
mveRichard MacCutchan21-Mar-20 5:09 
AnswerRe: browser-based document scanning applicatio Pin
Dave Kreskowiak21-Mar-20 6:07
mveDave Kreskowiak21-Mar-20 6:07 
QuestionFile upload fails through web application firewall with 403 Error (ModSecurity) Pin
John-ph25-Feb-20 5:14
John-ph25-Feb-20 5:14 
QuestionRe: File upload fails through web application firewall with 403 Error (ModSecurity) Pin
phil.o25-Feb-20 6:11
professionalphil.o25-Feb-20 6:11 
AnswerRe: File upload fails through web application firewall with 403 Error (ModSecurity) Pin
Nathan Minier28-Feb-20 6:36
professionalNathan Minier28-Feb-20 6:36 
QuestionDefault command for an extension in Windows Explorer Pin
JR21221-Feb-20 22:55
JR21221-Feb-20 22:55 
QuestionComputationally inexpensive 7-bit CRC/checksum applied on byte stream? Pin
arnold_w5-Feb-20 22:58
arnold_w5-Feb-20 22:58 
AnswerRe: Computationally inexpensive 7-bit CRC/checksum applied on byte stream? Pin
Nathan Minier7-Feb-20 1:21
professionalNathan Minier7-Feb-20 1:21 
QuestionContextmenu in Windows File Explorer Pin
JR2125-Feb-20 19:46
JR2125-Feb-20 19:46 
AnswerRe: Contextmenu in Windows File Explorer Pin
Eddy Vluggen6-Feb-20 16:28
professionalEddy Vluggen6-Feb-20 16:28 
GeneralRe: Contextmenu in Windows File Explorer Pin
JR2126-Feb-20 18:56
JR2126-Feb-20 18:56 
QuestionSimple one, but stuck. Pin
Nand324-Feb-20 4:11
Nand324-Feb-20 4:11 
GeneralRe: Simple one, but stuck. Pin
Eddy Vluggen4-Feb-20 5:54
professionalEddy Vluggen4-Feb-20 5:54 
GeneralRe: Simple one, but stuck. Pin
Nand324-Feb-20 17:47
Nand324-Feb-20 17:47 
AnswerRe: Simple one, but stuck. Pin
Gerry Schmitz4-Feb-20 21:18
mveGerry Schmitz4-Feb-20 21:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.