-
Notifications
You must be signed in to change notification settings - Fork 8
/
Matty's Resume.tex
228 lines (180 loc) · 8.02 KB
/
Matty's 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
%-------------------------
% Resume in LaTeX
% Author: Matty
% Based on: https://github.com/jakegut/resume (which was itself based on https://github.com/sb2nov/resume)
% License: MIT
% Special thanks to: https://github.com/1993CRV for cleaning things up and making general suggestions
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\usepackage{xcolor}
\usepackage{fontawesome5}
\input{glyphtounicode}
% -------------------- FONT OPTIONS --------------------
% sans-serif
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% serif
% \usepackage{charter}
\pagestyle{fancy}
\fancyhf{} % Clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-1in} % Default was -.5in
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Section formatting
\titleformat{\section}{
\vspace{-5pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% Subsection formatting
\titleformat{\subsection}{
\vspace{-4pt}\scshape\raggedright\large
}{\hspace{-.15in}}{0em}{}[\color{black}\vspace{-8pt}]
% Ensure that generated PDF is machine readable/ATS parsable
\pdfgentounicode=1
% -------------------- CUSTOM COMMANDS --------------------
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & {\small #2} \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & {\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\setlength{\footskip}{4.08003pt}
% -------------------- START OF DOCUMENT --------------------
\begin{document}
% -------------------- HEADING--------------------
\begin{flushright}
% \vspace{-4pt}
\color{gray}
\item
Last Updated on September 23rd, 2024
\end{flushright}
\vspace{-5pt}
\begin{center}
\textbf{\Huge \scshape Matty Doe} \\ \vspace{8pt}
\small
\faIcon{github}
\href{https://github.com/mattyDoe}{\underline{github.com/mattyDoe}} $ $
\faIcon{code}
\href{https://www.mattydoe.com}
{\underline{mattydoe.com}} $ $
\faIcon{linkedin}
\href{https://linkedin.com/in/mattydoe}{\underline{linkedin.com/in/mattydoe}} $ $
\faIcon{envelope}
\href{mailto:[email protected]}
{\underline{[email protected]}}
\end{center}
% -------------------- EDUCATION --------------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{College University}{June 2026}
{B.S. Computer Science}{Current GPA: 4.0/4.0}
\resumeSubheading
{Little High School \footnotesize{(Dual Enrollment at Mission Community College)}}{June 2022}
{}{GPA: 4.44/4.0}
\vspace{-10pt}
\subsection{Coursework}
\textbf{Courses:} Object-Oriented Programming, Data Structures \& Algorithms, Embedded Systems, Discrete Math, Linear Algebra, Calculus, Physics, Probability \& Statistics \\
\textbf{Awards:} Dean's Honor List (3x), AP Scholar with Distinction (2x), World Language History Award (Spanish)
\resumeSubHeadingListEnd
% -------------------- SKILLS --------------------
\section{Skills}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{Languages:}{ C/C++, Python, Java, JavaScript/TypeScript, HTML/CSS, \LaTeX} \\
\textbf{Tools:}{ Git/GitHub, Unix Shell, Webpack, VS Code, IntelliJ CLion/PyCharm/IDEA, Atom}
% \textbf{Frameworks:}{ React, Node.js, Flask, JUnit, WordPress, Material-UI, FastAPI} \\
% \textbf{Libraries:}{ pandas, NumPy, Matplotlib}
}}
\end{itemize}
% -------------------- PROJECTS --------------------
\section{Projects}
\resumeSubHeadingListStart
\resumeProjectHeading
{\textbf{Carbon} $|$ \footnotesize\emph{Flutter, Dart, Supabase, APIs (INRIX, Google Maps), Git, Unix Shell, VS Code}}{\small{Nov. 2023}}
\resumeItemListStart
\resumeItem{Team project for the INRIX Hack 2023 Hackathon, earned Honorable Mention}
\resumeItem{Developed a social media mobile app to gamify eco-friendliness using the INRIX API}
\resumeItem{Learned how to use Flutter in conjunction with backend databases and APIs}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{ChatBuzz} $|$ \footnotesize\emph{TypeScript, HTML/CSS, Webpack, API (Twitch), Git, Unix Shell, VS Code}}{\small{May 2023 -- Present}}
\resumeItemListStart
\resumeItem{Developed a full-stack web application for Twitch livestreamers to display repeated chat messages on OBS}
\resumeItem{Experimented with Twitch API's OAuth Access Tokens to get chat data from the given channel}
\resumeItem{Collaborated with livestreamers to get feedback and suggested features}
\resumeItem{Solved problems relating to asynchronous tasks}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{FoodDropper} $|$ \footnotesize\emph{Java, Maven, API (Spigot), Git, IntelliJ IDEA}}{\small{Aug. 2022}}
\resumeItemListStart
\resumeItem{Developed a Minecraft server plugin to limit players to one way of replenishing their hunger bar}
\resumeItem{Used persistent data containers to save and load data, ensuring that it persists across plugin resets}
\resumeItem{Optimized UX e.g. sound design, food drop timing, supplied saturation level, and addressed potential workarounds}
\resumeItemListEnd
\resumeSubHeadingListEnd
% -------------------- EXPERIENCE --------------------
\section{Experience}
\resumeSubHeadingListStart
\resumeProjectHeading
{\textbf{Competitive Programming Club} $|$ \footnotesize\emph{Member}\vspace{8pt}}{\small{Sept. 2023 -- Present}}
{\small{Involved in the club centered around Competitive Programming}}
\resumeProjectHeading
{\textbf{Apex Tutoring}\vspace{8pt} $|$ \footnotesize\emph{Tutor}}{\small{2019 -- Present}}
\small{Routinely tutor K--12 students in math, coding, etc.}
\resumeProjectHeading
{\textbf{Luigi Team Charity} $|$ \footnotesize\emph{Volunteer, Manager}\vspace{8pt}}{\small{2018 -- Present}}
{\small{Earned an award for philanthropic hours spent, still giving away 100 stocked backpacks a year}}
\subsection{Hobbies}
\resumeProjectHeading
{\textbf{Playing the Drums}\vspace{8pt}}{\small{2013 -- 2019}}
{\small{Played the drums in symphonic, jazz, and marching bands}}
\resumeProjectHeading
{\textbf{3\textsuperscript{rd} Place Time Keeping Challenge Championship \footnotesize{(Time Keeping Assocation)}}\vspace{8pt}}{\small{Feb. 2022 -- May 2022}}
{\small{Won \$1500 nationally competing against high school students in counting seconds and minutes}}
\resumeSubHeadingListEnd
\end{document}