Passionate about automation, infrastructure as code, and continuous learning in the DevOps ecosystem
|
|
class DevOpsJourney:
def __init__(self):
self.current_role = "RPA Support Engineer"
self.passion = "DevOps"
self.experience = "1+ years in DevOps"
self.homelab = {
"hypervisor": "Proxmox",
"container_platform": "K3s",
"vms": "Multiple testing environments"
}
self.learning_goals = [
"Master Python for automation",
"Advanced Kubernetes concepts",
"Infrastructure as Code",
"Monitoring and Observability",
"Security best practices"
]
def daily_routine(self):
return [
"Work on RPA support tickets",
"Practice Python coding",
"Experiment with homelab",
"Build DevOps projects",
"Learn new technologies"
]
"Building the future, one commit at a time π"