Yelling
...
...
...
What I learned by trying to contatenate a collection of string fragments into a single executable command....
All I wanted was something I take for granted as a C# developer: the ability to create a PowerShell module that’s composed of multiple script files - one for each function - instead of putting every function in a single .psm1 file. It’s actually a simple thing to accomplish, and yet it’s unbelievably difficult to find a tutorial that explains how to do it. This article seeks to fill that void and save future googlers all the time I sunk into research, trial, and error....
After I built my new computer, I found that my keyboard was constantly hanging and losing keystrokes. Here’s how I fixed it....
I’ve had several less-than-stellar experiences installing Web Deploy in the past. Next time I go through this, I decided many months ago, I’m taking notes! ‘Next time’ turned out to be earlier this week. This article is the result of the notes I took during that trial-and-error session....
Are you getting an ‘Unable to negotiate with legacyhost: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1’ error? This article might be for you....
My personal list of basic git hygiene practices that I frequently suggest for most software development teams....