Click here to Skip to main content
15,914,905 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
Mike Winiberg4-Feb-19 0:09
professionalMike Winiberg4-Feb-19 0:09 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
Marc Clifton4-Feb-19 0:52
mvaMarc Clifton4-Feb-19 0:52 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
PIEBALDconsult3-Feb-19 13:19
mvePIEBALDconsult3-Feb-19 13:19 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
Keviniano Gayo3-Feb-19 21:19
Keviniano Gayo3-Feb-19 21:19 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
Kornfeld Eliyahu Peter3-Feb-19 21:20
professionalKornfeld Eliyahu Peter3-Feb-19 21:20 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
RickZeeland3-Feb-19 21:55
mveRickZeeland3-Feb-19 21:55 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
adudley2563-Feb-19 23:51
adudley2563-Feb-19 23:51 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
Sander Rossel4-Feb-19 1:10
professionalSander Rossel4-Feb-19 1:10 
If you can't handle monoliths you probably can't handle microservices.
Both require you to write loosely coupled code, except microservices are harder to maintain, debug and refactor.

I'm currently working on an application that's a monolith, except for a little piece of code that serves as a webhook, which I've put in an Azure Function.
It's like a monolith with a microservice.
If I find more functionality like that I'll put it in another Function, but for most of the work a monolith works fine (no scaling requirements, I'm the only developer, etc.).

By the way, if you're new you should probably focus on learning other things first, like proper database handling, DI, SOLID, SoC...
On the other hand, if you have experience with those and you know how monolith do and don't work it will be cool to use and learn about microservices.

GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
Kirk Wood4-Feb-19 3:57
Kirk Wood4-Feb-19 3:57 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
Steve Naidamast4-Feb-19 4:25
professionalSteve Naidamast4-Feb-19 4:25 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
nepdev4-Feb-19 7:07
nepdev4-Feb-19 7:07 
GeneralRe: Micro-services vs Monolith for personal project? Discussion Pin
Asday4-Feb-19 8:56
Asday4-Feb-19 8:56 
NewsDigital exchange loses $137 million as founder takes passwords to the grave Pin
abmv3-Feb-19 9:06
professionalabmv3-Feb-19 9:06 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
Marc Clifton3-Feb-19 9:30
mvaMarc Clifton3-Feb-19 9:30 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
OriginalGriff3-Feb-19 10:01
mveOriginalGriff3-Feb-19 10:01 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
PIEBALDconsult3-Feb-19 10:08
mvePIEBALDconsult3-Feb-19 10:08 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
jackbrownii4-Feb-19 4:54
professionaljackbrownii4-Feb-19 4:54 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
MacSpudster20-Feb-19 4:03
professionalMacSpudster20-Feb-19 4:03 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
CodeWraith5-Mar-19 4:28
CodeWraith5-Mar-19 4:28 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
Mark_Wallace3-Feb-19 10:14
Mark_Wallace3-Feb-19 10:14 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
User 592413-Feb-19 11:57
User 592413-Feb-19 11:57 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
Jim Meadors3-Feb-19 19:45
Jim Meadors3-Feb-19 19:45 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
GuyThiebaut3-Feb-19 20:50
professionalGuyThiebaut3-Feb-19 20:50 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
Nand327-Feb-19 0:34
Nand327-Feb-19 0:34 
GeneralRe: Digital exchange loses $137 million as founder takes passwords to the grave Pin
MacSpudster20-Feb-19 4:04
professionalMacSpudster20-Feb-19 4:04 

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.