Click here to Skip to main content
15,887,485 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: Bubble sort is cool! Pin
kmoorevs14-Jun-22 6:35
kmoorevs14-Jun-22 6:35 
GeneralRe: Bubble sort is cool! Pin
Greg Utas14-Jun-22 8:45
professionalGreg Utas14-Jun-22 8:45 
GeneralRe: Bubble sort is cool! Pin
jmaida14-Jun-22 11:38
jmaida14-Jun-22 11:38 
GeneralRe: Bubble sort is cool! Pin
jmaida14-Jun-22 18:15
jmaida14-Jun-22 18:15 
GeneralRe: Bubble sort is cool! Pin
PIEBALDconsult14-Jun-22 6:37
mvePIEBALDconsult14-Jun-22 6:37 
GeneralRe: Bubble sort is cool! Pin
Gary R. Wheeler14-Jun-22 16:00
Gary R. Wheeler14-Jun-22 16:00 
GeneralAre containers, VMs, orchestration, etc. really needed in Azure PaaS? Pin
MSBassSinger14-Jun-22 5:09
professionalMSBassSinger14-Jun-22 5:09 
GeneralRe: Are containers, VMs, orchestration, etc. really needed in Azure PaaS? Pin
lmoelleb14-Jun-22 8:18
lmoelleb14-Jun-22 8:18 
Nope, not needed.

VMs are just for legacy applications that can't run any other way.

Containers allow you to spin up the same services across multiple cloud vendors, on premise, and developer boxes relative easy. So specifically if support for multiple cloud vendors or on-prem installation is important, consider using them. They also make it easier to spin up "random services" as part of your application without relying on the cloud provider having a PaaS version of that service - or them breaking it by upgrading it or other entertaining things that happens in the cloud. If you do not need any of this go as server-less as possible (or as I used to call it before the term was invented: shut-up-and-run-my-code... and I still believe this is the better name).
GeneralRe: Are containers, VMs, orchestration, etc. really needed in Azure PaaS? Pin
Gerry Schmitz14-Jun-22 8:25
mveGerry Schmitz14-Jun-22 8:25 
GeneralWindows 11 desktop blows - why would Microsoft do this? Pin
charlieg14-Jun-22 4:05
charlieg14-Jun-22 4:05 
GeneralRe: Windows 11 desktop blows - why would Microsoft do this? Pin
Greg Utas14-Jun-22 4:31
professionalGreg Utas14-Jun-22 4:31 
GeneralRe: Windows 11 desktop blows - why would Microsoft do this? Pin
lmoelleb14-Jun-22 4:33
lmoelleb14-Jun-22 4:33 
GeneralThis data collection is completely out of control.... Pin
charlieg14-Jun-22 3:52
charlieg14-Jun-22 3:52 
JokeWho called it "malloc()"... Pin
Sander Rossel13-Jun-22 21:53
professionalSander Rossel13-Jun-22 21:53 
GeneralRe: Who called it "malloc()"... Pin
OriginalGriff13-Jun-22 21:54
mveOriginalGriff13-Jun-22 21:54 
GeneralRe: Who called it "malloc()"... Pin
Sander Rossel13-Jun-22 23:04
professionalSander Rossel13-Jun-22 23:04 
GeneralRe: Who called it "malloc()"... Pin
CPallini13-Jun-22 22:03
mveCPallini13-Jun-22 22:03 
GeneralRe: Who called it "malloc()"... Pin
RickZeeland13-Jun-22 22:26
mveRickZeeland13-Jun-22 22:26 
GeneralRe: Who called it "malloc()"... Pin
megaadam13-Jun-22 23:01
professionalmegaadam13-Jun-22 23:01 
JokeRe: Who called it "malloc()"... Pin
Fueled By Decaff13-Jun-22 23:10
Fueled By Decaff13-Jun-22 23:10 
GeneralRe: Who called it "malloc()"... Pin
Daniel Pfeffer14-Jun-22 1:17
professionalDaniel Pfeffer14-Jun-22 1:17 
GeneralRe: Who called it "malloc()"... Pin
Gary R. Wheeler14-Jun-22 15:26
Gary R. Wheeler14-Jun-22 15:26 
GeneralRe: Who called it "malloc()"... Pin
Daniel Pfeffer14-Jun-22 18:10
professionalDaniel Pfeffer14-Jun-22 18:10 
GeneralRe: Who called it "malloc()"... Pin
Gary R. Wheeler15-Jun-22 2:34
Gary R. Wheeler15-Jun-22 2:34 
GeneralRe: Who called it "malloc()"... Pin
honey the codewitch14-Jun-22 1:30
mvahoney the codewitch14-Jun-22 1:30 

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.