class DevPatel:
def __init__(self):
self.name = "Dev Patel"
self.role = "Computer Engineering Student"
self.semester = "2nd Semester"
self.location = "Gujarat, India ๐ฎ๐ณ"
self.passions = ["Web Development", "AI & ML", "Open Source"]
self.currently = "Building cool projects & exploring new tech"
def say_hi(self):
print("Thanks for stopping by! Let's build something awesome together ๐")- ๐ญ Working on full-stack web projects
- ๐ Learning React.js and MongoDB
- ๐ค Exploring Machine Learning & AI tools
- ๐ Grinding problems on LeetCode
"First, solve the problem. Then, write the code." โ John Johnson


