Details
-
AboutProduct Manager | Web Developer
-
SkillsAngular, Ruby on Rails, React, Sublime Text, OSX
-
LocationSeattle
-
Github
Joined devRant on 6/7/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
-
Was about to follow a guy doing really interesting work on Twitter, then noticed he was using a light background terminal theme.
-
A programmer comes home from work. The spouse says, "Could you run to the store for me? Buy a gallon of milk, and if there are eggs, buy a dozen". He goes to the store and comes back with 13 gallons of milk.
buyMilk()
if (eggs) {
for (var i = 0; i < 12; i++) {
buyMilk()
}
}4 -
git blame
More like
git whose line is it anyway
Where commit messages are made up and the branches don't matter1 -
Absolutely :|
Build systems
Testing tools
Performance tools
Debugging tools
Automation tools
.
.
.
:|5 -
Me: How can I delete pushed commits from origin?
Colleague: Just do git reset --hard and then git push -f
Me: But this is dangerous
Colleague: Wait, I'll do it myself
Colleague: Done
Me: But nothing happened
Colleague: Fuck. I just removed all changes on my own branch2 -
What's so damn hard about a simple change log when you update your app? Or at least point me to somewhere where I can see that. Ugh. Come on.6