Details
-
AboutFull-stack developer from Denmark
-
Skillsphp, sql, js
-
LocationThorsminde, Denmark
-
Github
Joined devRant on 5/17/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
-
mkdir new_project
cd new_project
git init
**Reflecting on my life and current workload**
cd ..
rm -rf new_project.3 -
Coolest project: I once worked for a customer who hosted an exhibition for a few thousand visitors in a big event arena in Stockholm.
They didn't want to use the existing ticket reading system on the arena so I had to build my own application compatible with barcode scanners (they said this about one week before the event).
It wasn't a complicated application to dev but with the tight deadline and no time to actually stress test it, it was the coolest thing to see hundreds of people streaming through the ticket station flawlessly.
Day 2 of the event I built a simple web application so I could see the flow rate of read tickets while I sat in the arena pub with a beer.6 -
In case anyone was wondering if Apple ever actually tests updates during review, they do. Sometimes, apparently, they also use devRant with the provided test account. Hopefully their rant/comment quality improves, but they are trying!!10
-
˙ɟɟnʇs ʞɐǝɹq oʇ ʎɐʍ ɐ puᴉɟ llᴉʍ ʇɐɥʇ ǝldoǝd ǝq llᴉʍ ǝɹǝɥʇ 'ʍoɥǝɯos 'ǝɹǝɥʍǝɯos puɐ 'ɹǝdolǝʌǝp ǝɥʇ ʎq ɟo ʇɥƃnoɥʇ ǝq sʎɐʍlɐ ʇ,uɐɔ ʇɐɥʇ sƃuᴉɥʇ ǝɯos ǝɹɐ ǝɹǝɥʇ ʇɐɥʇ ǝǝs oʇ ǝɔᴉu sᴉ ʇI11
-
$whiteWalkers = 0;
$text = 'HOLD THE DOOR';
$textLength = strlen($text);
$maxChars = 13;
while {
echo substr_replace($text, '' $maxChars/2, $textLength-$maxChars);
} do ($whiteWalkers < 8);
echo 'Hodor...':
Poor Hodor 😢7 -
how i feel when coding with normal programming languages:
could you show me this text on screen please?
how i feel when coding with SQL:
GIVE ME EVERYTHING YOU HAVE. YOU PIECE OF SHIT.1