A 27 year old Engineer from 🇮🇳 Mumbai, India currently living in 🇨🇦 Halifax, Canada
- 🎒 Saint Mary's University, Halifax
- 💡 Kubernetes, Cloud, Big Data
- 📚 AI/ML
class VedantThapa:
def __init__(self):
self.pronouns = "he | him",
self.code = ["Python", "SQL", "Bash", "Javascript"],
self.techStack = {
"tools": ["Kubernetes", "Google Cloud", "Azure", "Tableau", "MS Office", "JIRA"],
"databases": ["MySQL", "PostgreSQL", "MongoDB"],
"misc": ["Git", "Selenium", "Open-CV"],
},
self.languageSpoken = ["en_US", "hi_IN"],
self.askMeAbout = ["Tech", "Hackathons", "Memes", "Soccer", "Anything!"],
self.activity = "I'm currently building cool stuff at Foci"
def say_hi(self):
print("Hello! Thanks for dropping by :D")
me = VedantThapa()
me.say_hi()