I'm a cloud & platform engineer focused on Azure, Kubernetes, and secure automation — combining SOC practices with SRE principles to keep systems reliable and secure.
I design and operate Azure & AKS platforms, automate infrastructure with Terraform/Bicep, build CI/CD pipelines, and use SOC tooling and SRE metrics to keep services secure and reliable — bridging business requirements and technical delivery across government, consultancy, and finance sectors.
A condensed TypeScript-style example that reflects what I do with Azure, AKS, and translating requirements into platform configuration:
import { AzureKubernetesServices } from '@azure/kubernetes-engine';
import { Engineer, Experience } from '@professional/core';
export class AzureKubernetesEngineer implements Engineer {
constructor(private azureServices: AzureKubernetesServices) {}
experience: Experience = {
years: 8,
sectors: ['government', 'consultancy', 'finance'],
specialties: [
'application development',
'configuration management',
'public cloud deployment',
],
};
deploySolution(solution: any) {
return this.azureServices.deploy({
solution,
orchestration: 'Kubernetes',
cloud: 'Azure',
});
}
bridgeBusinessAndTechnology(requirements: any) {
return this.azureServices.configure(requirements);
}
}
The CV has full detail — roles, dates, clients, and full stack.