-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.tex
285 lines (246 loc) · 8.57 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
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
\documentclass[letterpaper,12pt]{article}[leftmargin=*]
\usepackage[empty]{fullpage}
\usepackage{enumitem}
\usepackage[pdftex]{hyperref}
\usepackage{fontawesome}
\usepackage[sfdefault,light,lining]{FiraSans}
\usepackage[T1]{fontenc}
\usepackage{anyfontsize}
\usepackage{xcolor}
\usepackage{xifthen}
\def \fullname {Chris Santamaria}
\def \linkedinicon {\faLinkedinSquare}
\def \linkedinlink {https://www.linkedin.com/in/chris-santamaria-10}
\def \linkedintext {chris-santamaria-10}
\def \phoneicon {\faPhone}
\def \phonetext {(813) 545-5164}
\def \emailicon {\faEnvelope}
\def \emaillink {mailto:[email protected]}
\def \emailtext {[email protected]}
\def \locationicon {\faMapMarker}
\def \locationtext {Saint Petersburg, FL}
\def \githubicon {\faGithub}
\def \githublink {https://github.com/chrissantamaria}
\def \githubtext {chrissantamaria}
\def \websiteicon {\faGlobe}
\def \websitelink {https://chris.santamaria.me}
\def \websitetext {chris.santamaria.me}
\def \headertype {\doublecol} % \singlecol or \doublecol
\def \entryspacing {-0pt}
\def \bulletstyle {\faAngleRight}
% Define colours
\definecolor{primary}{HTML}{000000}
\definecolor{secondary}{HTML}{0D47A1}
\definecolor{accent}{HTML}{000000}
\definecolor{links}{HTML}{1565C0}
%-------------------------------------------------------------------------------------------------------------------
% Defines to make listing easier
\def \linkedin {\linkedinicon \hspace{3pt}\href{\linkedinlink}{\linkedintext}}
\def \phone {\phoneicon \hspace{3pt}{ \phonetext}}
\def \email {\emailicon \hspace{4pt}\href{\emaillink}{\emailtext}}
\def \location {\hspace{0pt} \locationicon \hspace{2pt}{ \locationtext}}
\def \github {\githubicon \hspace{3pt}\href{\githublink}{\githubtext}}
\def \website {\websiteicon \hspace{3pt}\href{\websitelink}{\websitetext}}
% Adjust margins
\addtolength{\oddsidemargin}{-0.55in}
\addtolength{\evensidemargin}{-0.55in}
\addtolength{\textwidth}{1.1in}
\addtolength{\topmargin}{-0.6in}
\addtolength{\textheight}{1.1in}
% Define the link colours
\hypersetup{
colorlinks=true,
urlcolor=links,
}
% Set the margin alignment
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections
\renewcommand{\section}[2]{\vspace{5pt}
\colorbox{secondary}{\color{white}\raggedbottom\normalsize\textbf{{#1}{\hspace{7pt}#2}}}
}
% Entry start and end, for spacing
\newcommand{\resumeEntryStart}{\begin{itemize}[leftmargin=2.5mm]}
\newcommand{\resumeEntryEnd}{\end{itemize}\vspace{\entryspacing}}
% Itemized list for the bullet points under an entry, if necessary
\newcommand{\resumeItemListStart}{\begin{itemize}[leftmargin=4.5mm]}
\newcommand{\resumeItemListEnd}{\end{itemize}}
% Resume item
\renewcommand{\labelitemii}{\bulletstyle}
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
% Entry with title, subheading, date(s), and location
\newcommand{\resumeEntryTSDL}[4]{
\vspace{-1pt}\item[]
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\color{primary}#1} & {\firabook\color{accent}\small#2} \\
\textit{\color{accent}\small#3} & \textit{\color{accent}\small#4} \\
\end{tabular*}\vspace{-7pt}
}
% Entry with title and location
\newcommand{\resumeEntryTL}[2]{
\vspace{-1pt}\item[]
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\color{primary}#1} & {\firabook\color{accent}\small#2} \\
\end{tabular*}\vspace{-6pt}
}
% Entry with subheading and date(s)
\newcommand{\resumeEntrySD}[2]{
\vspace{-1pt}\item[]
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\color{accent}\small#1} & \textit{\color{accent}\small#2} \\
\end{tabular*}\vspace{-6pt}
}
% Entry for special (skills)
\newcommand{\resumeEntryS}[2]{
\item[]\small{
\textbf{\color{primary}#1} #2\vspace{-6pt}
}
}
% Double column header
\newcommand{\doublecol}[6]{
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
{
\begin{tabular}[c]{l}
\fontsize{35}{45}\selectfont{\color{primary}{{\textbf{\fullname}}}}
\end{tabular}
} & {
\begin{tabular}[c]{l@{\hspace{1.5em}}l}
{\small#4} & {\small#1} \\
{\small#5} & {\small#2} \\
{\small#6} & {\small#3}
\end{tabular}
}
\end{tabular*}
}
% Single column header
\newcommand{\singlecol}[6]{
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
{
\begin{tabular}[b]{l}
\fontsize{35}{45}\selectfont{\color{primary}{{\textbf{\fullname}}}} \\
{\textit{\subtitle}} % You could add a subtitle here
\end{tabular}
} & {
\begin{tabular}[c]{l}
{\small#1} \\
{\small#2} \\
{\small#3} \\
{\small#4} \\
{\small#5} \\
{\small#6}
\end{tabular}
}
\end{tabular*}
}
\begin{document}
\headertype
{\linkedin}
{\github}
{\website}
{\phone}
{\email}
{\location}
\vspace{0pt} % Set a negative value to push the body up, and the opposite
\section{\faGraduationCap}{Education}
\resumeEntryStart
\resumeEntryTSDL
{University of Virginia}
{August 2018 -- May 2023}
{B.S. Computer Science, School of Engineering and Applied Science}{Charlottesville, VA}
\resumeEntryEnd
\section{\faCode}{Work Experience}
\resumeEntryStart
\resumeEntryTSDL
{Figma}
{July 2023}
{Incoming Software Engineer}
{New York, NY}
\resumeEntryEnd
\resumeEntryStart
\resumeEntryTSDL
{Figma}
{May 2022 -- August 2022}
{Software Engineering Intern}
{San Francisco, CA}
\resumeItemListStart
\resumeItem {Worked on Strategic Bets team to design, implement and analyze growth-centric experiments}
\resumeItem {Shipped quality-of-life features for the Figma for Education platform to streamline onboarding}
\resumeItem {Implemented Google One Tap user authentication for reduced signup friction}
\resumeItemListEnd
\resumeEntryEnd
\resumeEntryStart
\resumeEntryTSDL
{Tinder}
{September 2021 -- May 2022}
{Software Engineering Intern}
{Remote}
\resumeItemListStart
\resumeItem {Worked on tinder.com web client team to deliver performant PWA experience to millions of users worldwide}
\resumeItem {Optimized infrastructure; decreased dev rebuild times by 85\% and deploy asset upload times by 95\%}
\resumeItem {Led migration from Flow to TypeScript for over 250k lines of code; configured tooling, created automated migration tools and established type-safe best practices}
\resumeItemListEnd
\resumeEntryEnd
\resumeEntryStart
\resumeEntryTSDL
{Lyft}
{May 2021 -- August 2021}
{Software Engineering Intern}
{Remote}
\resumeItemListStart
\resumeItem {Designed and implemented end-to-end tax management platform for internal pricing teams}
\resumeItem {Proposed and completed migration towards immutable app state management patterns}
\resumeItem {Optimized site bundle size and loading strategies resulting in a 50\% reduction of TTI (time to interactive)}
\resumeItemListEnd
\resumeEntryEnd
\resumeEntryStart
\resumeEntryTSDL
{Tinder}
{May 2020 -- May 2021}
{Software Engineering Intern}
{Remote}
\resumeItemListStart
\resumeItem {Rewrote core app animations such as card swiping for improved performance on low-end devices}
\resumeItem {Contributed to +50\% growth of non-brand SEO traffic by optimizing site content rendering strategy}
\resumeItem {Created internal hackathon project to increase retention and engagement which received company interest, launched in live app}
\resumeItemListEnd
\resumeEntryEnd
\resumeEntryStart
\resumeEntryTSDL
{Forge}
{August 2019 -- May 2020}
{Lead Instructor}
{Charlottesville, VA}
\resumeItemListStart
\resumeItem {Instructed and developed curriculum for the Advanced Software Engineering summer bootcamp program}
\resumeItem {Led 10-week course on software development and DevOps to 35+ college students over two semesters}
\resumeItem {Developed course material around topics such as React, Node.js, Django, SQL and AWS services}
\resumeItemListEnd
\resumeEntryEnd
\resumeEntryStart
\resumeEntryTSDL
{Sigora Solar}
{June 2019 -- August 2019}
{Software Engineering Intern}
{Charlottesville, VA}
\resumeItemListStart
\resumeItem {Contributed to the development of an internal application suite to overhaul solar sales processes}
\resumeItem {Implemented a QA integration testing environment with Cypress for increased coverage before release}
\resumeItemListEnd
\resumeEntryEnd
\resumeEntryStart
\resumeEntryTSDL
{The Missing Piece}
{July 2017 -- May 2020}
{Software Engineer}
{Tampa, FL}
\resumeItemListStart
\resumeItem {Implemented an internal web application suite interfacing with existing merchandise and customer data}
\resumeItem {Saved employees 2 hours daily at each store by automating sales form generation, simplifying inventory uploads to their website and implementing a customer rewards platform}
\resumeItemListEnd
\resumeEntryEnd
\end{document}