ASAnvay Singhinanvay.hashnode.dev·Sep 5 · 11 min readI built a job-application copilot that can't lie about meI built Zapply, a personal job-application copilot. It finds jobs, ranks them against my resume, and drafts a tailored application. I paste and submit it myself. The design rule I kept everywhere: ev00
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