Details
-
AboutReact | Javascript | Senior Product Developer at Riverus
-
SkillsJavascript
Joined devRant on 2/21/2017
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
-
If someone blames a technology, then they are doing it wrong!!!
Its like someone saying "Sex is bad" only because they are doing it wrong!!5 -
Hey Folks,
Does anyone use React Testing Library for Unit testing React components?
If yes, how do you imitate the user event "CTRL + B"? -
vsinder (VScode tinder) is more of like a GitHub tinder. Nobody looks at the code. all are interested in your GitHub profile picture.3
-
"React developers" who write 1-page monolithic pages instead of modular components should be guillotined...
PS: Frustrated AF :(7 -
So, This new company I joined, My first task was to revamp the codebase. have ended up cleaning up the garbage so much that I have lost all my touch with innovation. I am just doing regular and tedious feature replication. I hope I finish this soon and get into real things!! building something from scratch.
-
Joined a new company as front end developer after working for a legal tech for 3 years. The codebase is shit here. There is this ReactJS developer who has done everything except for following standard code practices. No modularity, no reusable components. Some files go beyond 2000 lines of codes. It is a literal nightmare.
The worst part is, he does not understand that he has written the worst code. I dunno how to handle this now.8 -
We had this revamp planned for this week. We were supposed to brainstorm and then come up with solutions. WFH hit it hard!! no solution coming out...
-
Does anyone have Saturdays working???
My company recently did this and I am hating it more than my ex!!3 -
As a Developer, we go through all kinds of situations. There are happy moments and there are frustrations.
What I've seen is, my colleagues use booze to chill and put out their stress. I dont drink nor smoke. I feel, i need something to put out my stress. Any suggestions?14 -
So this backend developer boasted.
"All the controls are in my hands.. you frontend developers are just the puppets of our API's".
Next day i did this:
If (email === '****') {
profilePicture = 'dick.jpg';
}5 -
There was a lady who had come for QA automation demonstration.
She was mentioning the languages used and uttered, C hash for C#...2 -
Had written a robust code. Project manager asked me to make some changes which will alter the code consistency (which he doesn't understand).
I suggested an alternative..
Project manager warned me not to go according to my convenience...
Fuck them.. now i am writing code as per their needs... #Lifeofprogrammers3 -
I still remember one of my lecturer asking whole class to install Linux because ,she thinks PHP does not work on windows machine 😂😂9
-
YOU: if(exp){ statement 1;} else { statement 2;}
v/s
THE GUY: exp ? Statement1 : statement 2;
She says not to worry about!!9