class BackendDeveloper:
def __init__(self):
self.name = "Dessan"
self.role = "Python Backend Developer"
self.location = "π"
self.languages = ["Python", "JavaScript", "Go", "Dart"]
self.currently_learning = ["Advanced Python", "System Design", "DevOps"]
self.interests = ["Backend Architecture", "API Development", "Cloud Computing", "SIP/VOIP"]
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together.")
me = BackendDeveloper()
me.say_hi()
graph LR
A[π Python Mastery] --> B[π FastAPI]
B --> C[ποΈ System Design]
C --> D[βοΈ Cloud Architecture]
D --> E[π§ DevOps Practices]
style A fill:#3776ab
style B fill:#009688
style C fill:#ff6b6b
style D fill:#4ecdc4
style E fill:#45b7d1
βοΈ From dessanhemrayev