The uncertainty principle – Technology adoptive product development

Every organization involved in software development is faced with new emerging technologies or cloud services. It is important to have a strategy that can cope with this, mitigating risk on one side while not falling too far behind the technology cycles on the other side. Usually there is ample uncertainty in the application of new technology. Several strategies can be applied in order to succesfully apply new technologies or technology versions. I have given a few well known strategies to approach these uncertainties and added one that uses a combination of several well-known principles from agile software development that I have called 'technology adoptive product development'.

To article

The pitfall of code analysis tooling

I have worked with and against different forms of code analysis tooling during my coding work. What I am usually very surprised about, is the importance that code analysis gets in software development. There is a place for code analysis, but it's not the independent ruler that will improve your system quality automatically when you follow its rules that some companies would like it to be. In this article I will try to explain some of the issues that arise when applying these kinds of tools, the difficulties surrounding the application of these kinds of tools and why they are sometimes the sole anchor point in quality assessment.

To article

The Blazor Butterfly

With Blazor .Net, developers have been given a new way to create a web front-end with C# and HTML. Every application of considerable size needs some kind of design philisophy of how the different parts should work together. This article describes a Mvvm pattern, nicknamed "The Butterfly Pattern", and a sample prototype for Blazor.

To article

Sailboat retrospective with a Twist

As I was asked to organise one of the retrospectives for our team I had a look at several retrospective types. I found the sailboat retrospective to be most suitable to be adapted for our team. This small article shows how I applied the sailboat retrospective.

To article