Category: Software Development
-
When “Shift‑Left” Leaves the Back Door Open: Why Governance Matters More Than Ever
Intro For years, DevOps has been the crucial link between development and operations — powering automation, continuous delivery, and secure, fast‑moving engineering. But as organizations push developers to become full‑stack and embrace shift‑left practices, the traditional DevOps role is becoming diluted. Developers are now expected to build features, deploy them, and manage pipelines, often without…
-
Creating and deploying Azure cloud infrastructure using C#
Introduction So I was tasked with writing a pro-code solution to generate Azure Resource groups using C#. What I ended up with is a simple, scalable function that takes in a parameter object and automatically creates a resource group within an Azure subscription. Although limited to creating Resource Groups this solution has the potential to…
