Details
-
AboutWeb developer
-
SkillsC++, Javascript, AngularJS, ReactJS, PHP
-
LocationPisa, Italy
Joined devRant on 10/14/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
-
My new year resolution: 3840 X 2160
🐒
PS: don't give me a hard time in the comments. I know it's an old joke. 😫4 -
Sorry guys, IT support will be busy all day today. We have to sweet talk the server's into working for a week on their own.2
-
Being a programmer:
If you ain't questing your life from time to time, you are not doing it right.4 -
My employer gave everyone the day off, so now I have to do Xmas crap instead of coding.
Thanks, I guess. :/3 -
When your code changes don't give different results and after an hour you realize that you're still editing the old version....7
-
The "Change Password" function autofilled the old password. Dev told be it didn't matter because "if you set the field type to password you can't see it".4
-
Goes to first job interview. Great interview but, can you send some code?
-Sure-
Sends requested js, css html files.
Great code, we want to speak to you again!
Goes to second interview, waits 15m, meets the sales department. Sales? Wtf?
Great interview but, can you send more code?
Errr?
We need some native JS to really make sure you can write code.
You could've emailed this request before the interview b*tch. That way id save time hurrying in rain and traffic jams!4 -
When the whole dev team desperately tries to convince the boss to get Linux on the new servers instead of windows.6
-
One of our customer thought it would be too unsecure to send us his AWS credentials by email. So he printed it and sent it as registered mail to us. The password we received was "hallo123".6
-
Work at a banking software company, one bug allowed bankers to book a deal after quote expired. So i could theoretically buy something at yesterday's rate. Dev forgot the "btnBook.enabled=false"5
-
Explaining my mom about my job as backend developer... She couldn't understand what is there behind the website. She was like "u designed the website. It's done. What u do full day?"
Finally I gave an example of restaurant... I am the cook(backend developer). Front-end is waiter. Finally she understood....6 -
FUCK JOOMLA, SERIOUSLY FUCK IT. HOW DIFFICULT CAN IT BE TO REMOVE ONE FUCKING ITEM?! FUCKING FUCK FUCK FUCK6
-
IKEA can't "assemble" a functional website. I spent two days, had 4 checkout attempts and used 2 cards and 3 browsers to get to this stage.
Still beats driving to the store.5 -
If($password = $password2) {
//login
}
Keep in mind that password is the salted and hashed input and password2 is the Salter and hashed pw in the database...
Who needs passwords am I right?8