The personal blog of Sanjay Bhagia


This is my blog, where I write about stuff that interests me such as .NET, Azure, CI/CD and technology in general.

Handling Order Processing with Azure API Management and Service Bus Topics

Imagine we are are a dropshipping supplier for e-commerce stores around the world. Clients receive orders from their end-customers and forward them to our backend to process and deliver them. We are going to automate the process of receiving orders by exposing APIs. In order to distribute the load, we are providing the endpoints to receive orders based on the geography. For example, we have an endpoint to receive orders from Sydney, Australia etc.


Hands-on with Katonic.ai's Generative AI Platform

OpenAI has taken the world by storm, and Generative AI is all the rage these days. It's not just OpenAI; many other companies are working on Generative AI and Large Language Models (LLMs). These models are rapidly changing how we interact with machines and build applications. From Copilots to Spotify's recent Voice Translation for podcasters, we are witnessing the sheer power of these models penetrating our daily lives.


Deploying IronPdf to Azure Functions via CI/CD using Azure DevOps

You can find the source code for the sample I am using in this blog post on my GitHub. This contains the code for Azure Function along-with YML pipeline that I'm going to discuss here.


The best investment I made in 2022

We all know that 2022 was a challenging year for many of us around the world. The stock markets struggled, inflation reached record highs, and the fear of a global recession loomed large. I was no exception and didn't fare well with financial investments last year. However, despite all the challenges, there is one thing that I did in 2022 that turned out to be the best investment for me. And it only cost me $15!


Pulumi - State Management

I am learning Pulumi and I'll be sharing my journey along the way here in the form of blog posts and code samples on my GitHub. Join me on this journey if this topic interests you.