Posts tagged with "CI/CD"

Found 5 posts

DevOps & Infrastructure
August 31, 2026

Terraform to Bicep Migration on Azure: A Field Guide

Moving Azure infrastructure from Terraform to Bicep is less about converting HCL files and more about replacing a state-file workflow with a deployment-based one. This field guide covers when migration pays off, inventorying tfstate, incremental coexistence patterns, the decompile tooling that exists, deployment stacks as the lifecycle answer, and the what-if validation and rollback discipline that keeps the cutover safe.

Terraform
Bicep
IaC
Azure
DevOps
CI/CD
Deployment Stacks
Migration
By Falak Mahmood
Next.js & React
August 7, 2026

Upgrading to Next.js 16.3: build cache and memory wins

Next.js 16.3 shipped on 3 August 2026 with build disk caching on by default, up to 90% lower dev-server memory through eviction, TypeScript 7 type checking, and native Node.js streams that handle up to 22% more SSR requests under load. Here is what an Azure-hosted enterprise app gains from the upgrade, how to verify the wins in your own CI pipeline, and a decision guide for the opt-in Instant Navigations suite.

Next.js
Next.js 16.3
Turbopack
TypeScript 7
Instant Navigations
React
CI/CD
Azure
Performance
Self-hosting
By Falak Mahmood
TypeScript
July 10, 2026

TypeScript 7 in production: a CI migration decision guide

TypeScript 7.0 reached general availability on 8 July 2026 with the Go-native compiler, cutting full builds by 8x to 12x and memory use by up to a quarter on Microsoft's published benchmarks. The release ships without a stable programmatic API until 7.1, which blocks typescript-eslint, framework template checking and Next.js detection, so the right move depends on which of three migration profiles your repo fits.

TypeScript
TypeScript 7
Go
Compiler
CI/CD
Azure DevOps
GitHub Actions
Next.js
Monorepo
Developer Experience
By Falak Mahmood
DevOps & Infrastructure
January 27, 2026

Self-Hosted GitHub Runners on Azure: The ROI Calculation

The honest cost model for self-hosted GitHub Actions runners on Azure — break-even math against hosted runners, when self-hosting is a trap, and the ephemeral scaleset architecture that keeps them safe in production.

GitHub Actions
Azure
Self-Hosted Runners
CI/CD
DevOps
By Falak Mahmood
Microsoft Ignite 2025
November 28, 2025

Reimagining Software Development with GitHub Copilot and AI Agents - Microsoft Ignite 2025

Teams with strong DevOps practices are best positioned to harness AI power. Discover how GitHub Copilot and AI agents bring unprecedented speed, scale, and security across the software development lifecycle—from planning to production.

Microsoft Ignite
GitHub Copilot
AI Agents
DevOps
Agent HQ
Code Review
SRE Automation
CI/CD
Software Development
Developer Productivity
AI Coding
Multi-Agent Systems
GitHub Actions
Azure SRE
Enterprise Development
By Falak Mahmood