feat: add zerodha
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
bd16ea807f
commit
5ef027111e
1 changed files with 11 additions and 2 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue