The Import-Module trap: How PowerShell pros handle dependencies

The Import-Module trap: How PowerShell pros handle dependencies

Many PowerShell scripts starts the same way - a series of Import-Module statements to load dependencies. This pattern is so common that most developers never question it. But this approach has a problem that shows up when scripts fail halfway through execution in production environments.

Read more →

Make Azure DevOps look pretty

Make Azure DevOps look pretty

When I’m working with some tool, I’m looking for a way to customize it, especially when it comes to themes :)

I’m a big fan of dark themes. In Azure DevOps, there is one available by default, but you can enable more, better-looking, themes.

Read more →