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
-
jiraTicket2092107dReminds me of a quote from a colleague "It's more fun to work a bad companies - cause you can make huge improvements, compared to good companies where you're shaving off milliseconds"
-
horus3123107d@jiraTicket actually i think this is not entirely wrong. There would be sweet spot somewhere in the middle most likely.
-
Shardj93581dI swear I've never seen a single codebase where the ORM is anything but a pain in the ass
-
retoor604781d@Shardj agree. Why are people so scared for sql? The migration part of (Django) ORM is nice tough
-
Shardj93581d@Sid2006 last time I used laravel was in 2015-2016 so maybe it's better now. But I remember it being a pain in the ass too
Related Rants
-
kiki30It was when I ditched React. I replaced it with raw JavaScript, with frontend being built with Gulp and Twig (...
-
SidTheITGuy10I used to work for a company in 2017 that was affiliated with a ruling party's tax information agency. The web...
-
PaperTrail9Best code performance incr. I made? Many, many years ago our scaling strategy was to throw hardware at perfor...
I startet at this company where they made a map where some locations where displayed on a map. It took like 30 seconds to load the locations - and it could only display ten at once. To cover this fact they made it impossable to zoom out...
I circumenvented their incredably bad orm and queried the DB directly, created some indices, and only shipped coordinates, type and label (whereas they shipped the whole datasets to the browser before) - and suddenly i could show all 30k
pins at once in microseconds having less traffic then before. That was quite a leap.
Needless to say the app never reached nearly production, I left the shit show soon after and the ceo is dead by now.
rant
wk368