Details
-
AboutSuperman fan.
-
SkillsPHP, C#, Go, JS
-
LocationCambridge
-
Github
Joined devRant on 5/12/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 boss is pissed at me for browsing devRant. So I've created Chrome Extension so i could quickly open\hide it.
Feel free to get it from Chrome Store: https://goo.gl/J05XhT14 -
Maybe time to implement a dupe-check making it impossible to post the same joke/meme more than x times in a 3 month period? Sorry guys but some jokes are just getting very repetitive..1
-
That client that wants to host their shitty one page website in their own IT servers bc don't trust Rackspace or AWS
-
have to reintroduce myself to java now that i will be using it again.. first thing i see.. "Java is popular"... well so is Hitler.. whats your point?...6
-
Just left a job where I felt like one of the best devs on the team. At my new job I feel I have so much to learn from the devs I work with. I'm so happy. :)9
-
When you are a CS major/part time developer and your uncle gives you a swiss army knife as a present "so if you have to fix computers you have the screwdriver ready"3
-
<?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