Posts Tagged “Development”
I've been working as a developer for almost twenty years now. In that time I have had the pleasure of helping many developers, and helping them debug code. Some were new to the field, had vastly more experience than me.
While some are naturally somewhat gifted at debugging, it's important to unders…
Read More / Comment »
tl;dr
I recommend every developer turn off automatic garbage collection in git. It's one of the first things I do setting up a new machine - and you should do so too.
For a happier life, go to your terminal right now and run:
$ git config --global gc.auto 0
I promise you won't regret it.
The fu…
Read More / Comment »
As Lead Developer at my previous company I interviewed many Developers. I wanted to provide some advice to Developers on how to come off more positively.
For the purposes of this post I, me and all other pronouns referring to myself refer to a hiring professional.
Some Basics Up Front
Google your…
Read More / Comment »