Skip to content

Commit

Permalink
📝 Update Resume
Browse files Browse the repository at this point in the history
  • Loading branch information
KnlnKS committed Apr 28, 2023
1 parent fe005f6 commit bc2f712
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions src/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ \section{Experience}
{Snapchat}{May 2022 - August 2022}
{Software Engineer Intern}{Toronto, ON}
\resumeItemListStart
\resumeItem{Designed an encryption scheme to store the sensitive data of over \textbf{100 million users} on AWS and GCP}
\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{Created a microservice that aggregates data across \textbf{1.7 million} requests per day for ML model training with gRPC and Golang}
\resumeItemListEnd

\resumeSubheading
{Bonsai}{May 2021 - August 2021}
{Full-Stack Developer Intern}{Toronto, ON}
\resumeItemListStart
\resumeItem{Engineered an external order fulfillment system that has fulfilled over \textbf{\$1,600,000} in orders}
\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}
\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}
\resumeItemListEnd

\resumeSubheading
{Bonsai}{January 2021 - April 2021}
{Site Reliability Engineer Intern}{Toronto, ON}
\resumeItemListStart
\resumeItem{Automated Google Cloud deployments and MongoDB cluster creation using Terraform, saving development time}
\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 upload and download functions into microservices}
\resumeItem{Optimized Docker build size by over \textbf{90\%} by implementing multistage builds and parent images}
\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}
\resumeItemListEnd

\resumeSubHeadingListEnd
4 changes: 2 additions & 2 deletions src/projects.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ \section{Projects}
\resumeProjectHeading
{\textbf{Pronto} $|$ \emph{React, JavaScript, Firebase, Express, Node.js, Stripe API, Bootstrap, CSS}}{}
\resumeItemListStart
\resumeItem {Built a rental web app that placed \textbf{1st} in a pitch competition, and acquired \textbf{50 users} with over \textbf{\$1100} in rentals}
\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 deep, mixed, and matrix-based recommendation systems}
\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

Expand Down

0 comments on commit bc2f712

Please sign in to comment.