-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
133 lines (96 loc) · 5.68 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Medium Length Professional CV
% LaTeX Template
% Version 3.0 (December 17, 2022)
%
% This template originates from:
% https://www.LaTeXTemplates.com
%
% Author:
% Vel (vel@latextemplates.com)
%
% Original author:
% Trey Hunner (http://www.treyhunner.com/)
%
% License:
% CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
%a4paper, % Uncomment for A4 paper size (default is US letter)
10pt, % Default font size, can use 10pt, 11pt or 12pt
]{resume} % Use the resume class
\usepackage{ebgaramond} % Use the EB Garamond font
\usepackage{fontawesome5} % Use awesome fonts
%------------------------------------------------
\name{Sean Lyons} % Your name to appear at the top
\address{ \hfill \faMapMarker* Austin, TX \hfill \faEnvelope[regular] lyonssp777@gmail.com \hfill \faMobile* (540) 290-6284 \hfill }
\begin{document}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Experience}
\begin{rSubsection}{Tech Lead}{Nov 2022 - Present}{Favor}{Austin, TX}
\item Improved search result relevancy, improving conversion by 10\%
\item Spearheaded implementation of an ML content recommendation pipeline, boosting revenue and improving conversion rate
\item Designed a new content management platform, enabling product personalization and fixing technical debt
\item Collaborating with product teams to influence roadmaps across a team of 30 engineers
\item Mentoring engineers day-to-day through pair programming and improved design processes
\end{rSubsection}
%------------------------------------------------
\begin{rSubsection}{Senior Software Engineer}{Jul 2021 - Nov 2022}{Amazon Web Services}{Austin, TX}
\item Shipped software for an AWS Managed Prometheus, ingesting petabytes of data daily with 99.9\% availability
\item Operated in a 24/7 on-call rotation, ensuring customer satisfaction and service reliability
\item Built custom Kubernetes controllers in Golang to speed up global multi-AZ deployments by 60\% \footnote{https://aws.amazon.com/blogs/opensource/speed-up-highly-available-deployments-on-kubernetes/} \footnote{https://github.com/aws/zone-aware-controllers-for-k8s}
\end{rSubsection}
%------------------------------------------------
\begin{rSubsection}{Senior Software Engineer}{Sep 2018 - Jul 2021}{Symbiont}{New York, NY}
\item Led implementation of a proprietary distributed database capable of handling 10k transactions per second in Golang
\item Reduced CI pipeline runtime by 75\% with Bazel and improved testing practices
\end{rSubsection}
%------------------------------------------------
\begin{rSubsection}{Senior Site Reliability Engineer}{Mar 2018 - Sep 2018}{iHeartRadio}{New York, NY}
\item Migrated company to new AWS infrastructure observability platform based on Prometheus and Grafana
\item Adopted Kubernetes-based deployment architecture for business-critical audio streaming infrastructure
\end{rSubsection}
%------------------------------------------------
\begin{rSubsection}{Senior Full Stack Software Engineer}{Mar 2016 - Mar 2018}{Commonbond}{New York, NY}
\item Managed a team of 3 contracted engineers
\item Designed and implemented Java Spring Boot services deployed on Kubernetes
\item Contributed to React product UI
\end{rSubsection}
%------------------------------------------------
\begin{rSubsection}{Early Experience}{Jun 2013 - Mar 2016}{}{}
\item FactSet: full stack software engineer [AngularJS, Python, Perl]
\item MathWorks: software engineering intern [C++, Python]
\end{rSubsection}
\end{rSection}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Education}
\textbf{University of Texas at Austin}, M.S. in Computer Science \hfill \textit{Sep 2024 - Present} \\
\textbf{Clarkson University}, B.S. in Computer Science \& Mathematics \hfill \textit{Sep 2010 - Dec 2014} \\
\end{rSection}
%----------------------------------------------------------------------------------------
% TECHNICAL SKILLS SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Technical Skills}
\textbf{Soft Skills}: Leadership, Service-oriented Architecture, API Design, A/B Testing \\
\textbf{Frameworks}: Spring Boot, Node.js, React, Expo \\
\textbf{Tools \& Platforms}: AWS, Kubernetes, Docker, Prometheus, Terraform \\
\textbf{Databases}: PostgreSQL, Elasticsearch, MongoDB, Redis \\
\textbf{Programming Languages}: Kotlin, Java, Python, Golang, PHP, Typescript, SQL \\
\end{rSection}
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% EXAMPLE SECTION
%----------------------------------------------------------------------------------------
%\begin{rSection}{Section Name}
%Section content\ldots
%\end{rSection}
%----------------------------------------------------------------------------------------
\end{document}