Post by: syed hussain in All
I was working with a client a few months ago trying to decide on a serverless architecture for a payment system. After considering the following for several months, and months…
Post by: syed hussain in All Application Design Patterns
Summary Most applications rely on other systems for some data or functionality. For example, when a legacy application is migrated to a modern system, it may still need existing legacy…
Post by: syed hussain in All JavaScript
Here is a code snippet that will turn a JSON response into a table.
Post by: syed hussain in All Integration Design Patterns
Summary Sequential Convoy is an integration pattern that is heavily used with Microsoft Dynamics 365 CE. Front-end applications that need to push data into Dynamics often need the data to…
Post by: syed hussain in All
If you need to authenticate with Azure AD when using a serverless or a message broker that is acting as the API Gateway the fastest approach is to use Azure's…
Post by: syed hussain in All Integration Design Patterns Tips
Here is a quick tip for anyone trying to create an Azure Function Service Bus binding. When copying the Service Bus SAS key, the Visual Studio compiler may complain that…
Post by: syed hussain in All Development
One of my favourite messages/events streaming technology is Apache Kafka. Here is a very quick method to install Kafka in Linux using Docker.
Post by: syed hussain in JavaScript
A JavaScript code snippet showing a simple Fetch APi example.
Post by: syed hussain in All
Here is a quick tip for quickly installing Node for mocking purposes.
Post by: syed hussain in All Azure DevOps
Delete unwanted experimental or PoC work easily by using Azure DevOps build pipelines set on a scheduled trigger.
