End-to-End Guide: Deploying the EpicBook Application on Azure with Secure NetworkingOct 25, 2025·5 min read
Capstone Project: Automated EpicBook Application with Dual Pipelines in Azure DevOps (Terraform and Ansible)Introduction In many organizations, infrastructure provisioning and system configuration are treated as separate but complementary concerns. A dual pipeline approach in Azure DevOps — one pipeline for Terraform deployment and another for Ansible conf...Dec 1, 2025·6 min read
Use Bicep to Automate and Deploy Azure Virtual Machines and Associated ResourcesIf you have been using the Azure portal to set up your cloud resources, you likely have experience using Azure Resource Manager (ARM) templates for consistent build and deployment. However, there are limitations to using ARM templates which among oth...Jul 12, 2025·5 min read
Building a Simple Flask App with Docker and GitHub Actions: A Complete GuideIn the world of modern software development, automation and containerization have become essential tools for building, testing, and deploying applications efficiently. In this article, I’ll walk you through how I built a simple Flask web application,...Jun 9, 2025·3 min read