I'm a DevOps and SRE enthusiast, with a passion for automation. I'm always looking for new challenges and opportunities to learn and grow. Gamer, fan of Dayz, Rust, and other survival games. /n Love technology, and I'm always looking for new things to learn and improve my skills.
class Leonardo:
def __init__(self):
self.name = "Leonardo Medeiros de Mello Jr"
self.role = "DevOps & SRE"
self.location = "Palhoça, Brazil"
self.skills = {
"Python": ["Intermediate", "Automation", "Scripting"],
"Bash": ["Advanced", "Automation", "Scripting"],
"Powershell": ["Intermediate", "Automation", "Scripting"],
"Docker": ["Intermediate", "Containerization", "Orchestration"],
"Kubernetes": ["Beginner", "Containerization", "Orchestration"],
"Terraform": ["Beginner", "IaC", "Automation"],
"Git": ["Advanced", "Version Control", "Collaboration"],
"TeamCity": ["Advanced", "CI/CD", "Automation"],
"Android Pipeline": ["Intermediate", "CI/CD", "Automation"],
"iOS/iPadOS/macOS Pipeline": ["Intermediate", "CI/CD", "Automation"],
}
self.knowledge = ["DevOps", "SRE", "Automation", "IaC", "CI/CD", "Monitoring", "Cloud", "Containers", "Orchestration"]
self.interests = ["Gaming", "Technology", "Survival Games", "Automation", "DevOps", "SRE"]
self.languages = {
"Portuguese": ["Native", "Fluent"],
"English": ["Intermediate", "Reading", "Writing", "Listening"]
}
def get_info(self):
return self.name, self.role, self.location, self.skills, self.knowledge, self.interests, self.languages