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)
Most used tags
Tag Archives: Code
Week 8 roundup
Last week recap and links: Gitflow for visual studio, we’ve been using this feature with SourceTree. Now a plugin for visual studio. 10 Years of Doing BDD All Wrong. Video from CukeUp! 2014. Read here why to keep your code … Continue reading
Bind WPF control to Window property
I’ve decided to write this small post on how to bind a WPF control to a property of the Window code behind. Every time I forget one of the steps and end up searching for this: Create a dependency property, … Continue reading
Notebook FanControl custom use
A user called Grantig on computerbase.de created the tool Notebook FanControl. It is written in C# and uses WCF for communication with a backend service. Using JustDecompile and the information from the config I managed to build my own front-end. … 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