#!/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 allLoading
Loading
Info
Member since March 30, 2022