How I Study For Microsoft Certifications Reading time ~2 minutes

I have recently obtained both the DevOps Engineer Expert (AZ-400) and the Azure Developer Associate (AZ-204) certifications and was asked by a colleague if I had any tips for studying. I don’t have any quick shortcuts or magic tips but I’ll share in this blog post the three things I......

How To Generate A Report On Your Classic Build/Release Pipeline Agent Specifications Reading time ~5 minutes

Warning ⚠ Ubuntu 16.04 LTS environment is deprecated and will be removed on October 18, 2021. Migrate to ubuntu-latest instead. For more details, see https://github.com/actions/virtual-environments/issues/3287 Perhaps you may have seen this warning in Azure DevOps already. It’s easy enough to fix once you identify a classic build or release pipeline......

Article Review: Federal Court Case Reveals CDC Lacks Evidence to Claim ‘Vaccines Don’t Cause Autism’ (Epoch Times) Reading time ~13 minutes

Link To The Article Review My dad (thank you dad!) sent me a link to this article I wanted to break down. The claim of the article, based on the title, is that there was a federal court case which ended in the CDC being forced to state they do......

ASCII GUI in your PowerShell Console Reading time ~5 minutes

I stumbled upon this epic .net project by PhonicUK on Github for “an event-driven windowing system using a line-art interface for use by command-line applications” and thought I would see if it worked in PowerShell. The results, I think are pretty cool! The code to create this is really very......

WPF WebBrowser / ObjectForScripting / Execute PowerShell... a possibly excellent app framework. Reading time ~5 minutes

The Series PowerShell GUI with HTML - Part 1 PowerShell GUI with HTML - Part 2 PowerShell GUI with HTML - Part 3 Show-HTML WPF WebBrowser / ObjectForScripting / Execute PowerShell... a possibly excellent app framework. Okay, so about 5 months ago I wrote a blog post on a potential......