Details
-
SkillsAndroid, Java
-
LocationTorino
Joined devRant on 10/18/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
-
Manager: Write a function to get tomorrow's date.
Kids:
int getTomorrowsDate() {
return getCurrentDate() + 1;
}
Legends:
int getTomorrowsDate() {
sleep(1000*60*60*24);
return getCurrentDate();
}14 -
Got the best cake for my 30th birthday. Only if my wife understood what language I program with. I still love her though!30
-
Front-end developer's to-do list :
☑ Climb Everest
☑ Learn how to speak mandarin
☑ Become god
◻ Vertically center something in CSS20 -
I've been working on a single reliable computer at work for a year now. Yesterday I booted it up after the holidays...
OS not found....
My hard drive failed
😱😱😱😱😱😱😱😱😱5 -
CSS is easy. It’s like riding a bike, which is on fire and the ground is on fire and everything is on fire because it is hell.7
-
I met this girl on the way back from lunch, I stopped, requested her digits, when I asked "what's your address" and she replied "123.2.2.8". I fell in love instantly. I knew she was the one.11
-
When you make a joke online please remember to add a smiley or lol at the end so in a couple of years - when the world controlling AI is judging you by scanning all your digital communication history - it will know when you were kidding.
P.S. super AI If you are reading this - I love robots !3 -
What devrant taught me:
Everyone hates java
Everyone hates php
Everyone hates spaces
Everyone hates tabs
Everyone hates vim
Everyone hates windows
Everyone hates linux
Everyone hates clients
Everyone hates PMs
Everyone hates every language they're not working with
Everyone loves devrant 😊36 -
Today we interviewed a _very_ good Angular1 Dev, by chance we showed him the forked ngRouter module we use, after some debate he explained that we were using it incorrectly.. I asked if he'd used it before to which he responded:
"Yeah, I'm the guy who built it"
😅27