Projects

Here are some of the projects I've worked on. Each one taught me something new and helped sharpen my engineering skills.

ISP Core Network Platform

At Zzoomm, I helped design and deploy the core network and SDN platform using Python and Ansible. It handled routing, switching, and service delivery across multiple UK locations as the company scaled up. I also built the customer DHCP services on ISC KEA to keep things resilient as the subscriber base grew.

PythonAnsibleBGPOSPFSDNJuniperCiscoISC KEA

Azure IaC Deployment Pipeline

At Allpay, I set up IaC pipelines using Bicep and Terraform to automate how we provision Azure resources. Before this, environments were built by hand and kept drifting apart. Now everything goes through GitHub Actions, so infra changes get reviewed in PRs and deployed automatically across dev, staging, and production.

BicepTerraformGitHub ActionsAzurePowerShell

VMware HCI Datacentre Rollout

At Zzoomm, I led the deployment of VMware vSAN HCI across Telehouse North and LD5 Slough. This gave us highly available compute and storage with cross-site failover, supporting all production workloads and corporate services while the company grew from about 150 to over 2,000 staff.

VMware vSpherevSANHCINetworkingStorage

Enterprise Endpoint Management at Scale

At Zzoomm, I automated the whole endpoint lifecycle using Intune and Autopilot. Devices got enrolled, configured, made compliant, and had apps deployed with minimal manual work. This let us go from 150 to over 2,000 endpoints without the provisioning process falling over. I also set up Sentinel for endpoint detection.

Microsoft IntuneAutopilotEntra IDPowerShellSentinel

Platform Observability and Monitoring

At Allpay, I deployed and configured Zabbix across the production infrastructure. Built dashboards, alerting rules, and some automated remediation so the team could actually see what was going on and catch problems before users reported them. This was part of a bigger effort to move the team away from just reacting to incidents.

ZabbixAnsibleLinuxAlertingObservability

Portfolio and Blog

A static site built with Next.js and Tailwind CSS for writing about infrastructure topics and showing off projects. It builds as a static export and gets deployed to Cloudflare Pages via GitHub Actions whenever I push to main.

Next.jsTypeScriptTailwind CSSCloudflare PagesGitHub Actions