class Gledis:
name = "Gledis Lami"
alias = "GlediLami"
role = "System Design & Software Engineering"
edu = "M.Sc. Information Engineering β TU Munich"
languages = ["Go", "Java", "Python", "C++", "JavaScript"]
stack = ["React", "Angular", "Spring", "FastAPI", "Kafka", "Kubernetes"]
current_mission = [
"π Shipping open-source tools for students & devs",
"ποΈ System Design & Distributed Systems Mastery",
"π M.Sc. Information Engineering @ TUM",
]
fun_fact = "Ask me about container runtimes, WSL2 & microservices π³"
def get_status(self):
return "Designing systems, shipping code. π"
Me = Gledis()
print(Me.get_status())Generated daily by GitHub Actions (.github/workflows/snake.yml).