forked from freemagma/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
executable file
·91 lines (80 loc) · 4.83 KB
/
resume.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\documentclass[greyscale]{resume}
\begin{document}
\noindent
\namesection{Zachary Minot}{
\href{mailto:[email protected]}{[email protected]} --
850$\cdot$459$\cdot$4314 --
\href{https://github.com/zminot}{github.com/zminot} --
\href{https://www.linkedin.com/in/zachary-minot/}{linkedin.com/in/zachary-minot}
}
\columnratio{\lcol}
\begin{paracol}{2}
%------------------------------------------------------------%
\section{Experience}
\compact[May 2022 - Aug. 2022]{Microsoft}{\textbf{Software Engineering Intern}}{
{Designed and built a custom radio frequency FPGA block to convert from a proprietary packet type to the DIFI standard using
\textbf{SystemVerilog} and \textbf{C++}, enabling 4x overall efficiency},
{Implemented a DIFI packet C++ library and a 'middleman' proprietary to DIFI packet software, installed/compiled via \textbf{CMake}}
}
\compact[\hspace{69pt} Aug. 2022 - Dec. 2022]{Georgia Tech - College of Computing}{\textbf{Incoming Graduate Teaching Assistant for Deep Learning}}{}
\vspace{-12pt}
\compact[May 2021 - Aug. 2021]{Amazon, Inc}{\textbf{Software Development Engineer I Intern}}{
{Designed and constructed a monthly calendar view in an internal dashboard for specific events in \textbf{Angular/Typescript}, saving
both business users and SDEs time and effort in editing and testing},
{Identified unsupported packages and defective unit tests within the existing project and created plans to fix the issues}
}
\compact[May 2020 - May 2022]{Georgia Tech - College of Computing}{\textbf{Head Teaching Assistant}}{
{Trained and Led 15+ TAs across 4 different teams, working closely with the professor while balancing normal TA responsibilties including
office hours and grading students' work},
{Supervised an overhaul of a project-based \textbf{Object-Oriented Design} course with 470-530+ students}
}
\compact[Jan. 2021 - May 2021]{Rockefeller Capital Management -- Merlin Wealth Management}{\textbf{Software Development Intern}}{
{Extended internal application to aid in management of company data with \textbf{React} and \textbf{Python Flask}}
}
\compact[May 2019 - Jan. 2020]{Convopanda}{\textbf{Software Intern}}{
{Full-stack development using \textbf{Ruby on Rails, Bootstrap, and HTML/CSS/JS}}
}
\section{Projects}
\compact[Fall 2020]{Super NEAT Bros.}{\textbf{Team Lead}}{
{A machine learning team project that trains a model to both
play and memorize Super Mario Bros. on an NES emulator},
{Built the image recognition portion of the project,
including the data cleaning, KMeans, and CNN},
{\textbf{Built with: Pytorch, Scikit-learn, Python, Jupyter-Notebook, Lua}}
}
\compact[Fall 2020]{Machines are Among Us}{\textbf{Co-Developer}}{
{Training Recurrent Neural Networks (LSTMs) to "communicate" back and
forth to determine which of them is an imposter and attempting to find
interesting results, inspired by the game Among Us},
{\textbf{Built with: Pytorch, Python}}
}
\compact[Fall 2020]{G-PAD (General-Purpose Audio Device)}{\textbf{VHDL/Script Developer}}{
{Used an FPGA (DE-10 Lite) for square wave generation to a
protoboard speaker to write music},
{Implemented the first version of note production, the ability to play
notes on two speakers at once, and wrote a Python script to aid in
composing music},
{\textbf{Built with: VHDL, Python}}
}
% \section{Activities}
%------------------------------------------------------------%
\switchcolumn
%------------------------------------------------------------%
\section{Education}
\subcompact{Georgia Institute of Technology}
{Class of 2023}
{M.S. in Computer Science \\ \emph{Computer Systems}}
\subcompact{Georgia Institute of Technology}
{Class of 2022 -- 3.96 GPA}
{B.S. in Computer Science \\ \emph{Systems/Architecture \\ and Intelligence}}
\section{Skills}
\compact{Languages}{}{C++/C, Verilog/SystemVerilog, Java, Python, x86/x86\_64, Bash, HTML/CSS/Javascript, Typescript, SQL }
\compact{Technologies}{}{Xilinx Vivado, Pytorch/Scikit-Learn/NumPy, Linux, Git/GitHub, Microsoft Azure,
OpenMP/OpenMPI, JavaFX, Qiskit}
\compact{Miscellaneous}{}{Drums and Bass, Frisbee, Board Games and D\&D}
\section{Relevant Courses}
\compact{Systems}{Advanced Operating Systems, Real Time Systems, Operating Systems, Computer Systems and Networks, Processor Design}{Course GPAs: 4.0}
\compact{A.I./Other}{Machine Learning, Deep Learning, Computer Vision, Data Structures and Algorithms}{Course GPAs: 4.0}
%------------------------------------------------------------%
\end{paracol}
\end{document}