About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
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
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
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
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
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