From 5ef027111e5ef7a17b8d074b3f1bd552abb82a02 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Sun, 16 Nov 2025 16:52:30 +0530 Subject: [PATCH] feat: add zerodha Signed-off-by: Ameya Shenoy --- frontend/src/app/portfolio/page.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/portfolio/page.tsx b/frontend/src/app/portfolio/page.tsx index 64a8ba3..395089f 100644 --- a/frontend/src/app/portfolio/page.tsx +++ b/frontend/src/app/portfolio/page.tsx @@ -102,11 +102,20 @@ export default async function Portfolio() { ]; const workExperience = [ + { + company: "Zerodha", + link: "https://zerodha.tech/", + title: "Enginner", + tenure: "Sep 2025 - Present", + location: "Bengaluru", + summary: + "Come on! I've just joined here", + }, { company: "Grapevine", link: "https://grapevine.in", - title: "1st Engineer / Engineering Lead / CTO", - tenure: "May 2022 - Present", + title: "1st Engineer / Engineering Lead", + tenure: "May 2022 - Sep 2025", location: "Bengaluru", summary: "Led engineering teams from inception to $3M seed funding, architecting scalable Django/PostgreSQL/Kubernetes backend infrastructure supporting 600k+ users with 99.9% uptime. Built real-time Kafka/ClickHouse pipelines (1M+ events/day) boosting feature adoption 25%, and hybrid Qdrant/Meilisearch systems increasing engagement 80%. Created AI-driven interview platforms using LiveKit/ElevenLabs for personalized candidate experiences at scale.",