DEVOPS / PLATFORM ENGINEER

Platform Engineer sharing practical lessons on cloud, automation, Kubernetes, and modern infrastructure.

I build scalable platforms, automate everything, and share real-world lessons from the trenches to help engineers level up and build with confidence.

deploy.py
import boto3
import json
# Deploy to EKS
def deploy(env):
eks = boto3.
client(
'eks',
region=
'eu-west-2'
)
return eks.
update_kubeconfig(
name=env
)
$terraform plan
+aws_eks_cluster.platform
+kubernetes_namespace.platform
+azurerm_kubernetes_cluster.aks
+aws_iam_role.platform
Plan: 28 to add, 0 to change, 0 to destroy.
$
Deploy Pipelinelive
Source Control
GitHub / Azure DevOps
✓ pushed
Terraform
Plan + Apply
28 changes
Azure
AKS
AWS
EKS
1+
Articles Published
1+
Tutorials Written
2
Certifications
15+
Years of Experience
1K+
LinkedIn Followers