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 (168)
Category Archives: Tooling
Setup logging in configuration with powershell
Manipulation of config files with notepad is a burden for every developer / operator. It is the source of many errors. With DEVOPS we try to automate this process. The result is less prone to errors. See the powershell script … Continue reading
Posted in Tooling
Tagged .NET, configuration, DEVOPS, logging, powershell, web.config
Leave a comment
My 2015 developer and power user tools
Below a list of tools I use today. If you’re like me, you check them out and add the ones you like to your own toolbox. Image courtesy of vectorolie / FreeDigitalPhotos.net Environment Chocolatey, installation automation. I’ve written about it … Continue reading
My Trello scripts are on GitHub now
Visit my github page here http://github.com/erictummers. Feel free to use the sources. Pull requests are welcome. Let me know what you think. Continue reading
SafeCopy connection lost
After a power failure (empty battery) with my MacBook the SafeCopy backup service wouldn’t run. On the SafeCopy Control Panel an error message would keep popping up. The solution is to click Cancel and let the SafeCopy service quit. Then … Continue reading
Vote for Sofie
Using BrowserStack automated (selenium) testing and Azure Webjobs I automatically voted on a website that didn’t allow multiple votes from the same IP Address. This post describes how I did it. Continue reading