Skip to content
View hzeng33's full-sized avatar
:octocat:
:octocat:
  • NY, USA

Block or report hzeng33

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hzeng33/README.md

✨ Hello~ and welcome! ☺️ Image

Image

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)

Connect with me on:

your-username





Claude Google Gemini ChatGPT Dev.to blog MongoDB Postgres MongoDB SQLite Supabase Figma LeetCode Kaggle Hackerrank Scrimba FreeCodeCamp The Odin Project W3 Schools Angular.js Django EJS Express.js Flask JWT MaterialUI NodeJS NPM Spring TailwindCSS Vite C++ C# CSS3 HTML5 Java JavaScript PHP Python Spotify Android Linux Ubuntu

Pinned Loading

  1. build-project-lobby-system build-project-lobby-system Public

    This is the project I built during my time as a fellow at Build Project Fellowship from Open Avenues

    JavaScript

  2. reading-tracker reading-tracker Public

    JavaScript

  3. Recipe-Square Recipe-Square Public

    My personal project during the second semester in CUNY Tech Prep

    JavaScript

  4. Web_Scraping_and_Dashboard_Project Web_Scraping_and_Dashboard_Project Public

    Python