class SoftwareEngineer:
def __init__(self):
self.name = "Saharsh Tibrewala"
self.role = "First-year CSE (AI) Student"
self.languages = ["Python", "Java", "C", "Go", "SQL"]
self.focus = [
"Systems & Developer Tools",
"Backend APIs",
"Cloud Native & Open Source",
]
self.achievements = {
"LeetCode": "200+ Problems Solved",
"CodeChef": "1400+ Rating",
"Codeforces": "1000+ Rating"
}
self.certifications = [
"OCI Foundations Associate",
"OCI Generative AI Professional"
]
self.mindset = "Motivated to build and contribute."
def say_hi(self):
print(f"👋 Hey, I'm {self.name}!")
print(f"🚀 {self.mindset}")
me = SoftwareEngineer()
me.say_hi()|
Python Scripting & Backend |
Java OOP & Systems |
Go Cloud Native |
Docker Containerization |
Kubernetes Orchestration |
|
Seeking Software Engineering Intern Roles |
Practicing patterns & time/space optimizations |
|
Deep diving into APIs & Cloud deployment |
Contributing to large scale systems |


