Details
-
AboutCoder, designer, and perpetual cynic ;)
-
SkillsPHP, JS, SASS/CSS, Jade/HTML5, NodeJS, Shell Scripting,
-
LocationBrooklyn NY
Joined devRant on 3/15/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
-
BOSCH replied to my job application for java backend engineer
"Thank you for your interest in Robert Bosch d.o.o.."
WOW
"We have reviewed your application..."
YES?
"...and have decided..."
YESS???
"...to move forward with..."
YESSS I CANT BELIEVE I GOT A JOB AT BOSCH
"...other candidates."10 -
Today I spent like 30 mins trying to pass one of FreeCodeCamps test.
Found the problem.
I added 'u' to "favorite" when creating the field for a schema. 😂😂😭10 -
"We need to reduce the scope of the project, guys... What if we don't make tests? They're taking some time do write, so..."
Yep. Let's compromise the quality and call it scope reduction. It will make wonders to our roadmap 👍6 -
companies: "we can't find good help!"
also companies: "we don't answer applications promptly, don't understand our own requirements, don't want remote, don't..."4 -
Can we please invent a company where we don't have to endure the incessant ringing of Microsoft Teams? 🙉🔔 It's like a never-ending symphony of interruptions and distractions. I yearn for a peaceful workspace, free from the jarring sound of countless notifications. Let's build a world where productivity reigns, and Teams ringtones are banished forever! 🚫⏰12
-
Today I was 25 years old, asking for a raise or a opportunity to reach the next level of my career.
My department manager simply said:
"I'm sorry, but in terms of salary you have already reached the end of your career."
Bye then :)34 -
Manager: Why is no one innovating?
Me: You hired all of us based on culture fit so you have optimized only in that direction. Everyone is same ... like you
Manager: You are right.4 -
There are two jobs I would rather suck dick on the street than do.
Sharepoint developer
JIRA admin
What’s yours?14 -
Never understood why other Devs are annoyed most of the time, until i started working with a project manager and having meetings 4 times a week. I can feel my soul leaving my body everyday7
-
Biggest terminal hack I've discovered till now which is so fucking obvious I can't believe I literally just started using it:
Executing the date command right before and after another command/series of commands to see how long shit takes.
$ date; command or commands; date
This is incredibly useful when rendering loads of data in screen sessions!
I actually feel rather retarded for only thinking of this now.17 -
You will think you are having a bad day, until you come on devRant and read so real shit happening to people.
And, I honestly do find most of the rants here to be fucking hilarious.
I know and understand that these are real frustrations people are going through; but bitch, can I laugh if I find your rant funny? And use some symbols too?10 -
Wow I hate VBA... What a fucking shitty syntax:
For x in y
...
Next x
If x Then
...
ElseIf y Then
...
End If
While z
...
Wend
WTF even is this? Wend? WTH! Why can't you just use a End While? For fuck sake I hate this language31