diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-04-22 12:20:58 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-04-22 12:20:58 -0500 |
commit | 37b8bc82c47a008154aad94369e791cf423b4cc7 (patch) | |
tree | 0893005760bf5849d822f1c8fb799c76726c32fa /papers/resume.tex | |
parent | Work on resume (diff) | |
download | homework-37b8bc82c47a008154aad94369e791cf423b4cc7.tar homework-37b8bc82c47a008154aad94369e791cf423b4cc7.tar.gz homework-37b8bc82c47a008154aad94369e791cf423b4cc7.tar.bz2 homework-37b8bc82c47a008154aad94369e791cf423b4cc7.tar.lz homework-37b8bc82c47a008154aad94369e791cf423b4cc7.tar.xz homework-37b8bc82c47a008154aad94369e791cf423b4cc7.tar.zst homework-37b8bc82c47a008154aad94369e791cf423b4cc7.zip |
do some stuff
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'papers/resume.tex')
-rw-r--r-- | papers/resume.tex | 8 |
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 |