🚀 Navigating the tech cosmos, and telling bugs they're fired – because laughter is the best debugger!
- Trading Platform: A platform for traders to search for instruments, apply for approval, and make trades with risk limits—GIC CodeToImpact
- Meal Match: A web platform built to match 🌮 food bank donors to beneficieries in need—Morgan Stanley CodeToGive Hackathon.
- TeachStack: A student tracker app build from AB3.
- GrowthHub: A event sign-up web app with social media feature. Link to documentation
- API Gateway: Implementation of a centralized entry point to access and manage multiple backend services.
- Web Forum: 🏎️ F1-themed CRUD app.
- Chatbot Joy: ⚡️🐭 A task managing chatbot.
- LinkedIn: LinkedIn Profile
- Email: [email protected]
class WhoAmI:
user = 'Yashma Sonara'
current_work = 'Incoming Summer Analyst @ GS'
hobbies = [
'Going to the gym',
'Watching Horror Movies',
'Exploring new technologies',
]
def getCity():
return 'Singapore'
def Ambitions():
TravelAllContinents()
LearnMotorbiking()
# Assume 10 more awesome ambitions here ;)