Skip to content

Commit 5b1e5e5

Browse files
committed
consolidate
1 parent 62f80f1 commit 5b1e5e5

File tree

6 files changed

+87
-97
lines changed

6 files changed

+87
-97
lines changed

resume.tex

Lines changed: 87 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,101 @@
7272
\begin{document}
7373

7474
%----------HEADING----------
75-
\input{src/heading}
75+
\begin{center}
76+
\textbf{\Huge \scshape Kunalan Kevin Subagaran} \\ \vspace{5pt}
77+
\href{kunalan.k.subagaran@gmail.com}{\underline{kunalan.k.subagaran@gmail.com}} $|$
78+
\href{https://www.linkedin.com/in/knlnks/}{\underline{linkedin.com/in/knlnks/}} $|$
79+
\href{https://github.com/KnlnKS}{\underline{github.com/KnlnKS}}
80+
\end{center}
7681

7782
%-----------SKILLS-----------
78-
\input{src/skills.tex}
83+
\section{Technical Skills}
84+
\begin{itemize}[leftmargin=0.15in, label={}]
85+
\small{\item{
86+
\textbf{Languages}{: TypeScript/JavaScript, Go, Python, HTML/CSS, Java, Bash, C, SQL, Rust} \\
87+
\textbf{Frontend}{: React, Next.js, Tailwind, Svelte, ShadCN, Redux, Zustand} \\
88+
\textbf{Backend}{: Node.js, Bun, Deno, Express.js, Flask, Gin, REST, GraphQL, gRPC, Websockets} \\
89+
\textbf{Databases}{: PostgreSQL, MySQL, MongoDB, Redis, Kafka, DynamoDB, Clickhouse} \\
90+
\textbf{Infrastructure}{: Docker, Kubernetes, Helm, Terraform, Pulumi, AWS, GCP, Vercel} \\
91+
}}
92+
\end{itemize}
7993

8094
%-----------EXPERIENCE-----------
81-
\input{src/experience}
95+
\section{Experience}
96+
\resumeSubHeadingListStart
97+
98+
\resumeSubheading
99+
{Retool}{July 2023 - Present}
100+
{Software Engineer}{San Francisco, CA}
101+
\resumeItemListStart
102+
\resumeItem{Independently designed and shipped a new frontend metrics pipeline to replace Amplitude, processing \textbf{5M+ events/day} and enabling more flexible product iteration}
103+
\resumeItem{Improved response times on core product routes from \textbf{2s to 200ms} by introducing caching, eliminating inefficient async patterns, and optimizing database queries}
104+
\resumeItem{Led migration from Datadog to a self-hosted observability stack, saving \textbf{\$750K+} annually}
105+
\resumeItem{Defined React Error Boundaries as a company-wide quality metric, resulting in a reduction of app crashes by \textbf{95\%}}
106+
\resumeItem{Drove rollout and customizations for enterprise customers including Apple and NBCU representing \textbf{\$2.5M+ ARR}}
107+
\resumeItem{Built a telemetry agent for on-prem deployments, granting proactive visibility into customer health, product usage, and support issues}
108+
\resumeItem{Engineered an endpoint ownership system that routes pages to correct service owners, reducing on-call burden}
109+
\resumeItemListEnd
110+
111+
\resumeSubheading
112+
{Snapchat}{May 2022 - August 2022}
113+
{Software Engineer Intern}{Toronto, ON}
114+
\resumeItemListStart
115+
\resumeItem{Implemented hybrid encryption workflows on AWS and GCP to secure sensitive data for \textbf{100M+ users}}
116+
\resumeItem{Built a microservice handling \textbf{1.7M+ requests/day} for model-training data processing, improving the quality of inputs used to train AR filters}
117+
\resumeItemListEnd
118+
119+
\resumeSubheading
120+
{Bonsai}{Jan 2021 - August 2021}
121+
{Software Developer Intern}{Toronto, ON}
122+
\resumeItemListStart
123+
\resumeItem{Engineered an external order-fulfillment system that processed over \textbf{\$1.6M} in volume within 2 months}
124+
\resumeItem{Built partner-facing dashboard features in React, including search, filtering, exports, and product verification}
125+
\resumeItem{Led migration of an embedded e-commerce widget from React to Preact, reducing bundle size and improving page load performance}
126+
\resumeItem{Strengthened account security by implementing a password reset flow}
127+
\resumeItem{Built shared UI components used across the product, including carousel and cart experiences}
128+
\resumeItemListEnd
129+
130+
\resumeSubHeadingListEnd
82131

83132
%-----------PROJECTS-----------
84-
\input{src/projects}
133+
\section{Projects}
134+
\resumeSubHeadingListStart
135+
136+
\resumeProjectHeading
137+
{\textbf{Jobby} $|$ \emph{Golang, PostgreSQL, SQL, Webhooks}}{}
138+
\resumeItemListStart
139+
\resumeItem{Built and launched a job search platform partnering with Simplify (YC Startup)}
140+
\resumeItem{Drove traffic by operating the largest CS Discord, converting community usage into an uplift of \textbf{100K+ users}}
141+
\resumeItemListEnd
142+
143+
\resumeProjectHeading
144+
{\textbf{Resume Parser} $|$ \emph{React, Next.js, JavaScript, jQuery, HTML/CSS, Vercel, Redis}}{}
145+
\resumeItemListStart
146+
\resumeItem{Created a website with over \textbf{1.5M page views} helping job seekers identify parsing errors before applying}
147+
\resumeItemListEnd
148+
149+
\resumeProjectHeading
150+
{\textbf{Course Central} $|$ \emph{React, Next.js, TypeScript, Chakra-UI, Python, Selenium, MongoDB}}{}
151+
\resumeItemListStart
152+
\resumeItem{Built a full-stack platform combining historical grade distributions and RateMyProfessor data to support students}
153+
\resumeItem{Created mobile companion app with forums enabling peer discovery and collaboration with \textbf{14K+ users}}
154+
\resumeItemListEnd
155+
156+
\resumeSubHeadingListEnd
85157

86158
%-----------EDUCATION-----------
87-
\input{src/education.tex}
159+
\section{Education}
160+
\resumeSubHeadingListStart
161+
162+
\resumeSubheading
163+
{Queen's University}{September 2019 - May 2023}
164+
{Bachelor of Computing (Honours) in Software Design}{Kingston, ON}
165+
\resumeItemListStart
166+
\resumeItem{\textbf{Awards:} Ratehub.ca Award in Computing, Dean's Honour List × 4}
167+
\resumeItemListEnd
168+
169+
\resumeSubHeadingListEnd
88170

89171
%-------------------------------------------
90172
\end{document}

src/education.tex

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/experience.tex

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/heading.tex

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/projects.tex

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/skills.tex

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)