Details
-
Skillsc#, c++, sql
-
LocationSt. Gallen, Switzerland
Joined devRant on 1/5/2018
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
-
This rant was posted from the devrant web client in Firefox v44
running at ReactOS, an open-source alternative that looks/behaves like Windows10 -
I have just landed my dream job. Coming from a background of java and python, I applied for a C++ heavy company... The interview process was centred on algorithms and I passed it. Now I get to learn the language I have always wanted to learn from pretty hardcore devs while I am getting paid. One of the best fucking days of the 21 years I have been alive for.3
-
Few months ago I made an app for my buddy. Because it was simple soundboard app (it literally took me 15 minutes) I haven’t took any money. He said it’s for personal use only...
So he released it under his name on Google Play Store... And now he asks me to add advertisements... For free... When I asked him what can I get from it, he said “you can add your name to Credits”
That’s how you loose trust and buddies!22 -
Went blank when interviewer asked me do I know KITT. I knew that he didn't mean Knight Rider, but I could not think of anything sensible in the few seconds I had time to answer the question so I answered NO. Interviewer said that it is a basic requirement for the job and it seemed that I lacked the basic skill needed for the job.
Needless to say I didn't get the job. Later that day as I was telling my friends about the interview they seemed really confused....
"... but you know GIT very well. You use it on a daily basis. Why did you answer NO ?"
Damn, blew my interview on pronounciation issue :/9 -
Currently written on the conference room whiteboard:
People who enjoy meetings should not be in charge of anything.
I couldn't agree more.4 -
Solved a complex puzzle on a website for a local ecommerce business, mind you in 16 and not really looking for a job but an unpaid internship would look beautiful on a resume or university application.
They wanted to see some of my code and give me a tour and none of them despite them being PHP developers for Magento could wrap their heads around laravel or how the routing worked. They also didn't understand and raw PHP whatsoever. I lost all faith and walked out of their office when they asked why I was using prepared statements and how they worked. That was after finding out that they don't understand cloud scalability whatsoever or common security practices.4 -
Here you go, i fucking made this excel sheet by hand because the generated logfiles were not good enough for you and now i hope your dick falls off.5
-
I want a TV program like "Kitchen Nightmares" but with IT companies.
And with Linus Torvalds in place of Gordon Ramsey12 -
I wish that there was a Developer Options for our brains so that we can enableand disable things like "Hearing: On/Off". 😂12
-
I actually hate this job, seems like there's not a single project with decent code abstraction. Everything is a fucking spaghetti like:
```
// we only care about e-mail fields, which are odd
isValid(index) {
if(!(index%2)) {
return true;
}
...
}
```
Like MOTHERFUCKER, WHAT BUSINESS RULE DOES THIS SHITCODE REFLECTS?!?! WHY CAN'T YOU SHITHEADS WRITE PROPER BUSINESS ABSTRACTION RATHER THAN JUST COLLEGE-GRADUATE QUALITY SHITCODE.
FUCKING KILL ME ALREADY I SHOULD HAVE INSTEAD BECAME A PSYCHIC CAUSE I'M SURELY GOOD AT GUESSING WHAT THE FUCKING FUCK THIS FUCKING FUCKCODE INTENDS TO ACHIEVE.
AND YOU CALL YOURSELF TOP-NOTCH DEV CAUSE THIS IS JAVASCRIPT... YOU KNOW WHAT, SHITHEADS LIKE YOU, WHO DON'T KNOW SHIT OTHER THAN GLOBALLING EVERY FUCKING NPM LOCAL PACKAGE IS WHY GOOD ENGINEER LIKE US GET SHIT FROM PHPEPSI ZENDFRAMESHIT FUCKHEADS DEVS.
DO YOU THINK YOUR COMMENT WAS HELPFUL??? DO I LOOK LIKE A BUSINESS GRADUATE FUCKTARD WHO DOESN'T KNOW WHAT THE FUCK THE MODULE OPERATOR IS??? I WANT TO KNOW WHY YOU WROTE THAT SHITFUCK INSTEAD OF WHAT IT DOES; THE REASON I'M READING YOUR POORLY WRITTEN MODULE OPERATOR SOAP-OPERA IN THE FIRST PLACE IS CAUSE I KNOW WHAT IT'S DOING, IT'S BREAKING SHIT.
OH AND ONE MORE THING, FUCK YOU FUCK FUCK FUCKSHIT SHITFUCK FUCk11