class Developer:
def __init__(self):
self.name = "Mayank Kumar"
self.role = "CS Student & ML Enthusiast"
self.focus = ["DSA", "AI/ML", "Web Dev"]
@property
def current_work(self):
return ["Deep Learning", "System Design"]
me = Developer()🔭 Working on: AI/ML Projects & Scalable Web Apps
🌱 Learning: Deep Learning & System Design
💡 Interests: Competitive Programming, Computer Vision
💬 Ask me about: DSA, ML, Web Development
⚡ Fun fact: I believe the best code is the one you don't write!
