geminixiang - Overview

I'm a DevOps Engineer who loves diving into diverse domains - from full stack web development 🌐 to ML model deployment 🤖, all the way to creating mind-blowing videos with diffusion models 🎬. Always chasing that next cool tech to play with!

class DevOpsEngineer:
    def __init__(self, experience_years: int):
        self.name = "Ying Xiang Zhao"
        self.role = "DevOps Engineer"
        self.experience_years = experience_years
        self.language_spoken = ["Mandarin", "English"]
        self.language_coded = ["Python", "TypeScript", "Bash", "YAML"]
        self.tools = ["Kubernetes", "Docker", "Terraform", "Google Cloud", "CI/CD", "BentoML", "Django", "Astro"]
        self.interests = ["Cloud Native", "System Design", "Generating cool things with Diffusion models"]

geminixiang = DevOpsEngineer(experience_years=4)