Click here to Skip to main content
16,004,574 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: Building a new custom computer: anyone experienced with this provider? Pin
PIEBALDconsult16-Sep-24 2:53
mvePIEBALDconsult16-Sep-24 2:53 
GeneralRe: Building a new custom computer: anyone experienced with this provider? Pin
Jeremy Falcon16-Sep-24 3:14
professionalJeremy Falcon16-Sep-24 3:14 
GeneralRe: Building a new custom computer: anyone experienced with this provider? Pin
Amarnath S16-Sep-24 3:42
professionalAmarnath S16-Sep-24 3:42 
GeneralRe: Building a new custom computer: anyone experienced with this provider? Pin
Jeremy Falcon16-Sep-24 3:58
professionalJeremy Falcon16-Sep-24 3:58 
RantRe: Building a new custom computer: anyone experienced with this provider? Pin
Daniel Pfeffer17-Sep-24 18:49
professionalDaniel Pfeffer17-Sep-24 18:49 
GeneralRe: Building a new custom computer: anyone experienced with this provider? Pin
Jeremy Falcon18-Sep-24 14:04
professionalJeremy Falcon18-Sep-24 14:04 
GeneralRe: Building a new custom computer: anyone experienced with this provider? Pin
Jeremy Falcon16-Sep-24 3:11
professionalJeremy Falcon16-Sep-24 3:11 
QuestionDid I dodge a bullet? Pin
Cezar Lamann16-Sep-24 0:26
professionalCezar Lamann16-Sep-24 0:26 
So, I've been applying to a couple of Tech Lead positions recently. I've been in Software development since 2008, and have worked with .NET since 2011. I went through several codebases throughout the years, and I have seen my fair share of atrocities done in codebases (including a critical software with 13 KLOC inside Program.cs). I believe that at least, nowadays, I know how NOT to screw things up.

Recently, I had an interview with a big company in the restaurant management sector (with customers like Burger King and others in the same range). The interviewer asked me what I thought about the usage of Stored Procedures. I told them something along the lines of:

"Well, they have their place. There might be situations worth considering their usage, but not always.
E.g., Let's say you have a highly complex report that depends on several rounds of aggregations and calculations, and it is time critical, it might be worth considering the usage of Stored Procedures, instead of doing everything on the .NET codebase. Since the database has mechanisms to handle data better (indexes, query plans and whatnot) and it is closer to the data than the application, we could leverage these things to reduce the time needed to produce this specific report".

Then, two days later, I got a rejection letter saying that my way of thinking was outdated, and that they do everything inside application code, so they would not move on with my application. So, my question is: Did I dodge a bullet, or did I in fact screw this up? How would you guys reply to this question if you were in my shoes?
AnswerRe: Did I dodge a bullet? Pin
honey the codewitch16-Sep-24 0:48
mvahoney the codewitch16-Sep-24 0:48 
GeneralRe: Did I dodge a bullet? Pin
raddevus16-Sep-24 2:18
mvaraddevus16-Sep-24 2:18 
GeneralRe: Did I dodge a bullet? Pin
obermd16-Sep-24 4:09
obermd16-Sep-24 4:09 
GeneralRe: Did I dodge a bullet? Pin
honey the codewitch16-Sep-24 9:36
mvahoney the codewitch16-Sep-24 9:36 
GeneralRe: Did I dodge a bullet? Pin
raddevus16-Sep-24 10:13
mvaraddevus16-Sep-24 10:13 
GeneralRe: Did I dodge a bullet? Pin
Dave Kreskowiak16-Sep-24 2:40
mveDave Kreskowiak16-Sep-24 2:40 
GeneralRe: Did I dodge a bullet? Pin
charlieg16-Sep-24 3:29
charlieg16-Sep-24 3:29 
GeneralRe: Did I dodge a bullet? Pin
dandy7216-Sep-24 3:30
dandy7216-Sep-24 3:30 
GeneralRe: Did I dodge a bullet? Pin
honey the codewitch16-Sep-24 3:48
mvahoney the codewitch16-Sep-24 3:48 
GeneralRe: Did I dodge a bullet? Pin
dandy7216-Sep-24 4:03
dandy7216-Sep-24 4:03 
GeneralRe: Did I dodge a bullet? Pin
obermd16-Sep-24 4:09
obermd16-Sep-24 4:09 
GeneralRe: Did I dodge a bullet? Pin
charlieg16-Sep-24 17:43
charlieg16-Sep-24 17:43 
GeneralRe: Did I dodge a bullet? Pin
honey the codewitch17-Sep-24 1:58
mvahoney the codewitch17-Sep-24 1:58 
GeneralRe: Did I dodge a bullet? Pin
Nelek16-Sep-24 4:14
protectorNelek16-Sep-24 4:14 
GeneralRe: Did I dodge a bullet? Pin
honey the codewitch16-Sep-24 4:18
mvahoney the codewitch16-Sep-24 4:18 
GeneralRe: Did I dodge a bullet? Pin
Nelek16-Sep-24 4:25
protectorNelek16-Sep-24 4:25 
GeneralRe: Did I dodge a bullet? Pin
honey the codewitch16-Sep-24 4:39
mvahoney the codewitch16-Sep-24 4:39 

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.