In this article, we will be implementing an "orchestrated" flow, or interaction if you will, as discussed in the previous article. So, this will be quite a technical and a lengthy post, so better get your coffee refill before we start. What can you see in this article: Using an HTTP client for communication between… Continue reading Serverless Microservices: Building an orchestrated workflow with Azure Durable functions
Author: Laur
Building Serverless Microservices – Picking the right design
Well, in the last article, we built a serverless microservice. But one microservice on its own doesn't do much "by design". In this post, we will start accelerating our microservice game, by adding a "simple" requirement that will shape our system. The game plan Well, looking ahead we will be building some new microservices, also… Continue reading Building Serverless Microservices – Picking the right design
Building a serverless “Shopping Cart” microservice using Azure Functions and Durable Entities with c# [Tutorial]
Dynamically select orchestrators in Azure Durable Functions
This is one of the awesome things that I think can be done in functions, which also enables us to build lot of very interesting mechanics, it's not that complicated to pull of, but the results of using this technique might lead to very impressive outcomes. This is part of a mini-series where we want… Continue reading Dynamically select orchestrators in Azure Durable Functions
The story on how I discovered, fell in love and abandoned Event Sourcing
Well, yeah ... quite the title here, for quite the story. To be honest, I discovered and used Event sourcing way before it was called event sourcing, and way before it was cool, or at least at that time, I had no idea that this will become such a hot topic. It all happened about… Continue reading The story on how I discovered, fell in love and abandoned Event Sourcing
Inject configuration values in Azure Functions
One of the most important updates to the Azure function framework was the addition of the DI support. One of the use-cases for having a DI is to read and use "feature flags" in the form of configuration values/environment variables. So for the big question, how do we go from here (local.appsettings.json / env variables):… Continue reading Inject configuration values in Azure Functions
Optimizing for deletion
In my opinion this is one of the best ( at least my favorite ) talks that I have seen this far. https://vimeo.com/108441214
Holistic development and the tale of the unclear requirement
I am a big believer in holistic development, and before I go and present my opinion on this let's start with the elephant in the room: What exactly does holistic mean ? Holistic - characterized by the belief that the parts of something are intimately interconnected and explicable only by reference to the whole. Oxford… Continue reading Holistic development and the tale of the unclear requirement