Details
-
SkillsJava, SQL,C++,C#,Js
Joined devRant on 5/26/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
-
Went into Facebook's source code to update the colors from blue to green and black (don't judge me) and saw this in the console log lol. Didn't know people were that gullible...12
-
-Mum: 'you start a new side project like every two weeks, but you almost never finish one'
-Me: 'i am finishing them, but other than these projects, i have to earn a living to be able to pay my dorm etc. and i have to study besides that ..' -
Was coding on a project at home and suddenly i got the feeling that i had forgotten something...
*Checks the time*
06.30AM
Oh... yeah...sleep...
Hello coffee my old friend...
Time to head off to work then :)
How often does this happen to you?4 -
class day {
public void standup(Coffee cof) {
Human.drink(conf);
}
public void school() {
boring = true;
}
public void code(Coffee cof) {
turnCoffeeIntoCode(cof)
}
public void repeat() {
standup(new Coffee());
school();
code(new Coffee());
}
}2 -
I've been calling the W3 Consortium every day for the past week leaving the same message:
"Why the fuck doesn't CSS "vertical-alignment" work on all elements?"
Still waiting for them to return my call..7