I 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: evSep 5, 2026·11 min read
Desired 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...Jul 8, 2022·5 min read
AzApi provider in TerraformThere was a requirement once, to set up a time based retention policy with its scope on Azure storage container. Those who have worked on Azure or have a brief idea about storage in Azure, might know about the time-based retention policy. I had alrea...Jul 1, 2022·3 min read
Merge Types in Azure ReposWhen you generate a pull request, you merge your topic branch into your main branch or your default branch. The commit history made in the topic branch are reflected in the commit history of the main branch just like all the commits are integrated in...May 7, 2022·2 min read