Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's possible to have just stumbled through table-creation GUIs the entire time. I've had the displeasure of working with morons with supposed decades of experience and still couldn't code their way through a paper bag
-
Silvus1038yMy problem is that I'm too deadpan. I never realize till later that the idiots thought I meant the idiocy. A God I'm stupid sometimes. @Ashkin
-
Valid question. I have seen devs who can't even remember how to write select queries. Too much reliant on tools.
-
vortex47828y@mjunaid106 how is this possible? Maybe with projects that are more frontend oriented and don't require much database interactions.. but i dont know how you can avoid writing "select .." less than 40 times a day for serious web applications.. and yeah I'm not a fan of migrations and orm queries ..yet
-
Player221328y@crystalclear 95.5% of people who apply for a programming job couldn't code their way out of a wet paper bag
-
I am gonna say I been using all types of database for the last 15 years. From Microsoft SQL server to Postgres and everything in between. But for the last 5 years, I haven't typed one query. Thanks to ORM and ActiveRecord.
So, if this is my interview I will answer the first yes, the second no. -
@jAsE this is not correct.
Use this:
SELECT * FROM dickheads WHERE valid_reason_for_stupidity IS True LIMIT 1; -
@alybadawy *obligatory OCD code correction*
Replace "is true" with "= true".
"is" is normally only used for "is null" or 'is not null" if your following common convention. Not all rdbs's will support "is true"
Related Rants
-
skiilaa41"Are you familiar with uploading your code to Google Drive?" I left the building at that exact moment.
-
qbalsdon49Got this from a recruiter: We are looking for a **Senior Android Developer/Lead** at Philadelphia PA Hiring ...
-
nikolatesla9At the ending part of the interview, I asked a final question to the HR. Me: "So, what language is mostly use...
Interviewer: So you worked with mysql?
Me: yes, for over 6 years
Interviewer: so, you know how to write queries?
undefined
wk48