Hello!

I'm Naeem Hossain, my specialties involve software engineering, systems design, automation, & operations

Currently: Microsoft AI | Building ai-powered systems to migrate an entire company's on-premise applications & infrastructure into azure

Get in touch: NaeemHossain.mail@gmail.com

Background

I'm currently a Senior Software Engineer at Microsoft AI. I studied at Rutgers University - New Brunswick and completed 3 internships at the following companies: AppNexus, Prudential, and Viacom.

As a platform engineer, I oversee a fleet of ~30k Azure virtual instances, use AI tooling to automate solutions, and manage the Terraform infrastructure for an entire org — here are a few certifications I've earned along the way:

When I'm not in front of a computer screen, I'm probably cooking or adventuring!

Experience

Senior Software Engineer  @  Microsoft AI

June 2022 - Present New York, NY

  • Author org-wide Terraform / CDKTF configs that handle 95% of the Azure lifecycle (VMSS, network, storage, etc.)
  • Built an MCP agent that handles 100% of critical on-prem infrastructure investigations (~10k hosts)
  • Hold training sessions to onboard team members to full ownership in the Azure environment
  • Develop & deploy internal observability dashboards (Geneva) for the entire org
  • Estimate costs, plan budgets, & manage Azure capacity for org leadership

Associate System Operations Engineer → System Operations Engineer II  @  Xandr

March 2019 - June 2022 New York, NY

  • Deployed & maintained platform infrastructure for Microsoft Advertising & Netflix Ad-Serving
  • Built Python tools & libraries to automate vault secret management, live-traffic shifts, & server migrations
  • Rebuilt several legacy (10+ yr) RHEL-based applications to full functionality on recent Ubuntu distros
  • Leveraged 200+ hours of on-call experience to resolve client-facing outages and handle postmortems
  • Migrated team observability & alerting infrastructure from a variety of on-prem sources to IcM
  • Planned & enabled hyperthreading on 15+ Kubernetes clusters — optimized CPU / Memory by ~30%
  • Migrated team communications & automation from Slack to Microsoft Teams

Ambassador  @  RUniteCS

Sep 2017 - Aug 2019 New Brunswick, NJ

  • Represented women-in-CS initiatives at Rutgers, organizing community events and tech workshops
  • Mentored new students through their first CS coursework, hosting study sessions and code reviews
  • Coordinated speaker engagements and outreach with industry partners

System Operations Intern  @  AppNexus

Jun 2018 - Aug 2018 New York, NY

  • Built internal tools using Python / Flask, uWSGI, and NGINX to reduce traffic shifting time by 50%
  • Engaged in infrastructure maintenance, capacity planning, and emergency response
  • Used Puppet, Kubernetes / Docker, and NGINX load balancers to manage infrastructure

Software Development Intern  @  Prudential Experimental Laboratory

May 2017 - Aug 2017 Newark, NJ

  • Developed applications with the MEAN stack (MongoDB, Express.io, AngularJS, Node.js)
  • Successfully pitched minimal viable products to company leadership
  • Built data visualization applications with D3 and Tableau

Software Development Intern  @  Viacom Media Networks

Jan 2016 - Sep 2016 New York, NY

  • Cooperated with Apple to implement deep-linking and Siri into Apple TV applications
  • Developed Viacom's iOS / Apple TV applications using both Swift and TVML
  • Used Node.js to write and implement content APIs
Skills
Languages
  • Python (3.x)
  • Bash
  • TypeScript
  • Go
  • HCL (Terraform)
  • SQL
  • JavaScript
Distributed
  • Azure
  • Kubernetes
  • Docker
  • Terraform / CDKTF
  • Bicep / ARM
  • Puppet
  • Ansible
  • Helm
Workflows
  • Git (GitHub, Azure DevOps)
  • GitHub Actions
  • Azure DevOps Pipelines
  • Geneva / Grafana / Prometheus
  • ICM / Opsgenie
  • Jira / Confluence
AI
  • GitHub Copilot
  • Claude
  • Gemini
  • GPT
OS
  • Ubuntu (20.04 - 24.04)
  • RHEL / Debian
  • macOS
  • Windows
Published
azkv-ssh-fetch

Python CLI that pulls SSH private keys from Azure Key Vault and connects to VMs / VMSS instances through Azure Bastion. Atomic key writes with mode 0600, optional key shred on disconnect, full az CLI integration.

pipx install azkv-ssh-fetch
Python Typer Azure SDK Azure Key Vault Azure Bastion
avnm-pool-cidr

Python CLI that picks the next free CIDR prefix from an Azure Virtual Network Manager IPAM pool, plus subcommands to list pool reservations and report per-prefix utilization. Removes the manual portal arithmetic.

pipx install avnm-pool-cidr
Python Typer Azure CLI Azure Virtual Network Manager IPAM
azaks-conn

Python CLI that fetches AKS kubeconfigs via az aks get-credentials and merges them into ~/.kube/config under a short alias. Tracks cluster / RG / subscription / admin metadata in a state file so refresh, list, verify, and rm work without retyping arguments. Admin (cluster-certificate) contexts are clearly flagged in list and re-warned on verify so they aren't accidentally shared.

pipx install azaks-conn
Python Typer Rich Azure CLI AKS kubectl
Projects

Open-source L3 CDKTF construct contributed to Microsoft's terraform-cdk-constructs library — a typed Azure Bastion Host resource (Standard & Developer SKUs, configurable scale units, feature-flag toggles) with API-version schema validation, unit and integration tests, and generated API docs.

TypeScript CDKTF jsii AzAPI Azure Bastion Jest

This site — a data-driven Jekyll portfolio with a dark-mode toggle, JSON-LD structured-data SEO, a /writing/ blog, and YAML-sourced experience, projects, and skills. Auto-deployed via GitHub Pages.

Jekyll Liquid SCSS JavaScript GitHub Pages

Convolutional neural net trained to recognize wildlife fish — including everyone's favorite clownfish.

Python TensorFlow Keras NumPy

Sign language interpreter built on top of the Leap Motion sensor — captures hand gestures and translates them into text in real time.

Java Leap Motion SDK

iOS app that uses the Clarifai, Maps, and Wikipedia APIs to recognize national landmarks from a picture, then surface their location plus a short summary.

Objective-C iOS SDK Clarifai API MapKit Wikipedia API