When you first started with git, you quickly got up to speed with committing, pushing, pulling, merging, and the like. But then you …
Sometimes new developers ask me, “So, what’s the best laptop for a programmer?” It’s an important question. As …
These days it’s hard to tell whether the computer saves us more time than it wastes. However recently I had an experience …
OpenCover analyzes your .NET codebase and generates an XML report rich with detail about the extent and quality of your code coverage. …
It was early one weekend morning and I was trying to integrate AppVeyor with my GitHub project. But there was one problem: my build was …
What are Git hooks? Can you do anything useful with them? Also, since Git hooks come from Linux, is there anything special you need to …