Details
Joined devRant on 6/11/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
-
Trying out react. Using npm 3.10
Error make sure you are using the latest version of node and npm
Updates npm to 5.6
It looks like you are using newly released version of npm which is not supported. #FML6 -
API returns two date time in json (x-date-time, y-date-time) both of which are coming wrong.
Instructions for consuming API :
Take date part from y-date-time and time part from x-date-time and combine them so you would have the desired result1 -
Worked on a project where the variable was public and static, was accessed at multiple locations and across multiple threads and no it wasn't using thread safe implementation. Since then whenever I read public static I start praying the next word be "final".
-
that I am fucked feeling when you have to take manager's manager permission to create a branch in svn repository. and then coming to know that previous devs were told to use "flags" for toggling/managing new/under development features instead of creating a new branch1
-
This jewel piece of code in Java:
if(String.valueOf(var1.toString( ) ).equalsIgnorecase(String.valueOf(var2.toString())){
//fuck something else here
}
String var1; //defined somewhere
String var2; //defined somewhere in the code
At this point I am not even mad 😂😂3 -
Manager's document instructions
cover all topics but we don't want a detailed doc
nothing should remain unexplained but it should not have exhaustive coverage of project since we don't have the time.
I know this will take time but we have only 2 days -
So we decided to adopt Scrum where in manager(scrum master) picks the stories for dev, changes them during sprint and also decides the complexity of task. so much for a servant leader!!3