Skip to content

Commit

Permalink
📝 Update Resume
Browse files Browse the repository at this point in the history
  • Loading branch information
KnlnKS committed Jun 21, 2023
1 parent db2bab5 commit 7824ef7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 24 deletions.
12 changes: 6 additions & 6 deletions src/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ \section{Experience}
{Snapchat}{May 2022 - August 2022}
{Software Engineer Intern}{Toronto, ON}
\resumeItemListStart
\resumeItem{Implemented an encryption scheme that secured the sensitive data of over \textbf{100 million users} on AWS and GCP}
\resumeItem{Created a microservice with Golang and gRPC that gathers data across \textbf{1.7 million daily} requests for model training}
\resumeItem{Added functionality to a core user authorization utility used across the organization by multiple services}
\resumeItem{Implemented hybrid encryption to secured the sensitive data of over \textbf{100 million users} on AWS and GCP}
\resumeItem{Created a high-performance microservice using Golang and gRPC, aggregating and processing \textbf{1.7 million} daily requests for model training, resulting in improved accuracy}
\resumeItem{Enhanced a core user authorization utility, empowering multiple services within the organization with additional functionality and streamlined user authentication}
\resumeItemListEnd

\resumeSubheading
Expand All @@ -18,17 +18,17 @@ \section{Experience}
\resumeItem{Engineered an external order fulfillment system that has fulfilled over \textbf{\$1,600,000} in processing volume}
\resumeItem{Added features to React dashboard such as filters, exporting orders as a CSV, and product verification pipeline}
\resumeItem{Reduced API load of Node.js + GraphQL backend by \textbf{66\%} by optimizing frontend queries, improving response times}
\resumeItem{Implemented a secure password reset flow with reset tokens, IP address and Browser validation, and confirmation emails using Sendgrid's Email API}
\resumeItem{Strengthened the platform's security by implementing a comprehensive password reset flow with reset tokens, IP address and Browser validation and integrated Sendgrid's Email API for secure confirmation emails}
\resumeItemListEnd

\resumeSubheading
{Bonsai}{January 2021 - April 2021}
{Site Reliability Engineer Intern}{Toronto, ON}
\resumeItemListStart
\resumeItem{Improved monorepo by transitioning to Yarn V2 with local caching, speeding up CI/CD workflows by \textbf{18 minutes}}
\resumeItem{Revamped TypeScript + Node.js image API by splitting into microservices, minimizing response time}
\resumeItem{Reduced Docker build size by over \textbf{90\%} with multistage builds and parent images resulting in less storage costs}
\resumeItem{Automated Google Cloud deployments and MongoDB cluster creation using Terraform, saving development time}
\resumeItem{Automated the deployment of Google Cloud services and the creation of MongoDB clusters using Terraform, effectively saving development time}
\resumeItem{Revamped TypeScript + Node.js image API by splitting into microservices, significantly minimizing response time}
\resumeItemListEnd

\resumeSubHeadingListEnd
24 changes: 9 additions & 15 deletions src/projects.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
\section{Projects}
\resumeSubHeadingListStart

\resumeProjectHeading
{\textbf{Jobby} $|$ \emph{Golang, PostgreSQL, SQL, Discord API, Webhooks, React, Next.js, TypeScript, Tailwind}}{}
\resumeItemListStart
\resumeItem {Developed a Golang application that periodically scrapes APIs, gathering software engineering job postings and storing them in a PostgreSQL database}
\resumeItem{Integrated with a Discord server boasting over \textbf{75,000 members} and a website built with Next.js and Tailwind}
\resumeItem{Established a strategic partnership with Simplify.jobs, a Y Combinator (YC) company, to integrate their job postings}
\resumeItemListEnd

\resumeProjectHeading
{\textbf{Resume Parser} $|$ \emph{React, Next.js, JavaScript, jQuery, HTML/CSS, Vercel, Redis}}{}
\resumeItemListStart
\resumeItem{Created web app with over \textbf{75,000 page views}, that shows parsed resume information}
\resumeItem{Created web app with over \textbf{100,000 page views}, that shows parsed resume information}
\resumeItem{Made custom analytics solution using Redis with backend hosted as a Vercel edge function}
\resumeItemListEnd

Expand All @@ -23,18 +31,4 @@ \section{Projects}
\resumeItem{Formulated ARIMA model to place orders and sells based on correlation between forex and commodities}
\resumeItemListEnd

\resumeProjectHeading
{\textbf{Pronto} $|$ \emph{React, JavaScript, Firebase, Express, Node.js, Stripe API, Bootstrap, CSS}}{}
\resumeItemListStart
\resumeItem {Built an item rental web app that placed \textbf{1st} in a pitch competition, and acquired \textbf{50 users} with over \textbf{\$1100} in rentals}
\resumeItem{Added a CRUD system for posts, Firebase authentication, live messaging, and transactions with Stripe}
\resumeItemListEnd

\resumeProjectHeading
{\textbf{Happy Recommender} $|$ \emph{Python, Tensorflow, Surprise, Flask, React, JavaScript}}{}
\resumeItemListStart
\resumeItem{Created a Python package for developing deep, mixed, and matrix-based recommendation systems}
\resumeItem{Presented an app using the package at Canada’s largest undergraduate AI conference to over 100 professionals}
\resumeItemListEnd

\resumeSubHeadingListEnd
6 changes: 3 additions & 3 deletions src/skills.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
\section{Technical Skills}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{Languages}{: TypeScript, JavaScript, Python, HTML/CSS, Java, Bash, C, Go, SQL} \\
\textbf{Frameworks}{: Express.js, React, Next.js, Svelte, jQuery, Flask, Bootstrap, Gin} \\
\textbf{Technologies}{: Node.js, REST APIs, GraphQL, MySQL, MongoDB, Redis, Selenium, Git} \\
\textbf{Languages}{: TypeScript, JavaScript, Go, Python, HTML/CSS, Java, Rust, Bash, C, SQL} \\
\textbf{Frameworks}{: Express.js, React, Next.js, Svelte, jQuery, Flask, Bootstrap, Gin, Tailwind} \\
\textbf{Technologies}{: Node.js, REST APIs, GraphQL, MySQL, MongoDB, Redis, Selenium, Git, MySQL, Postgres} \\
\textbf{DevOps}{: Docker, Kubernetes, GitHub Actions, Semaphore CI, Google Cloud, Amazon Web Services, CI/CD, Terraform}
}}
\end{itemize}

0 comments on commit 7824ef7

Please sign in to comment.