Details
-
AboutComSci student and web developer. Love traveling and working on private projects.
-
SkillsPHP, Laravel, Java, Angular, Ruby (on Rails), jQuery, VueJS, NodeJS, CoffeeScript, Python, HTML, CSS, JavaScript, MySQL, PostgreSQL, MSSQL
-
LocationThe Netherlands
-
Github
Joined devRant on 6/3/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
-
Applied for my first dev position last year. Interviewer asked for a code sample so I showed him some forum software I was working on at the time. I think my commit messages tanked the interview...5
-
I went on vacation in Norway. And it's mandatory to visit viking ship museum if you are in Oslo. At the of the exhibition I came to souvenir shop. AND WHAT I SAW WAS MAGNIFICENT!
There was whole army of ruber duck vikings.
I thought of buying one but I didn't have a heart to replace my police officer McDucky.1 -
At the ending part of the interview, I asked a final question to the HR.
Me: "So, what language is mostly used here?"
HR: "Since we're dealing with customers from different countries, English."9 -
My classmate accidentally deleted Recycle bin shortcut from her PC, i was starring at her, she grab my pendrive, ran to libraries Computer, copied recycle bin, and pasted it in her desktop,
And last but not least... She got Job in Oracle.23 -
I just ask an intern to comment a Java class I send him (for practice). He asked what should he use to open the file, because, he said, "Word, messes it up"
Seriously, what are they teaching at schools?26 -
HR: We have received complain that you have been sexually harassing an intern.
Me: No, I wasn’t. Me and the new intern all we talk about is Coding, Apps, and TV-Series
HR: You are lying. I have the words that you said to the intern. Do you want me to read it out.
Me: I have no clue what I said to the intern so please read it out.
HR: You said, “Always pull before you push”. Do you remember saying this?
Me: Yes, I was teaching the intern how to use GIT.
HR: Okay, let me call the intern and let see if he says the same.
** Intern **
HR: Was he sexually harassing you today at any time.
Intern: No
HR: Did he said, “Pull before you push” to you?
Intern: Yes
HR: What does that mean, sounds like a slang for something sexual.
Intern: haha, no it means that I should pull the changes made to the files before I can push the changes I did to the code from my computer.
HR: But he said something else like he was teaching you how to use GIT
Intern: Yes, that’s what GIT is.
HR: Okay both of you can go and don’t use this type of terms in the future it doesn’t make good working culture.52 -
If anybody right now is making an app/website, please make dark theme the default, everyone will love you.7
-
"Walking on water and developing software from a specification are easy if both are frozen." - Edward V Berard4
-
Got hacked in a day after deploying my first site. 😑 I just started developing. Well, I am thankful for that person to point it out to me otherwise I wouldn't have known.33
-
"Are you familiar with uploading your code to Google Drive?"
I left the building at that exact moment.41 -
When you release something you expect will fade into obscurity and it gets over 4k downloads in 2 months...6
-
Interviewer: (asks technical question)
Me: (answers correctly)
Interviewer: Oh thank God, most of the people we interview fail to answer that. So, on another note do you believe in rubber duck debugging?
Me: yes, ofc
Interviewer: but it's just a toy you know
[I was kinda taken aback]
Me: ...
Me: God is imaginary too you know
Interviewer: (he just laughed)
(So I laughed with him) 😅12 -
They give you 2 containers, one with one amibea the second with 2 amibeas.
Amibeas divide themselves into 2 identical amibeas after 3 minutes.
The container with 2 amibeas get filled up after 3 hours.
How long does it take the one with one amibea to get filled up.
The test was named:"Javascript Test"....
I first thought, should I write this in JS?
Spoiler: the answer is 3h and 3 minutes.
But why? What's the link with JS?3 -
Worst: The guy gave me 5 minutes to code a given assignment on paper. I did all the logic and told him I was missing a function whose name I would just Google. He told me I can't always Google. Well... I won't be coding on paper either.
Best: I was given the assignment to clone a part of a production site. Assignment was intended for 3 days and I was given 5 hours. Completition wasn't important, only structure and coding style counted. I cloned everything and even added new features.
You just can't always be in the zone. I hope more interviewers would take that into account and design better questions.4 -
Hey everyone! As many of you have already seen, we just finished rolling out a new feature that allows you to subscribe to specific users! This feature sends you an in-app and push notification whenever anyone you subscribe to posts a new rant. You can subscribe to a user from the button in the top right of their profile or one of their rants.
Please let us know if you have any questions!
P.S. apologies to those who already subscribe to my rants and got a notif before for a test rant I created. I forgot we had subscribe now :)20 -
I asked: What are you looking for in a developer?
They: Just that he is a fun guy. We'll take your word on your technical capabilities.
Needless to say, I didn't get the job.7 -
1.
Interviewer
how many soccer balls can fit in your house
Me i dont play soccer
---------
2.
Interviewer
.....
Me
........
Interviewer
...(looks at me)
Me
.......
Interviewer
(staring me)
Me
Hi!
Interviewer
Oh yeah. So....14 -
Hats off for Microsoft.
After recent updates we are now able to install Windows 10 without ever being promoted to log into a Microsoft account. I was even able to uninstall OneDrive like any other application.
Small steps into the good direction.9 -
I had a few interesting ones for my current job. Most of you should of hear it by now, but still a decent brainteasers.
You have 9 pool balls, 1 of which is slightly heavier than the other. You have a balance scale, find the heavier ball. You can only use the scale twice.
Devs, let's not spoil this by actually posting the answer.16 -
Got assigned an intern to mentor him, with an explicit order not to do any of the legwork for him.
We start out with some fuzzy requirements. Intern starts overengineering a generic solution, so I make out a best architecture that conforms to the business requirements and I explain it to the intern why are we going to use such approach and tell him how we are going to do it in three phases.
I explain the intern the first phase, break it down in small tasks for him and return to my projects...
After a couple of days of no words from the intern, I decide to check up on him to see how is he progressing, only to hear him complaining the task is boring. So, instead of doing the assigned tasks, he decided he should do a "design" for a feature I told him explicitly not to do, since it is going to be designed by the design team later on.
I explain it to the intern that we have to do the boring task first because we can't proceed with the next phase of the implementation without the necessary data from the phase one.
Intern says okay and assures me he got it now. Few days later, I check up on him, and he tells me he feels he is doing all the work and that I don't contribute to the project. I call up my boss and tell him intern wants a meeting. Since I was working from home, I quickly pack my things and head to the office. Boss talks to the intern before I managed to get to the office. Once I got there, I meet the intern, and he tells me everything is okay. I ask what did the boss say to make things okay all of a sudden, and he tells me he said we are a team now. Our company has a flat hierarchy model, so he tells me he doesn't feel he needs a mentor, that we are both equal, and that I have no idea how to work in a team, and then proceeds to comfort me on how human interaction is hard and that I will learn it one day... I was like wtf?
I tell him to finish the phase one of the project and start with the phase two, and I leave home again.
I call up my boss and ask him what did he say to the intern, and he says: "nothing much, just explained the project a little bit and how it fits in the grand scheme of things.". I ask about the equal team members thing, and me not being a mentor any longer, the boss goes wtf, saying he never said anything about that to him.
So the kid can't focus on a single task, over-engineers everything and doesn't feel he can learn anything from developers with more experience, doesn't want to obey commands, and also likes to lie to manipulate others.
Tomorrow we'll decide what to do with him...
Sorry for the long rant, it was a long stressful day.86