My first time walking into Wealthfront’s office wasn’t the first day of my internship. Instead, it was 4 months prior, when I was flown out to Palo Alto for the onsite interview. Wealthfront was the only company that flew me out for an in-person interview. And it was awesome. Not just because the people were... Read more| Engineering Blog - Wealthfront
At this point, most developers use Git as a tool for collaboration. We have our rote-learned commands to pull, commit, and push. And of course, there's that one coworker who knows a bit more about Git than everyone else, who helps get us back on track whenever our local repos end up in a strange state. But what if I told you that Git can be a valuable tool without ever setting up a remote repository? I'm not just talking about having a working version of your code base to roll back to if you ...| mikkel.ca
Introducing Butler Review, a new commit-based, chat centered code review tool, now in beta.| GitButler
A set of rules, their rationale and a short practical guide to creating useful commits.| Bence Ferdinandy
Did you know there's a way to get Git to ignore certain commits when you run the Git blame command?| tekin.co.uk