My introduction to Docker

With my (still-relatively) new job comes an introduction to new (to me) technology. In this case, the technology in question is Docker. For those of you unfamiliar with Docker (like me), it is, in a nutshell, a tool for deploying and running an application within a container. It is an improvement over VM (virtual machine) … Continue reading My introduction to Docker

My favorite PowerShell references

One thing I've been doing to improve my skill set is teach myself PowerShell.  For those of you who don't know what that is, here's my description in a nutshell: it's the command prompt on steroids. So far, I've come across some references, some good, some not so good, to guide me in this endeavor.  … Continue reading My favorite PowerShell references