add pillow water
This commit is contained in:
parent
83b164e932
commit
886f979f93
@ -80,6 +80,10 @@
|
||||
\end{tabular*}\vspace{-7pt}
|
||||
}
|
||||
|
||||
\newcommand{\resumeAwardsHeading}[2]{
|
||||
\item
|
||||
}
|
||||
|
||||
\newcommand{\resumeEducationHeading}[5]{
|
||||
\vspace{-2pt}\item
|
||||
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
|
||||
@ -148,13 +152,6 @@
|
||||
\resumeItem{ Ran the annual self-hosted school-wide competitive programming contest, designing fair but challenging problems }
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubheading
|
||||
{Ski Instructor}{2019 -- 2020}
|
||||
{Blue Mountain Resort}{Collingwood, ON}
|
||||
\resumeItemListStart
|
||||
\resumeItem{ Taught students of all ages how to ski as a certified CSIA ski instructor }
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
% -----------Multiple Positions Heading-----------
|
||||
@ -181,7 +178,7 @@
|
||||
|
||||
|
||||
\resumeProjectHeading
|
||||
{\underline{\textbf{\href{https://github.com/potatoeggy/mandown}{Mandown}}} $|$ \emph{MyPy, Pytest, Qt, Typer, Poetry }}{2022 -- present}
|
||||
{\underline{\textbf{\href{https://github.com/potatoeggy/mandown}{Mandown}}} $|$ \emph{Python, MyPy, Pytest, Qt, Typer, Poetry }}{2022 -- present}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Created a real-time site scraper for metadata and images to automatically download comics}
|
||||
\resumeItem{Implemented comic conversion between CBZ/EPUB/PDF as well as image processing to optimise for e-ink screens}
|
||||
@ -189,20 +186,26 @@
|
||||
\resumeItem{Designed a responsive and accessible CLI with Typer and GUI with Qt 6}
|
||||
\resumeItem{Wrote extensive unit tests to minimise regressions between release cycles}
|
||||
\resumeItemListEnd
|
||||
\resumeProjectHeading
|
||||
{\underline{\textbf{\href{https://github.com/potatoeggy/ece198}{"Pillow" Water Quality Sensor}}} $|$ \emph{Rust, STM32}}{2022}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Created a water quality statistics aggregator and visualiser on an embedded platform in safe Rust}
|
||||
\resumeItem{Engineered an embedded system with the STM32 microcontroller, matrix keypad, and LCD display}
|
||||
\resumeItemListEnd
|
||||
\resumeProjectHeading
|
||||
{\underline{\textbf{\href{https://github.com/anyuan-chen/resketch}{Resketch}}} $|$ \emph{React, Next.js, WebSockets, Node.js, Figma, Google Cloud, TailwindCSS}}{2022}
|
||||
{\underline{\textbf{\href{https://github.com/anyuan-chen/resketch}{Resketch}}} $|$ \emph{TypeScript, React, Next.js, WebSockets, Node.js, Figma, Google Cloud, TailwindCSS}}{2022}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Developed a homegrown API backend to authenticate users and to create game rooms}
|
||||
\resumeItem{Utilised Google Cloud APIs in real time to evaluate user drawing accuracy and award points}
|
||||
\resumeItemListEnd
|
||||
\resumeProjectHeading
|
||||
{\underline{\textbf{\href{https://github.com/potatoeggy/primoprod}{Primoprod}}} $|$ \emph{Vue, Vuex, Electron, Android}}{2021}
|
||||
{\underline{\textbf{\href{https://github.com/potatoeggy/primoprod}{Primoprod}}} $|$ \emph{TypeScript, Vue, Vuex, Electron, Android}}{2021}
|
||||
\resumeItemListStart
|
||||
\resumeItem{ Mocked a video game UI using CSS to create a hyper-realistic, cross-platform game simulator }
|
||||
\resumeItem{ Reverse-engineered an API to allow Primoprod to interoperate with a popular web service (paimon.moe) }
|
||||
\resumeItemListEnd
|
||||
\resumeProjectHeading
|
||||
{\underline{\textbf{\href{https://github.com/vincentjguo/recipeready-server}{RecipeReady}}} $|$ \emph{Flutter, Selenium, FastAPI, Android}}{2021}
|
||||
{\underline{\textbf{\href{https://github.com/vincentjguo/recipeready-server}{RecipeReady}}} $|$ \emph{Dart, Flutter, Selenium, FastAPI, Android}}{2021}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Scraped thousands of websites for recipes to build a database with a robust many-to-many tag system}
|
||||
\resumeItem{Designed a REST API to filter and query recipes along with ingredient pricing from Walmart}
|
||||
@ -211,12 +214,11 @@
|
||||
|
||||
\section{Awards}
|
||||
\resumeSubHeadingListStart
|
||||
\resumeProjectHeading
|
||||
{\textbf{Hackathon and Computer Science Awards} }{}
|
||||
\resumeAwardsHeading{}{}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Winner of the EdTech category at StormHacks 2022}
|
||||
\resumeItem{Winner of the IBM Open Source category at YRHacks 2022}
|
||||
\resumeItem{Placed in the 13th percentile in the Canadian Computing Competition (CCC), Certificate of Distinction}
|
||||
\resumeItem{2nd place in the Industry 4.0 engineering analytics contest}
|
||||
\resumeItemListEnd
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user