aboutsummaryrefslogtreecommitdiffstats
path: root/papers/resume.tex
diff options
context:
space:
mode:
Diffstat (limited to 'papers/resume.tex')
-rw-r--r--papers/resume.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/papers/resume.tex b/papers/resume.tex
index 7b19237..9023107 100644
--- a/papers/resume.tex
+++ b/papers/resume.tex
@@ -130,9 +130,9 @@
\section{Projects}
\resumeSubHeadingListStart
\resumeProjectHeading
- {\textbf{Remotely Accessible Inverted Pendulum} $|$ \emph{Senior Design Project, in TypeScript}}{January 2022 -- Present}
+ {\textbf{Remotely Accessible Inverted Pendulum} $|$ \emph{Senior Design Project}}{January 2022 -- Present}
\resumeItemListStart
- \resumeItem{Used TypeScript to develop a web application that allows users to control lab equiptment remotely}
+ \resumeItem{Utilized TypeScript to develop a web application that allows users to control lab equiptment remotely}
\resumeItem{Designed, documented and implemented an API that would allow users to upload code and run code}
\resumeItem{Integrated the application with the University's Single Sign-On system}
\resumeItem{Wrote documentation for the existing system code so future users could easily understand the system}
@@ -151,12 +151,12 @@
\resumeItem{Created a server in C from scratch that processed and responded to HTTP 1.1 GET requests}
\resumeItem{Interfaced with the Linux kernel to create and interface with sockets}
\resumeItem{Implemented POSIX threads to allow multiple pages to be served}
- \resumeItem{Created a fixed-sized FIFO cache to reduce needed disk I/O and increase speed}
+ \resumeItem{Set up a fixed-sized FIFO cache to reduce needed disk I/O and increase speed}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{Internet of Things Door} $|$ \emph{Introduction to Computing Systems}} {March -- May 2019}
\resumeItemListStart
- \resumeItem{Used C++ to build the framework for a door to operating using a pair of Particle Photon microcontrollers}
+ \resumeItem{Built the framework for a door to operating using a pair of Particle Photon microcontrollers with C++}
\resumeItem{Configured keypad and motion detector for security, logged with timestamps}
\resumeItem{Drafted communication using Particle's API to allow the microcontrollers to share states}
\resumeItemListEnd