Why MCP matters in practice: not as another AI buzzword, but as a clean protocol for connecting models to real tools, systems, and delivery workflows.
Why I started building CueMarshal: not to replace engineers, but to turn Git, reviews, and automation into a more practical coordination layer for software delivery.
How I used Azure deployment scripts and Bicep to dynamically query existing labels and keys in Azure App Configuration and conditionally deploy only what is missing.
Learn how to automate notifications for work item updates in Azure DevOps using Power Automate. This step-by-step guide covers everything from setting up the trigger to handling work item state changes with expressions.
How I automated OWASP ZAP scans in Azure DevOps release pipelines: running the scanner, converting findings to NUnit format, and surfacing vulnerabilities as test results.
A step-by-step guide to enabling VM Insights on Azure Virtual Machines using a Bicep module to automate diagnostics and telemetry collection.
Using a Service Principal, you can use Azure Key Vault on on-prem or non-Azure Kubernetes clusters.
When deploying iOS apps with Azure DevOps, you may run into the error message: 'An exception has occurred: issuerId is required'. Changing the Agent Specification to macOS-12 will resolve the issue.
Azure DevOps automatically generates a BuildNumber for every build in Azure Pipelines. What if you want to generate a calculated BuildNumber?