Introduction This is a small series of articles about how to work with Azure Service Bus. The code is written in .net core and .net standard. No fancy Python in…
Category: <span>Architecture</span>
Part 5: Final architecture & learnings This is the fourth of at six articles about how an IoT project with certain constraints and prerequisites was implemented. In recent article I…
Part 4: Going on with alternative deployment options This is the fourth of at six articles about how an IoT project with certain constraints and prerequisites was implemented. In recent…
Part 3: What about alternative deployment options? This is the third of six articles about how an IoT project with certain constraints and prerequisites was implemented. In recent article I…
Part 2: Let’s go with containers This is the second of six articles about how an IoT project with certain constraints and prerequisites was implemented. This time it is about…
Part 1: Analysis & Design This is the first of six articles about how an IoT project with certain constraints and prerequisites was implemented. I have to confess, I never…
What does transition mean and what is necessary for being successful with it? Having an eye onto the market, architects with knowledge about how to transition existing on-premise products to…
I recently had some discussions about TDD. I personally never tried to accomplish the procedure seriously. So I wanted to invest a little time to understand if it does fit to…
Quite a while ago I had a good talk with an colleague about “to log or not to log – that is the question”. 😉 That was a longer discussion,…
In last post about Are Extensions the beauty or the beast? I added a screenshot that showed a class implementing the repository pattern. This actually also showed the implementation of our log…