Details
-
AboutDecent software developer who loves good smells from code. Love hacking random stuffs to learn. ¯\_(ツ)_/¯
-
Skillsjs, emberjs, django, php
-
LocationHyderabad
-
Github
Joined devRant on 5/15/2016
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
-
Boss: "it's not the same font"
Me: "yes, it is"
Boss: "don't argue with me. It's a different font"
Me: "ok it's a different font" (it's not)
Boss: "change it please"
15 minutes later and I've done nothing at all to it. Boss comes back.
Boss: "see? I knew it was a different font. This looks perfect now. Why were you lying to me before? I don't like you arguing with me"11 -
Writing some code on a flight
"ARE YOU HACKING?!?!"
"Ugh... Well yeah but not in the way you're thinking"
"Omg I'm getting a flight attendant"
Needless to say I'm still en route because the flight attendant realized that I'm not Mr Robot, nor do I have ZeroCool scribbled on my laptop anywhere.12 -
Yesterday I had to modify a python script that was written by the previous dev,
There was no documentation to understand the code, I had to read 10 files almost 900 line each, after a looooooooooong 7 hours, at the top of one of the scripts, the author name was same as mine
😂😂😂😂😂😂😂😂😂6 -
When you have a super annoying problem that Google has been unable to help with... But you stumble upon a link with the exact title matching your issue... And clicking on it gives you a 404.15
-
So, in my spare time I run a little helper business that teaches children/teenagers how to program.
Theres a new kid that's been coming for around about a month, and I swear the kid is a programming deity.
He picked programming and more importantly developing remarkably quickly.
Long story short, I paid for him to go to a Hackathon in LA and he now has more business contacts than me.19 -
while (moreFeatures > 0)
{
doWork ();
reduceFeatureCount ();
clientRequest();
moreFeatures++;
}
return finalPayment;4