Skip to content

1Brandon1/1Brandon1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Typing SVG

#    ╔═══════════════════════════════════════════════════════════════╗
#    ║ Hey, I’m Brandon — a developer who loves building things      ║
#    ║ that are smart, interactive, and fun to use.                  ║
#    ║                                                               ║
#    ║ I’m into exploring how software, AI, and design come together ║
#    ║ to create meaningful, creative solutions.                     ║
#    ╚═══════════════════════════════════════════════════════════════╝
class Developer:
    def __init__(self):
        self.name = "Brandon Attram"
        self.role = "Developer"
        self.interests = ["Software", "AI", "Design"]
        self.motivation = ["Curiosity", "Creativity", "Problem Solving"]

    def intro(self):
        print("Hey, I’m Brandon — a developer who loves building things that are smart, interactive, and fun to use.")
        print("Exploring how software, AI, and design connect to create meaningful, creative solutions.")

me = Developer()
me.intro()

# TODO: Keep learning, keep building, keep evolving 🚀

💻 Tech Stack

Git NPM HTML5 Java JavaScript Node.js

C Python TypeScript CSS3 TailwindCSS Express.js React GitHub


📊 GitHub Stats

About

My GitHub Profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors