-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.tex
More file actions
119 lines (104 loc) · 4.21 KB
/
resume.tex
File metadata and controls
119 lines (104 loc) · 4.21 KB
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
\documentclass[11pt]{article}
\usepackage[margin=0.6in]{geometry}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{titlesec}
\setlength{\parindent}{0pt}
\setlength{\topsep}{0pt}
\setlist{nolistsep}
\pagenumbering{gobble}
\newcommand{\ressection}[1]{%
\vspace{9pt}{\Large{\textsc{#1}}} \titlerule[0.5pt] \par
}
\begin{document}
\begin{samepage}
\begin{tabbing}
\textbf{\LARGE{Joshua Towner}}\\
\href{https://joshua.towner.xyz}{https://joshua.towner.xyz} \` 5648 Bay Street \#526, Emeryville, CA \\
\href{mailto:josh@towner.xyz}{josh@towner.xyz} \` +1 781 361 9585
\end{tabbing}
\ressection{Education}
\begin{tabbing}
\textbf{Northeastern University}, Boston, MA \` Sep 2017\,--\,May 2021 \\
Bachelor of Science in Computer Science/Physics and Math \` \textbf{GPA:} 3.96/4.00
\end{tabbing}
\ressection{Computer Knowledge}
\begin{tabbing}
\textbf{Languages}: \hspace{2.5em}\=
\textit{Proficient}: \hspace{1.2em} \=Java, Python, SQL, JS, TS, HTML, CSS, React, \LaTeX \\
\>\textit{Familiar with}: \>Go, C\#, C++, C, Mathematica, Bash, VB, Sass, Octave \\
\textbf{Software/APIs}:\>
\textit{Proficient}: \>Linux, Profiling, CI, Android, Git, Docker, NumPy, SciPy, AWS \\
\>\textit{Familiar with}: \>GCP, Protobuf, Gitlab/Github/Circle CI, K8s, GraphQL
\end{tabbing}
\ressection{Work Experience}
\begin{tabbing}
\textbf{Amazon Web Services}, Boston, MA \\
Software Development Engineer II\` Dec 2022\,--\,Present \\
Software Development Engineer I\` Jul 2021\,--\,Dec 2022
\end{tabbing}
\begin{itemize}
\item Led critical components
of a new hybrid backup service, including the core data path,
private API connectivity, and a proprietary incremental diff solution,
all at AWS scale. Onboarded team members to projects, orchestrated devlopment work, and
consistently delivered features ahead of schedule.
\item Advocated for, designed, and delivered projects that
resolved customer errors and overhauled error monitoring, resulting in a
a 70\% drop in job failures and early identification of a critical
production bug.
\item Authored team standards for key processes, including release management,
operational reviews, and security testing. Mentored new team members, including
a successful intern project.
\end{itemize}
\begin{tabbing}
\textbf{Anna}, Remote \` Sep 2019\,--\,May 2021 \\
Lead Software Engineer
\end{tabbing}
\begin{itemize}
\item Architected and developed a smart vending machine system, including
real-time approvals of orders, pre-ordering, and serial communication
with the machine, including deployment onto AWS and scalability.
\item Managed the entire engineering team, efficiently
planning out work and new features.
\end{itemize}
\begin{tabbing}
\textbf{Intuit}, Boston, MA \` Jun 2020\,--\,Dec 2020 \\
Software Engineering Co-op
\end{tabbing}
\begin{itemize}
\item{Developed and released full stack features in the Quickbooks contractor payment system,
which helped host 30,000+ contractors and move 60+ million dollars.}
\end{itemize}
\begin{tabbing}
\textbf{Mercari}, Boston, MA \` Jul 2019\,--\,Dec 2019 \\
Backend/ML Software Co-op
\end{tabbing}
\begin{itemize}
\item Spearheaded redesign of Python and Java recommender systems reducing resource usage by 92\%, adding online capabilities, and improving recommendations serving 25 million users.
\end{itemize}
\begin{tabbing}
\textbf{Northeastern University Venkatachalam Lab}, Boston, MA \` May 2019\,--\,Oct 2019 \\
Undergraduate Research Assistant
\end{tabbing}
\begin{itemize}
\item Utilized Python, specifically SciPy and Keras, to create and boost a nematode neuron detection model.
\end{itemize}
\begin{tabbing}
\textbf{Harrow Search}, Boston, MA \` Oct 2018\,--\,Jun 2019 \\
Software Developer
\end{tabbing}
\begin{itemize}
\item Developed Selenium service to scrape websites and then store and analyze scraped data in Django.
\end{itemize}
\begin{tabbing}
\textbf{Northeastern Khoury College}, Boston, MA \` Jan 2020\,--\,Apr 2020 \\
Algorithms TA
\end{tabbing}
\ressection{Interests}
\begin{center}
Skiing \textbullet\ Biking \textbullet\ The Office, Star Wars, Marvel \textbullet\ Video Games \textbullet\
Optimization \textbullet\ Machine Learning
\end{center}
\end{samepage}
\end{document}