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
Developer Environment

Automated and repeatable Developer Environment setup

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

March 7, 2022 · 4 min · lpains
alt test

Environment per PR the old fashioned way

If you cannot or will not use containers but still want to have environment per PR, you can still do it with VMs and IIS. I will show you how....

September 23, 2021 · 5 min · lpains

Automatic release notes on Azure DevOps - an update

6 months ago I posted about how to generate release notes based on a good development process. Since then, I was able to make the automatic release notes generation even better. In this post, I will show you how....

October 27, 2020 · 2 min · lpains
Building blocks

Xamarin Forms Azure DevOps build/release for Enterprise apps

Having a reliable pipeline that builds your Xamarin Forms apps in multiple configurations is beautiful. In this post, I will show you how to create a yml pipeline to build your iOS and Android app and release it to your Enterprise users....

April 19, 2020 · 3 min · lpains