#!/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