Stopwatch

How to benchmark javascript coding options

Benchmarking is a useful process for comparing different implementations of the same functionality to determine efficiency. This post explores benchmarking JavaScript code using online tools....

January 27, 2024 · 2 min · lpains
Identity

Azure Pipeline service principal detail without AD Access

This posts demonstrates how to lookup the Azure Pipeline service principal information without querying Azure AD directly....

July 25, 2023 · 2 min · lpains
Developer VM

Setting up Hyper-V VM using powershell

If you are one of those that need to frequently create VMs based on a template, keep reading, I got PowerShell automation for you....

August 28, 2022 · 5 min · lpains
Developer Environment

Automated and repeatable Developer Environment setup - winget

Hours to minutes: setting up a .NET / Node developer environment from scratch using PowerShell + winget...

August 25, 2022 · 3 min · lpains
Locks

Convert PFX to PEM for AWS Certificate Manager

Learn how to convert a PFX certificate into a PEM encoded parts for AWS Certificate Manager import....

March 9, 2022 · 2 min · lpains