Details
-
AboutI am a software developer working as a systems engineer in an IT company.
-
SkillsJava, JavaScript, jquery, html, css, rest, angular
-
LocationIndia
Joined devRant on 9/16/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
-
for(i = 0; i < n; i++);//<-- this one
{
//Do stuff
}
One day struggling why this for loop in C just iterates once, found out that ";" was leaving the for body empty, and the "Do Stuff" ended beign out of the for.8 -
Was working in small startup with great people on new projects, but for very low salary and shitty conditions.
Changed job to big company with nice salary and great conditions, but people are assholes and have to work on legacy stuff mostly.
Guess you can't have everything.1 -
This moment when everyone assumes you know how to use EVERY device just because you are a coder...5
-
I really really want to change jobs and pursue being a game dev.
I am so tired of our company kissing our clients' asses, out of fear they might leave, making the developer work an extra mile without the appropriate salary for the extra work, which now I realize why we have alot of sh*ty projects.
I think there is a clear line between customer service and being suckups.
:(4 -
I tried to solved a problem for two day. And I was about to give up. I went and watched a movie with all my frustration. As I was checking on devRant while watching . I decided to google again using my phone this time. Immediately I got an idea and back to my computer. Three minutes and I was done with a problem that took me 2day's. All was because I was using RC5 in angular 2 and the module I was using is RC1 angular 2 and they had not indicated the change in the documention 😢😢😢
-
When they expect you to construct something which was defined just by a name, and you have absolutely no clue..:4
-
"An experienced developer is one who doesn't make any new mistakes, but repeats the same old ones over and over."