Details
-
AboutHired as web-developer, works as fullstack developer
-
SkillsJs, python
-
LocationNorway
-
Github
Joined devRant on 8/11/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
-
Stuff is so rapidly depricated in javascript that you always have to add current year in Google searches to find something relevant.
"Dammit, this answer is from 2016, probly no good today". -
DevRant should send out different swag you achieve with points then the one you can buy. Your achievement of a 500++ literally cost $6.4
-
You know it's an awesome interview when they show you their robot at the end. It's also serves drinks!1
-
People who ask a question on the interwebs, solves it by themselves and just say "It's OK. I've solved it" without explaining how should have their Internet removed (maybe some light torture too).2
-
We have this guy at our office that is constantly sending mails complaining about our code. About 10 min. after a commit he's either complaining or come with some condescending "ok" comment.
-
I18n is short for internationalization because there is 18 letters between I and the last n. I love the laziness of developers.7
-
Did this on my first programming exam.
int index = 0
int value = 0
try {
while true {
value += array[index]
index++
}
} catch NullPointerException {
System.out.print("Sum: " + value)
}
The task was to add together all numbers in an array.
I somehow aced the exam, but got called in to teachers office this is not the way to use exceptions.7 -
"I'm going to manage to make this webpage without so many divs"
"Oh. I need a div there"
"There too"
"Yes, and there ofc."
*looks back at markup*
*sobs*6