class SumanShaw:
def __init__(self):
self.name = "Suman Shaw"
self.role = "Software Engineer"
self.location = "India ๐ฎ๐ณ"
self.experience = ["TCS (Current)", "LTIMindtree (Alumni)"]
self.learning = ["Spring Boot", "Full Stack Dev"]
self.passion = "Building things that matter"
self.fun_fact = "Total movie freak ๐ฌ๐"
self.email = "sumanshaw706@gmail.com"
def say_hi(self):
print("Thanks for visiting my profile! Let's build something amazing.")
me = SumanShaw()
me.say_hi()| ๐ฑ Currently Learning | Spring Boot โ exploring backend development with Java |
| ๐ฏ Goal | Become a well-rounded software engineer who writes clean, meaningful code |
| โก Fun Fact | I can watch 3 movies back to back and still not feel tired ๐ฌ๐ |
| ๐ซ Reach Me At | sumanshaw706@gmail.com |


