class Zayed:
def __init__(self):
self.name = "Zayed Abdullah"
self.role = "Backend Developer & Teacher"
self.location = "Earth π"
self.fun_fact = "I love to Sleep π΄"
self.stack = {
"backend": ["Python", "Django", "DRF", "FastAPI"],
"frontend": ["JavaScript", "React"],
"devops": ["Docker", "Linux", "Nginx"],
"databases": ["PostgreSQL", "Redis", "MongoDB"]
}
def goals_2026(self) -> list:
return [
"Contribute more to Open Source projects",
"Collaborate with amazing developers",
"Keep learning everything! π€£"
]
def daily_routine(self):
while self.is_alive:
self.eat()
self.code()
self.sleep() # favorite part π΄
me = Zayed()π Backend (My Jam!)
βοΈ Frontend
ποΈ Databases
π DevOps & Server




