feat: typst
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
8c716729b1
commit
78d2d519bc
1 changed files with 11 additions and 38 deletions
49
resume.typ
49
resume.typ
|
|
@ -58,48 +58,21 @@
|
|||
#line(length: 100%, stroke: line-stroke-width + section-color)
|
||||
#v(jobtitle-company-spacing)
|
||||
|
||||
*1st Engineer / Engineering Lead* #h(1fr) *May 2022 - Present*\
|
||||
_#link("https://www.grapevine.in/")[#text(fill: section-color)[Grapevine]]_ #h(1fr) _Bengaluru_
|
||||
|
||||
#v(company-lineitems-spacing)
|
||||
#for job in data.work [
|
||||
*#job.job_title* #h(1fr) *#job.duration*\
|
||||
_#link("https://" + job.company_website)[#text(fill: section-color)[#job.company]]_ #h(1fr) #emph[#job.location]
|
||||
|
||||
- Led the company from inception to \$3M seed funding, demonstrating strategic leadership in building and managing a high-performing team of 7 engineers, establishing engineering best practices, and accelerating product development from concept to launch\
|
||||
- Architected and launched a scalable backend API infrastructure using Django, PostgreSQL, and Redis, deployed on Kubernetes, supporting over 600,000 users with 99.9% uptime and robust performance under high concurrent load\
|
||||
- Designed and deployed a real-time data pipeline with Kafka and ClickHouse, enabling analytics on 1M+ daily events empowering driving data driven product decisions that improved feature adoption by 25%\
|
||||
- Implemented advanced search capabilities with Qdrant (semantic search) and Meilisearch (keyword search), increasing content discovery engagement by 80% and enhancing user retention\
|
||||
- Engineered a real-time AI-powered interview platform using LiveKit and ElevenLabs, integrating custom voices and advanced prompt engineering to deliver a highly personalized candidate experience
|
||||
#v(company-lineitems-spacing)
|
||||
|
||||
#v(inter-job-spacing)
|
||||
#for item in job.items [
|
||||
- #item\
|
||||
]
|
||||
|
||||
*Project Engineer* #h(1fr) *Apr 2021 - Dec 2023*\
|
||||
_#link("https://portal.e-yantra.org/")[#text(fill: section-color)[e-Yantra, IIT Bombay]]_ #h(1fr) _Mumbai_
|
||||
|
||||
#v(company-lineitems-spacing)
|
||||
|
||||
- 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
|
||||
|
||||
#v(inter-job-spacing)
|
||||
|
||||
*Cloud Infrastructure and Security Engineer* #h(1fr) *May 2019 - Mar 2021*\
|
||||
_#link("https://www.browserstack.com/")[#text(fill: section-color)[BrowserStack]]_ #h(1fr) _Mumbai_
|
||||
|
||||
#v(company-lineitems-spacing)
|
||||
|
||||
- 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 less than 0.1\% downtime, and executed disaster recovery planning for AWS
|
||||
|
||||
#v(inter-job-spacing)
|
||||
|
||||
*Software Engineer (Research and Development)* #h(1fr) *Jun 2017 - Nov 2018*\
|
||||
_#link("https://frappe.io/erpnext")[#text(fill: section-color)[Frappe Technologies Pvt. Ltd.]]_ #h(1fr) _Mumbai_
|
||||
|
||||
#v(company-lineitems-spacing)
|
||||
|
||||
- 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
|
||||
#if job != data.work.last() [
|
||||
#v(inter-job-spacing)
|
||||
]
|
||||
]
|
||||
|
||||
#v(inter-section-spacing)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue