Details
-
AboutThe biggest misconception people have about me is that I'm stupid.
-
SkillsN/A
-
LocationFaridkot, India
-
Github
Joined devRant on 6/3/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
-
> 1 hr meeting
> 30 min free
> 30 min meeting
> 3 hour meeting
> 30 min free
> 15 min "check point"
> How hard is concrete from 20 stories?!1 -
TFW when just an hour of peer programming solve all your problems that have been bogging you down for a week.
-
Class DonaldTrump extends Shit implements Asshole {
public final boolean PRESIDENT = false;
public final String THINKING = "bullshit";
public void talk () {
System.out.println(THINKING);
}
}1 -
git blame
More like
git whose line is it anyway
Where commit messages are made up and the branches don't matter1 -
Had to implement a search feature for a client so I did and told him to check it out (it was a LIKE SQL statement)
He tested it out by typing in iPhone and Phone (there was an item called iphone in the database) and he was amazed about the fact it worked for some reason.
A real answer from him:
"it's working.. how is it working?
each item is tagged to multiple keywords without the user doing anything"
I said it's just a text search but I guess I should've said I'm using an advanced AI to extract all possible terms related to the item title.1