Cloud Computing

Getting started with Azure and pulumi

Infrastructure as a code is the important concept in cloud engineering which manages the lifecycle of resources OR infrastructure similar like the software code. This happens through the machine readable definition files rather than physical hardware configuration files OR tools. Pulumi is an emerging, modern infrastructure as a code SDK which enables you to plan, …

Getting started with Azure and pulumi Read More »

Crossing the boundaries: Integrate Azure event hub and stream analytics programmatically

IIOT. Industrial Internet of Things is an area which talks about the interconnected systems and devices where data has an immense significance. It is not just about connecting things together with internet but empowering them with computer applications and technologies. I will not much talk about this but you can refer more details here. Just …

Crossing the boundaries: Integrate Azure event hub and stream analytics programmatically Read More »

Implementing message based communication in modern application/architecture

Modern applications contains multiple components which communicates with each other. These components are different in behavior with input and output data requirements. In order to have the effective communication between the components , the communication platform should be good enough to offer loosely coupled behavior. In this post, lets discuss about messaging platforms and how …

Implementing message based communication in modern application/architecture Read More »