Details
-
SkillsMADskillz
Joined devRant on 9/5/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
-
Me after working on a complex UI given by the designer
Me: it’s done
Designer: the underline is off by 1px
Me: yeah , that how the css accommodates according to smaller screen , it’ll still look like the UI you gave on the bigger screen.
Designer : it hasn’t come out as expected , let’s change the UI and try something new here
ME (inside): YOU PEICE OF SHIT , you should have either spoken to me before designing the UI to know what could be done , or either be happy with the 1% different in the real UI and your “photoshop image”
Me(outside): as you say4 -
I was assigned a ticket which was about a drop down menu which was not aligning properly.
Turns out the drop-down was positioned absolutely and my co-worker (read bestie) had written media query for every 10 pixels to match the position for mobile and desktop devices (from 320px to 1040px and beyond ~150 lines for a drop-down). No one noticed any flaw for few weeks until one of the QA had to check the site in landscape mode on mobile device.
I replaced it with 4 lines of JavaScript.3 -
Customer at a first meeting:
- "Didn't realize you're a developer, you're almost good looking!"
Never got a more bittersweet compliment.20 -
Happy today! 13th of September. The 256th day of the Year, that equals to 11111111 in Binary. Finally, Happy Programmer’s Day, The people who Dev & Rant 😍🤗🎂7
-
My wife: Stickers?? Why the hell you got stickers, from who?
Me: From devRant, I told you about that cool community of devs some days ago...
She: NEEEEERRRRRD!
I take it as a compliment 😂6 -
"A picture is worth a thousand words"
No one knows the pain of that more than a front end dev trying to reduce load times of a web page.4 -
"Telling a programmer there's already a library to do X is like telling a songwriter there's already a song about love." - Pete Cordell5
-
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 -
I was taught from waterfall process model to Agile development..
But no one taught me this real software development process..1 -
True web dev power is using the dev console to get rid of modal boxes so you can see the content underneath7
-
When you're trying to publish your first Cordova app and the PlayStore release including signatures and stuff takes you 2.5 hours, while the AppStore release takes you 5 days (including getting a huge Mac on your desk, signing up a D.U.N.S. for your company, figuring out the signing/provisioning process and fixing CSS/JS exclusively for iOS).4
-
Senior IT engineer enters the room and quietly talks to a coworker about a job related issue.
Another coworker decided to troll the sysadmin.
CW: *yells* "Open a ticket!" (That's the sysadmin's regular reply)
IT: *ignores*
CW: *trying to get his attention* "Open a ticket first! Then come back"
IT: *gives him the stare of death*
CW: "Go away and open a ticket!"
IT: *silently leaves the room*
After no more than a minute CW gets a reject from all networks outside the company's VPN.
IT comes back into the room, get's intimately close to CW's ear and says "Now open a ticket".
👋
🎤9