You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
4.7 KiB
TeX
115 lines
4.7 KiB
TeX
\documentclass[letterpaper]{article}
|
|
|
|
\usepackage{titling}
|
|
\usepackage{titlesec}
|
|
\usepackage[margin=0.5in]{geometry}
|
|
|
|
% remove the section labels and control spacing
|
|
\titleformat{\section}
|
|
{\bfseries\Large\uppercase}
|
|
{}
|
|
{0em}
|
|
{}[\titlerule]
|
|
|
|
\titleformat{\subsection}{\large}{}{0em}{}
|
|
|
|
\titleformat{\subsubsection}{}{}{0em}{}
|
|
|
|
% control vertical spacing
|
|
\titlespacing*{\section}{0em}{0.5em}{0.5em}
|
|
\titlespacing*{\subsection}{0em}{0.5em}{0em}
|
|
\titlespacing*{\subsubsection}{0em}{0.2em}{0em}
|
|
|
|
% custom sections with dates
|
|
\newcommand{\datedseciton}[2]{
|
|
\section[#1]{\textbf{#1} \hfill #2}
|
|
}
|
|
|
|
\newcommand{\datedsubsection}[2]{
|
|
\subsection[#1]{\textbf{#1} \hfill \small#2}
|
|
}
|
|
|
|
\newcommand{\skill}[2]{
|
|
\subsubsection[#1]{\textit{#1}: #2}
|
|
}
|
|
|
|
\begin{document}
|
|
\thispagestyle{empty}
|
|
\title{Resume}
|
|
\author{Keegan Deppe}
|
|
|
|
\begin{center}
|
|
\huge\textbf{Keegan Deppe}
|
|
|
|
\small\textit{kdeppe@mit.edu}
|
|
\textbullet
|
|
\ keegandeppe.com
|
|
\end{center}
|
|
|
|
\section{Education}
|
|
\datedsubsection{Massachusetts Institute of Technology}{Sep 2019 - May 2023}
|
|
{\normalsize\textit{Majoring in Electrical Engineering and Computer Science {\footnotesize(6-2)}}}\newline
|
|
\footnotesize\textit{Relevant Coursework:}
|
|
Introduction to Machine Learning, Operating Systems Engineering, Introduction to EECS via Interconnected Embedded Systems, Fundamentals of Programming, Computation Structures
|
|
|
|
\section{Experience}
|
|
|
|
\datedsubsection{Embedded Systems Engineering Associate}{Jun 2022 - Apr 2023}
|
|
{\small\textit{ForeLight}}
|
|
\begin{itemize}
|
|
\item Designed and developed a bioreactor control and monitoring system to be deployed on resource-constrained embedded devices
|
|
\item Utilized gRPC to create highly scalable communication services between reactors and servers
|
|
\item Began testing a central database with support for live monitoring and reactor data recovery mechanisms via local backups
|
|
\end{itemize}
|
|
|
|
\datedsubsection{Electrical Engineering Intern}{Oct 2021 - May 2022}
|
|
{\small\textit{ForeLight}}
|
|
\begin{itemize}
|
|
\item Designed and assembled a manual control interface which was mounted into a NEMA 4 enclosure
|
|
\item Prototyped several bioreactor LED control systems for dynamic lighting capabilities
|
|
\end{itemize}
|
|
|
|
\datedsubsection{Embedded Systems Engineering Intern}{Jun 2022 - Apr 2023}
|
|
{\small\textit{Novo Space}}
|
|
\begin{itemize}
|
|
\item Developed a telemetry visualization and storage system ready to be deployed on embedded systems onboard satellites
|
|
\item Leveraged Docker to make the telemetry system scalable across many machine architectures
|
|
\end{itemize}
|
|
|
|
\section{Extracurricular Activities}
|
|
\datedsubsection{Gordon-MIT Engineering Leadership Program}{Sep 2021 - May 2023}
|
|
{\small\textit{Gordon Engineering Leader}
|
|
\begin{itemize}
|
|
\item Developing leadership, teamwork, and communication skills in a selective leader development program
|
|
\item Actively coach, advise, role model, and assess the performance of a team of first year GEL Program engineering students
|
|
\item Attended a project engineering course to learn skills particularly relevant to project planning and management
|
|
\end{itemize}
|
|
|
|
\datedsubsection{Delta Kappa Epsilon}{Jun 2021 - May 2022}
|
|
{\small\textit{President}}
|
|
\begin{itemize}
|
|
\item Leveraged communication skills to coordinate between administration, alumni, and fraternity members
|
|
\item Practiced strong leadership capabilities to navigate challenging situations
|
|
\end{itemize}
|
|
|
|
|
|
\section{Skills \& Interests}
|
|
\begin{itemize}
|
|
\item\skill{Programming Languages}{Go, Python, C/C++, TypeScript, Assembly, and Bash}
|
|
\item\skill{Linux}{Experience using Arch, Ubuntu, Debian, Fedora}
|
|
\item\skill{Containerization}{Dockerized an application for embedded device deployment}
|
|
\item\skill{Microcontroller/SoC}{Experience programming on Raspberry Pi, Beagle Bone Black, ESP-32}
|
|
\item\skill{Hardware Design}{Designed RISC-V CPU using Minispec which could then be simulated to run assembly programs}
|
|
\item\skill{ThinkPad X230}{Used a ch341a external programmer to flash coreboot onto the BIOS module, removing the whitelist}
|
|
\end{itemize}
|
|
|
|
% \subsection{
|
|
% \skill{-}{Experience programming in Go, Python, C/C++, and Bash}
|
|
% \skill{-}{Familiarity with several flavors of Linux including Arch, Ubuntu, Debian, and Fedora}
|
|
% \skill{-}{Dockerized an application to allow for deployment on resource-constrained embedded devices}
|
|
% \skill{-}{Experience using several microcontrollers and SoCs such as the BeagleBone Black, Raspberry Pi, and ESP-32}
|
|
% \skill{-}{Designed hardware using HDLs such as Minispec and then programmed said virtual hardware using RISC-V}
|
|
% \skill{-}{Corebooted my ThinkPad x230 with a ch341a external programmer to remove the BIOS whitelist and disable the Intel Management Engine}
|
|
% }
|
|
\end{document}
|