class AnshMNSoni:
def __init__(self):
self.name = "Ansh Soni"
self.location = "India 🇮🇳"
self.tech_stack = {
"languages": ["Python", "C++", "Qiskit"],
"backend": ["FastAPI", "Django", "PostgreSQL", "MySQL"],
"frontend": ["React", "Tailwind CSS", "HTML5", "Javascript"],
"devops": ["Docker", "AWS"],
"tools": ["Postman", "VSCode", "Linux", "Git"]
}
self.currently_exploring = ["System Design", "Agentic AI"]
self.current_projects = [
"PythonSTL - C++ style Standard Template Library",
"Disee - A Simple Query Processing Engine",
"LinkLite - A URL Shortner"
]
self.achievements = {
"Zonal Finalist": "NASA Space App Challenge Hackathon 2025",
"Scholar": "Reliance Foundation Undergraduate Scholar",
"GSSoC'26": "Open Source Active Contributor"
}
def connect(self):
print("Thanks for visiting! Let's build something amazing together.")
me = AnshMNSoni()
me.connect()
💭 "कर्मण्येवाधिकारस्ते मा फलेषु कदाचन"
You have the right to work, but never to the fruit of work.






