-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.tex
More file actions
133 lines (97 loc) · 5.78 KB
/
resume.tex
File metadata and controls
133 lines (97 loc) · 5.78 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
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}{Feb 2025 - Present}{Mercury}{Austin, TX}
\item Leading projects in a cross-functional product engineering team
\item Designing a next-gen authorization platform based on Google Zanzibar
\item Contributing to React and Haskell codebases to support Mercury Business Banking
\end{rSubsection}
%------------------------------------------------
\begin{rSubsection}{Tech Lead}{Nov 2022 - Feb 2025}{Favor}{Austin, TX}
\item Implemented an AI content recommendation pipeline, increasing revenue and improving conversion rate
\item Optimized typeahead search architecture, improving conversion by 10\%
\item Oversaw the engineering roadmap across 5 teams for a consumer food delivery mobile app
\item Provided technical design for significant marketing technology initiatives
\item Led architecture review for a service-oriented product architecture deployed on Kubernetes
\item Collaborated cross-functionally to align and influence roadmaps across a team of 30 engineers
\end{rSubsection}
%------------------------------------------------
\begin{rSubsection}{Senior Software Engineer}{Jul 2021 - Nov 2022}{Amazon Web Services}{Austin, TX}
\item Owned distributed systems to power AWS Managed Prometheus, a high-throughput service with 99.9\% availability
\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}
\item Developed CI/CD pipelines to delivery software across all AWS regions and availability zones
\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 thousands of 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}{Early Experience}{Jun 2013 - Mar 2018}{}{}
\item Commonbond: full stack software engineer [React, Java, MySQL]
\item FactSet: full stack software engineer [AngularJS, Python, Perl, MySQL]
\item MathWorks: software engineering intern [C++, Python]
\end{rSubsection}
\end{rSection}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Education}
\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}: Haskell, Kotlin, Java, Python, Golang, PHP, Typescript, SQL \\
\end{rSection}
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% EXAMPLE SECTION
%----------------------------------------------------------------------------------------
%\begin{rSection}{Section Name}
%Section content\ldots
%\end{rSection}
%----------------------------------------------------------------------------------------
\end{document}