Post by: syed hussain in All Microsoft Azure Tips
When creating Azure resources, it's very easy to get lost in the volume of resources that often get created as part of a simple deployment like a new Virtual Machine.…
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 Application Architecture
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 Architecture
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 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.