From 78550e3ff59f448b517cb668c1d45fe869639653 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Tue, 19 Aug 2025 00:52:47 +0530 Subject: [PATCH] chore: resume Signed-off-by: Ameya Shenoy --- resume.typ | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resume.typ b/resume.typ index 95461e5..03ecf91 100644 --- a/resume.typ +++ b/resume.typ @@ -87,14 +87,10 @@ #grid( columns: (140pt, 1fr), row-gutter: 0.5em, - [*Programming Languages*], [Python, JavaScript (Node.js) / TypeScript, Golang], - [*Web Frameworks*], [FastAPI, Django, ReactJS, Next.js], - [*Databases*], [Postgres, Redis, ClickHouse, etcd, Meilisearch, Typesense, qdrant], - [*DevOps / Cloud*], [Kubernetes, Ansible, Nomad, Terraform, Jenkins, Prometheus, Grafana, Sentry, Kafka], - [*Cloud Providers*], [Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform (GCP), Cloudflare], - [*AI*], [LangChain, Livekit, ElevenLabs, Ollama, vllm], - [*Languages*], [English, Hindi, Marathi, Konkani], - [*Hobbies*], [Chess, Basketball], + ..data.skills.map(skill => ( + [*#skill.domain*], + [#skill.value] + )).flatten() ) #v(inter-section-spacing) @@ -107,7 +103,9 @@ #line(length: 100%, stroke: line-stroke-width + section-color) #v(jobtitle-company-spacing) -_#link("https://semaphore.chat/")[#text(fill: section-color)[Semaphore]]_ - a multi LLM chat application with authentication, web search, resumable streams via a sync engine over websockets, and mobile-friendly interface using Next.js, Postgres +#for project in data.projects [ + _#link("https://" + project.website)[#text(fill: section-color)[#project.title]]_ - #project.description\ +] #v(inter-section-spacing) @@ -130,5 +128,7 @@ _#link("https://semaphore.chat/")[#text(fill: section-color)[Semaphore]]_ - a mu #line(length: 100%, stroke: line-stroke-width + section-color) #v(jobtitle-company-spacing) -*#link("https://www.sfit.ac.in/")[#text(fill: section-color)[St. Francis Institute of Technology]], #link("https://mu.ac.in/")[#text(fill: section-color)[Mumbai University]]* #h(1fr) *June 2013 - November 2017*\ -_Bachelor of Engineering in Electronics and Telecommunication_ #h(1fr) _Mumbai_ +#for edu in data.education [ + *#edu.school* #h(1fr) *#edu.duration*\ + #emph[#edu.degree] #h(1fr) #emph[#edu.location]\ +]