Post by: syed hussain in All Integration Design Patterns
The Recipient List Enterprise Integration Pattern is a very good architecture when there are multiple Receivers that may act on a message. The Recipient List EIP doesn’t concern itself with…
Post by: syed hussain in All Microsoft Azure Reference Architecture
There are several container technologies that Microsoft Azure provides. Some of these I have tried to summarise below.
Post by: syed hussain in All Integration Design Patterns
The section below documents some common Enterprise Integration Patterns (EIP) that can be used across different vendor platforms. The EIPs are considered industry best practices, they have been peer-reviewed by…
Post by: syed hussain in All Integration Design Patterns
This page details a list of accepted Enterprise Integration Patterns (EIP). All integration design patterns exhibit some common characteristics.
Post by: syed hussain in All Application Design Patterns C# Microsoft Azure
In Azure Functions 1.0, it was never possible to use Dependency Injection (DI). DI is a technique to achieve Inversion of Control (IoC) between classess and their methods. In Azure…
Post by: syed hussain in All Application Design Patterns
You cannot hide an API Key or an API URL when you have a frontend constructed in pure HTML/JavaScript like most SPAs. SPA inherently loads in the browser, for this…
Post by: syed hussain in All Microsoft Azure Reference Architecture
This post is a quick summary comparing the three resources; Azure Load Balancer, Application Gateway and Traffic manager.
Post by: syed hussain in All Architecture Microsoft Azure
When you first create a Virtual Machine in Azure, you are provided with a choice to select an Availability Option.
Post by: syed hussain in Reference Architecture
One of the most crucial and often overlooked principles of systems architecture is understanding legislation and maintaining compliance. In this post, I've documented UK legislation and it links tot he…
Integration failures are common, various Retry patterns can be used in addition to the technology itself providing a retry mechanism. This page documents some of these Retry patterns.
