#!/usr/bin/python
# -*- coding: utf-8 -*-
class SRE:
def __init__(self):
self.name = "Christian Gonzalez"
self.spoken_languages = ["es_ES", "en_US"]
self.roles = ["Site Reliability Engineer", "Systems Engineer"]
self.main_skills = ["Infrastructure Scaling", "Automation", "Incident Management"]
@classmethod
def say_hi(cls):
greet = "Welcome to the SRE world! I'm a passionate Site Reliability Engineer committed to ensuring the reliability and stability of systems."
print(greet)
me = SRE()
me.say_hi()๐จโ๐ป Programming languages
๐ฅ๏ธ Operating Systems
๐ VCS Hosting
โ๏ธ Cloud hosting
๐ Infrastructure Monitoring
๐๏ธ Automation and Infrastructure
๐๏ธ Data Bases
โพ๏ธ CI/CD Tools
๐ ๏ธ Software and tools
๐ Web Servers
Personal projects
View all- Loading
Loading
Info
Member since March 30, 2022