Details
-
SkillsHTML, CSS, PHP, MySQL, JS, jQuery
-
LocationVienna
Joined devRant on 5/24/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
-
Why doesn't JSON allow trailing commas? Why? How hard is that to implement? Everyone else has them, why not JSON?33
-
Applying to more internships today and found this:
Position: full stack blockchain engineer intern
Basic qualifications:
- 7+ years of experience in software development
- 2+ years experience developing smart contracts
- 5+ years professional experience in Java, Go, Node.js
Wtf is this? What intern has 5+ years of professional software development?
Why even label the posting as an intern when u want someone with years of experience?
Stupid fucking shit I swear12 -
My Boss: When are you going to finish?
Me: There is a bug, I'm solving it, I need more time.
My Boss: Why have you introduced a bug in your code and now solving it? It were more simple if you didn't created any bug!
Me: WTF!!!8 -
Somebody pays for this domain 👍
Translation: www.if-loop.de
There are no if-loops, just if-statements! -
I used to write HTML line by line.
and then someone showed me emmet.
life has never been the same since.4 -
Once had a guy who wrapped all his code in:
for(var i = 0; i < 1; i++){ }
Still wakes me up at night..5 -
var todays_tasks = 4, completed = 0;
while(completed < todays_tasks) {
fixTask();
completed++;
todays_tasks += 2;
} -
<?php
wakeUp();
goToWedding();
while (atWedding() && bored()) {
browseDevrant();
}
goToTrainStation();
sleep(2700); // got there 45 mins early
while (trainIsMoving()) {
try {
workOnDevrant();
} catch (ProcrastinationException $e) {
// got distracted by devRant
}
}
goHome();
while (unrespondedStickerRequests()) {
sendResponse();
}
goToSleep();
?>11 -
When working with really annoying devs that I know feel strongly about using either spaces or tabs, I sometimes "accidently" uses the opposite indent style when commiting.3
-
I spent hours trying to figure out why imagettftext() in PHP wasn't working...
Damn file permissions!!3 -
Old but gold.
"Project manager is a Person who thinks nine women can deliver a baby in One month."
"Client is the one who doesn't know why he wants a baby." -
It might be time for bed when your laptop can't even resolve localhost without toggling the WiFi off and back on anymore.2
-
When you had been reloading the page like crazy and none of the changes are registering. Then you realize that you are reloading production server instead of development one. 😖5