From 97ee0a104820cf0601c0fc842d50d2823fb826df Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Tue, 24 Jun 2025 01:48:41 +0530 Subject: [PATCH] chore: remove work ex for prod issue isolation Signed-off-by: Ameya Shenoy --- frontend/src/app/portfolio/page.tsx | 126 ++++++++++++---------------- 1 file changed, 52 insertions(+), 74 deletions(-) diff --git a/frontend/src/app/portfolio/page.tsx b/frontend/src/app/portfolio/page.tsx index 5b7a4bd..9782f77 100644 --- a/frontend/src/app/portfolio/page.tsx +++ b/frontend/src/app/portfolio/page.tsx @@ -91,58 +91,58 @@ export default async function Portfolio() { // }, // }; - const workExperience = [ - { - company: "Grapevine", - link: "https://grapevine.in", - title: "1st Engineer / Engineering Lead / CTO", - tenure: "May 2022 - Present", - 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.", - }, - { - company: "e-Yantra, IIT Bombay", - link: "https://portal.e-yantra.org/", - title: "Project Engineer", - tenure: "Apr 2021 - Dec 2023", - location: "Mumbai", - summary: - "Developed a modular drone platform using Raspberry Pi, NVIDIA Jetson AGX, ZED camera, GoPro, GPS, and optical flow sensors with ROS, enabling real-time video streaming, flight data aggregation, cloud photogrammetry, and autonomous navigation. Designed containerized simulation environments for secure robotics/AI testing and engineered GPU slicing frameworks for optimized ML resource distribution across virtual machines.", - keyPoints: [ - "Developed a modular drone platform integrating Raspberry Pi, NVIDIA Jetson AGX, ZED stereo camera, GoPro, GPS, and optical flow sensors using ROS, enabling real-time video streaming, flight data aggregation, cloud-based photogrammetry, and autonomous navigation capabilities", - "Designed and implemented a containerized simulation platform, enabling secure, isolated, and reproducible evaluation of robotics and AI workloads", - "Engineered a GPU slicing and distribution framework for NVIDIA GPUs, optimizing resource utilization across multiple virtual machines for scalable machine learning training and browser-based remote Linux workstations", - ], - }, - { - company: "BrowserStack", - link: "https://browserstack.com", - title: "Cloud Infrastructure and Security Engineer", - tenure: "May 2019 - Mar 2021", - location: "Mumbai", - summary: - "Reduced AWS costs by 15% ($150k/year) via reserved instances, snapshots, and S3 lifecycle policies while ensuring 99.9% uptime SLA. Enhanced security with CIS Controls, 99.5% DMARC compliance, VPN deployment, and Cloudflare optimization for 3x faster page loads. Migrated critical systems with <0.1% downtime and established robust disaster recovery.", - keyPoints: [ - "Reduced AWS costs by 15% on $1M annual bill through reserved EC2 instances optimization, snapshot management, and S3 lifecycle policies while maintaining 99.9% uptime SLA", - "Enhanced security posture by implementing CIS Controls, improving DMARC rating to 99.54%, setting up VPN for data centers, and deploying Cloudflare to reduce page load times by 3x", - "Orchestrated critical infrastructure migrations with <0.1% downtime, and executed disaster recovery planning for AWS", - ], - }, - { - company: "Frappe Technologies Pvt. Ltd. / ERPNext", - link: "https://frappe.io/erpnext", - title: "Software Engineer (Research and Development)", - tenure: "Jun 2017 - Nov 2018", - location: "Mumbai", - summary: - "Implemented email tracking pixels in outbound campaigns to monitor engagement and enable targeted follow-ups, boosting response rates by 18%. Developed the Bench Manager GUI for real-time monitoring of Frappe-hosted sites, presented at the ERPNext Conference, which streamlined system administration tasks through Socket.IO-powered live updates.", - keyPoints: [ - "Implemented email tracking pixels in outbound campaigns, enabling email engagement tracking and allowing targeted follow-ups that boosted response rates by 18%", - "Developed Bench Manager GUI for real-time monitoring of Frappe-hosted sites, presented at ERPNext Conference, streamlining system administration tasks and live updates through Socket.IO", - ], - }, - ]; + // const workExperience = [ + // { + // company: "Grapevine", + // link: "https://grapevine.in", + // title: "1st Engineer / Engineering Lead / CTO", + // tenure: "May 2022 - Present", + // 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.", + // }, + // { + // company: "e-Yantra, IIT Bombay", + // link: "https://portal.e-yantra.org/", + // title: "Project Engineer", + // tenure: "Apr 2021 - Dec 2023", + // location: "Mumbai", + // summary: + // "Developed a modular drone platform using Raspberry Pi, NVIDIA Jetson AGX, ZED camera, GoPro, GPS, and optical flow sensors with ROS, enabling real-time video streaming, flight data aggregation, cloud photogrammetry, and autonomous navigation. Designed containerized simulation environments for secure robotics/AI testing and engineered GPU slicing frameworks for optimized ML resource distribution across virtual machines.", + // keyPoints: [ + // "Developed a modular drone platform integrating Raspberry Pi, NVIDIA Jetson AGX, ZED stereo camera, GoPro, GPS, and optical flow sensors using ROS, enabling real-time video streaming, flight data aggregation, cloud-based photogrammetry, and autonomous navigation capabilities", + // "Designed and implemented a containerized simulation platform, enabling secure, isolated, and reproducible evaluation of robotics and AI workloads", + // "Engineered a GPU slicing and distribution framework for NVIDIA GPUs, optimizing resource utilization across multiple virtual machines for scalable machine learning training and browser-based remote Linux workstations", + // ], + // }, + // { + // company: "BrowserStack", + // link: "https://browserstack.com", + // title: "Cloud Infrastructure and Security Engineer", + // tenure: "May 2019 - Mar 2021", + // location: "Mumbai", + // summary: + // "Reduced AWS costs by 15% ($150k/year) via reserved instances, snapshots, and S3 lifecycle policies while ensuring 99.9% uptime SLA. Enhanced security with CIS Controls, 99.5% DMARC compliance, VPN deployment, and Cloudflare optimization for 3x faster page loads. Migrated critical systems with <0.1% downtime and established robust disaster recovery.", + // keyPoints: [ + // "Reduced AWS costs by 15% on $1M annual bill through reserved EC2 instances optimization, snapshot management, and S3 lifecycle policies while maintaining 99.9% uptime SLA", + // "Enhanced security posture by implementing CIS Controls, improving DMARC rating to 99.54%, setting up VPN for data centers, and deploying Cloudflare to reduce page load times by 3x", + // "Orchestrated critical infrastructure migrations with <0.1% downtime, and executed disaster recovery planning for AWS", + // ], + // }, + // { + // company: "Frappe Technologies Pvt. Ltd. / ERPNext", + // link: "https://frappe.io/erpnext", + // title: "Software Engineer (Research and Development)", + // tenure: "Jun 2017 - Nov 2018", + // location: "Mumbai", + // summary: + // "Implemented email tracking pixels in outbound campaigns to monitor engagement and enable targeted follow-ups, boosting response rates by 18%. Developed the Bench Manager GUI for real-time monitoring of Frappe-hosted sites, presented at the ERPNext Conference, which streamlined system administration tasks through Socket.IO-powered live updates.", + // keyPoints: [ + // "Implemented email tracking pixels in outbound campaigns, enabling email engagement tracking and allowing targeted follow-ups that boosted response rates by 18%", + // "Developed Bench Manager GUI for real-time monitoring of Frappe-hosted sites, presented at ERPNext Conference, streamlining system administration tasks and live updates through Socket.IO", + // ], + // }, + // ]; return (
@@ -190,28 +190,6 @@ export default async function Portfolio() { contributor. -
-
Work Experience
- {workExperience.map((job, index) => ( -
-
- - {job.company} - -

{job.tenure}

-
-

{job.title}

-

- {job.summary} -

-
- ))} -
);