class Developer:
def __init__(self):
self.name = "Seyed Mostafa Hashemian"
self.role = "Computer Science Engineer"
self.education = ["UPM - Universidad Politécnica de Madrid", "42 Madrid"]
self.passions = ["Artificial Intelligence", "Cybersecurity", "Process Automation"]
self.current_focus = "AI Agents & Security Testing"
self.future_goals = ["Cybersecurity Master's", "Content Creation"]
self.vibe = "Good vibes coder 😎"
def current_projects(self):
return [
"🎮 Unity Game Development",
"🌐 Personal Website",
"🤖 AI-powered Tools",
"🔒 Security Research"
]
"Code is like humor. When you have to explain it, it's bad." - But good vibes make everything better! 😎
⭐️ From SMOSTAFAH1 with good vibes and lots of caffeine ☕










