class HannahZeng:
def __init__(self):
self.name = "Hannah Zeng"
self.pronouns = "She/Her/Hers"
self.current_role = "Software Developer"
self.language_spoken = ["English", "Cantonese", "Taishanese", "Mandarin"]
self.hobbies = ["watching anime and movies", "hiking in a state park",
"shopping", "reading"]
self.code = ["JavaScript", "Python", "Java", "C++", "PHP"]
self.technologies = ["React", "HTML5", "CSS3", "Node.js", "Express",
"Vite", "MongoDB", "PostgreSQL", "REST APIs"]
self.learning = ["Flask", "Django", "C#", "NestJS", "ML"]
self.current_mission = "Build things that don't break (too often)"
def say_hi(self):
print("Hey there 👋")
print("Thanks for stopping by! Grab a virtual coffee ☕ and browse around.")
def __str__(self):
return f"""
Hi, I'm {self.name}!
→ Currently breaking... I mean *building* things as a
{self.current_role}
→ Mission: {self.current_mission}
Let's build something cool together! ☕✨
"""
if __name__ == "__main__":
me = HannahZeng()
me.say_hi()
print(me)
Keep learning and always be dedicated, aspiring, and perseverant!
- NY, USA
Pinned Loading
-
build-project-lobby-system
build-project-lobby-system PublicThis is the project I built during my time as a fellow at Build Project Fellowship from Open Avenues
JavaScript
-
-
Recipe-Square
Recipe-Square PublicMy personal project during the second semester in CUNY Tech Prep
JavaScript
-
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.



