The Problem I type a lot, I never counted the number of words per day and maybe I should, but it’s enough to have made […]
Padding a string in tSQL
Gotcha There isn’t a Pad Left or Pad Right function in tSQL. Solution There is a lengthy discussion about this topic already on Stack Overflow […]
Guide to using Git for TFS users
Introduction It’s that time again – that time where the development industry has decided for us that what we were using before isn’t good enough […]
A very basic guide to GIT commands
Why GIT commands? When you use GIT long enough, you begin to realize it is just easier to use GIT commands. Using a console is […]
Why months is a terrible measurement
Introduction There have been numerous times that I have been asked to provide a threshold or measure something in months. I always warn that this […]
Get CPU and Memory utilization in percentage via PowerShell
The seemingly simple problem I could not believe what a total pain in the ass this was to resolve. I tried getting the CPU and […]
Tips on onedrive-d and re-installing it
Introduction I recently install Mint Linux on a tiny $200 13″ laptop because Windows 10 was killing its performance since I got it. I got […]
Using the WCF Test Client without Visual Studio
Introduction There are times when you need to use the WCF test client in places where Visual Studio is not installed, namely a production server […]
Toilet tank fill valve is hissing
Don’t change your toilet tank fill valve just yet Most of the posts I have seen about this automatically assume that you have to replace […]
Copy and zip up IIS Logs newer than a certain date
This script will actually work for anything of the form “Copy stuff from static location and zip it up using PowerShell”, however the focus for […]