CI/CD • IaC • ObservabilityAzure • Bicep • PowerShellBy Manish Mittal

Ship better software,
faster with confidence

I help teams adopt modern DevOps practices—continuous delivery, infrastructure as code, and enterprise-grade observability—without slowing developers down. Specialized in Azure cloud infrastructure, Bicep IaC, and PowerShell automation.

50%
Lead time reduction
< 1h
Mean time to restore
99.95%
Uptime targets
azure-pipeline.yml
# Azure DevOps Pipeline
trigger:{ branches: ['main'] }
pool:
  vmImage:'ubuntu-latest'

stages:
-stage: Build
  jobs:
  -job: BuildApp
    steps:
    -task: NodeTool@0
      inputs:
        versionSpec:'20.x'
    -script: npm ci && npm test
      displayName: 'Install & Test'
    -script: npm run build
      displayName: 'Build Application'

-stage: Deploy
  jobs:
  -deployment: DeployToAzure
    environment: 'production'
    strategy:
       runOnce:
         deploy:
            steps:
            - task: AzureWebApp@1
              inputs:
               azureSubscription: 'prod-subscription'
               appName: 'myapp-prod'
               package: '$(Pipeline.Workspace)/**/*.zip'

ABOUT

Who I Am

I am a DevOps Engineer with 4+ years of experience designing and automating cloud platforms on Azure and AWS. I focus on building scalable CI/CD systems and cloud-native infrastructure that help engineering teams deliver software faster, safer, and with greater reliability.

My strengths lie in architecting reusable Infrastructure-as-Code frameworks using Terraform, orchestrating workloads on Kubernetes, and implementing GitOps pipelines with Argo CD for fully automated, declarative deployments. I also bring deep experience with Azure DevOps, GitHub Actions, and observability tooling such as Prometheus and Grafana.

Manish Mittal

Foundations

What is DevOps?

Culture of Collaboration

Break silos between dev and ops through shared ownership, blameless postmortems, and a focus on flow.

Continuous Delivery

Automate build, test, and release so changes are small, reversible, and always shippable.

Observable Systems

Measure what matters—SLOs, golden signals, release health—to detect and resolve issues early.

Services

What I deliver

CI/CD at Scale

Standardized pipelines with GitHub Actions, Azure DevOps, and GitLab CI.

Infrastructure as Code

Cloud-native architectures using Azure Bicep, Terraform, and ARM templates.

Platform Engineering

Internal developer platforms with self-service templates and golden paths.

DevSecOps

Shift-left security with SAST/DAST, container scanning, and SBOMs.

PowerShell Automation

Advanced scripting for Windows admin, Azure automation, and task orchestration.

Reliability Engineering

SRE practices: error budgets, SLIs/SLOs, and chaos engineering.

Performance

Key DevOps Metrics

10x
Deployment frequency
2h
Change lead time
0.1%
Change failure rate
30min
MTTR

These DORA (DevOps Research and Assessment) metrics are targets high-performing teams achieve.

Ecosystem

Toolchain I love

cicd

GitHub ActionsAzure DevOpsGitLab CIJenkinsAzure PipelinesGit

container

DockerKubernetesAzure Container AppsAKSHelmArgoCDEKSECRECS

iac

AWS CloudFormationTerraformARM TemplatesAnsiblePowerShell DSC

monitoring

Azure MonitorPrometheusGrafanaAWS CloudWatchApp InsightsLog Analytics

security

Azure Key VaultHashiCorp VaultSonarQubeAWS SecretManagerTrivyAzure PolicyIAMDevSecOps automation

cloud

Microsoft AzureAWSAzure FunctionsLogic Apps

Proof

Recent wins

Enterprise Azure Migration

  • Hub-and-spoke network with Azure Bicep
  • 50+ workloads migrated to Azure
  • PowerShell automation for provisioning
  • 99.99% uptime with Azure monitoring

Fintech CI/CD Modernization

  • Monolith → microservices migration
  • Lead time from weeks → hours
  • Azure DevOps pipelines at scale
  • 99.95% uptime with SLOs

Healthcare DevSecOps

  • Automated SBOM & container signing
  • Policy-as-code with Azure Policy
  • HIPAA compliance automation
  • Audit time reduced by 70%

Let's Talk

Tell me about your goals

Whether you're starting your DevOps journey or leveling up a mature platform, I can help.

Based in
India (IST timezone)
I'll never share your info.
Manish Mittal DevOps Engineer

Automating the future, one pipeline at a time. Specializing in cloud-native architectures and developer experience.

All Systems Operational

Connect

© 2025 Manish Mittal DevOps Engineer. All rights reserved.

Built with Next.js& Tailwind