Details
-
Aboutnpm install profile --save-dev
-
SkillsJavascript, Java (Basic), PHP, HTML5, CSS, NodeJS, AngularJS, Python, SQL, ReactJS, React Native, TypeScript (Basic)
-
LocationThe Netherlands
-
Website
-
Github
Joined devRant on 11/14/2017
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
-
i understand some developers like to write wrapper functions to handle tedious things, I even understand how to write dynamic SQL queries, but for the love of fucking god and sanity, NEVER FUCKING DO THIS!!!!
Yes its PHP, but its not even bad PHP, its a fucking abomination from hell of PHP.rant mysql legacy code gone wrong bourbon lots of bourbon why the fuck god no php sql injection ftw what in the flying fuck30 -
How do you salvage a really hard question on a whiteboard interview?
Ans: "I'm sorry, I don't code on light theme"!
Via reddit user csquestions5583292 -
While reading through the Elasticsearch (Java search engine) source code a while ago I found this gem:
return i == -1? -1: i;
I think someone should stop drinking while coding.
Some other nice lines:
int i = 0;
return j + 1000 * i;
Are these guys high?11