Yelling

...

March 7, 2018 · 1 min · Nick Spreitzer

Haiku

...

February 26, 2018 · 1 min · Nick Spreitzer

Gotcha! The PowerShell Call (&) Operator and String Concatenation

What I learned by trying to contatenate a collection of string fragments into a single executable command....

February 23, 2018 · 1 min · Nick Spreitzer

How To Compose A PowerShell Module With Multiple Script Files

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....

December 17, 2017 · 5 min · Nick Spreitzer

Is your Microsoft Sculpt Keyboard losing keystrokes?

After I built my new computer, I found that my keyboard was constantly hanging and losing keystrokes. Here’s how I fixed it....

August 19, 2017 · 2 min · Nick Spreitzer

A Pain-Free Guide To Installing Web Deploy

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....

February 18, 2017 · 5 min · Nick Spreitzer

Trouble connecting to a git repo with an SSH key?

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....

February 15, 2017 · 2 min · Nick Spreitzer

Basic Git Workflow Guidelines

My personal list of basic git hygiene practices that I frequently suggest for most software development teams....

February 6, 2017 · 9 min · Nick Spreitzer