Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

Week roundup

Last week recap and links: Slack lovin’ slides that Nomaan uses to convince you to use Slack Tota11y javascript file to check your site for accessibility Treating the Azure CLI as a Docker Container to speed development [ video] Azure … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

WPF localization

To repro a bug I’ve created a simple WPF application that displays two labels bound to the same DateTime object. The bottom one is converted to a string using a IValueConverter. Both should be formatted the same but aren’t. By … Continue reading

Posted in Development | Tagged , , | Leave a comment

Loadtest with Azure VM

For an upcoming release we decided to do a loadtest on our Azure test environment. Until now we used a set of local machines for this. The setup uses 6 machines that host our product, which consists of a number … Continue reading

Posted in Test | Tagged , | Leave a comment

Week roundup

Last week recap and links: If this then Trello, Trello is an IFTTT channel now Two step verification on IFTTT, the extra layer of security is now available Install Android on Hyper-V using Android x86 Image courtesy of kanate / … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Powershell optimization

After rewriting my PowerShell test environment automation script with functions I optimized some parts to improve memory usage, automate IIS Webfarm configuration and batch starting/stopping all machines is a Azure Cloud Service. Download For installation of software the script downloads … Continue reading

Posted in Development | Tagged , , | Leave a comment