ASAnvay Singhinanvay.hashnode.dev·May 25, 2025 · 6 min readBeginner's Guide to Building an AI Interview Coach with Azure ServicesAs we all know, 2025 is the year of AI, and everyone is eager to dive into this AI revolution. Over the weekend, I decided to explore Azure's AI services and create a mini project to better understand some of these technologies. Azure AI Services At ...00
ASAnvay Singhinanvay.hashnode.dev·Mar 29, 2024 · 4 min readRabbit MQ intro with .NETRabbitMQ In simple language, It is a message broker. It’s a type of queuing system. It uses a standardised type of message queuing that is also used by Azure service bus (AMQP).RabbitMQ allows us to create messages that will be similar to what is use...00
ASAnvay Singhinanvay.hashnode.dev·Mar 17, 2023 · 6 min readTerraform BasicsWhat is Terraform? Terraform is one of the tools that let you configure your infrastructure. With its help, one can create, configure or even destroy cloud infrastructure, be it in Azure, AWS, GCP, and others. In brief, it is used to automate various...00
ASAnvay Singhinanvay.hashnode.dev·Oct 21, 2022 · 4 min readAzure Architecture - BeginnerWhenever there is a requirement to host a web server or a website, we may need a physical server or a VM server or we may think of going serverless. We may also think or come across Nginx, IIS or tomcat. In the architecture discussed here, the websit...00
ASAnvay Singhinanvay.hashnode.dev·Jul 8, 2022 · 5 min readDesired State Configuration (DSC) for WindowsI had an ansible role to install certain items from chocolatey in a windows server machine. Due to a change in the situation and requirement, there was a need to look at a different alternative to install on the windows server. That's when, I stumble...00