#!/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()
📚
studying
-
null
- 127.0.0.1
-
12:27
(UTC -12:00)
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.