Details
-
AboutA budding developer. Stuck in the loop of wanting to do something but end up doing something else. Music is life. Dota2 is more.
-
SkillsJava, C, Python, html, php, css
-
LocationNavi Mumbai,Maharashtra, India
Joined devRant on 9/27/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
-
Developer: We have a problem.
Manager: Remember, there are no such things as problems, only opportunities.
Developer: Well then, we have a DDoS opportunity.53 -
I hate when someone compares two languages depending on which one gives a "Hello world" with less lines of code.6
-
Arguing with an engineer is like wrestling in the mud with a pig; after a few minutes you realize the pig likes it.1
-
When you planed to do some coding for your self on weekend and can only sleep and do dumb stuff. Because you know it's a weekend.1
-
Myth: "Open offices leads to massive collaboration"
Reality: 2 people collaborates loudly, 30 others have to wear headphones to get anything done13 -
Boss:(pastes a bunch of Python code in Slack)
Boss: Need to convert a long list of ints to a comma separated string. Can you finish it for me? Need it now, I'm in a hurry!!
Me : (Delete all boss's code)
Me : input=[1,2,3,4,5,6,....] output=",".join(str(e) for e in input)
Boss: Damn you! Thanks. Brunch on me today.5