-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.ltx
162 lines (149 loc) · 6.65 KB
/
resume.ltx
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
\documentclass[12pt]{res}
\usepackage[colorlinks=true,linkcolor=urlblue,urlcolor=urlblue]{hyperref}
\usepackage[a4paper, left=0.75in, right=1.50in, top=0.75in]{geometry}
\usepackage[usenames, dvipsnames]{color}
\usepackage{enumitem}
\usepackage{fancyhdr}
\definecolor{urlblue}{RGB}{32, 32, 255}
\setlength{\textheight}{9.50in}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[R]{\thepage}
\begin{document}
% Name:
\name{Nick Miller\\[12pt]}
% Address and contact info:
\address{\bf
ADDRESS\\
:ADDRESS:\\
:PHONE:
}
\address{\bf
CONTACT\\
{\href{mailto:nick@nmiller.info}{nick@nmiller.info}}\\
{\href{https://linkedin.com/in/nickjm}{linkedin.com/in/nickjm}}\\
{\href{https://github.com/jadefish}{github.com/jadefish}}
}
% Body:
\begin{resume}
\section{OVERVIEW}
Software engineer with 9 years of experience developing robust,
efficient solutions for distributed and co-located teams. Proven
track record in delivering mission-critical features for high-impact
projects utilized by millions globally. Expertise in cloud
platforms, backend systems, and mobile applications.
\section{EXPERIENCE}
\vspace{-0.1in}
% Evvnt:
\begin{tabbing}
\hspace{2.15in}\= \hspace{2.55in}\= \kill
{\bf Senior Software Engineer}
\>Evvnt Technologies Corp.
\>Sep 2021 - present\\
\>Traverse City, MI (remote)
\end{tabbing}
\vspace{-21pt}
As a core part of the small team at Evvnt, I wear many hats and
frequently design and ship fundamental features, fixes, and
projects. Notably:
\\
\begin{itemize}[noitemsep]
\item Led rewrite of mobile box office app, increasing
gate ticket sale revenue by over 30\% and enhancing user
experience and reliability.
\item Implemented self-service features for event creators,
enabling automatic event and user acquisition without
sales intervention.
\item Integrated Apple Pay and Google Pay for ticket purchases,
reducing checkout time and friction.
\end{itemize}
% RJG:
\begin{tabbing}
\hspace{2.15in}\= \hspace{2.55in}\= \kill
{\bf Software Engineer}
\>RJG, Inc.
\>Jun 2020 - Sep 2021\\
\>Traverse City, MI
\end{tabbing}
\vspace{-21pt}
Developed features and fixes for Java- and AngularJS-based injection
molding software deployed to air-gapped, on-site installations.
\\
\begin{itemize}[noitemsep]
\item Worked closely with the product and hardware teams to
add support for Smartflow mold temperature regulators.
\item Spearheaded effort to identify and more closely align core
product with key domain concepts.
\item Dockerized the majority of the core product, enabling
faster iteration and local development.
\end{itemize}
% Geotix:
\begin{tabbing}
\hspace{2.15in}\= \hspace{2.55in}\= \kill
{\bf Senior Software Engineer}
\>Geotix
\>Sep 2018 - Jun 2020\\
\>Traverse City, MI
\end{tabbing}
\vspace{-21pt}
Leveraged Ruby on Rails, PostgreSQL, Redis, AWS, and front-end
technologies to deliver performant features and fixes to help scale
the business to 50k+ monthly ticket sales.
\\
\begin{itemize}[noitemsep]
\item Developed an automated onboarding system for terms of use
and privacy policies, eliminating manual processes.
\item Implemented major enhancements, features, and fixes to our
open-source Ruby view layer DSL and front-end framework,
{\href{https://github.com/coprl/coprl}{COPRL}}.
\item Overhauled the new-client onboarding experience, unifying
fragmented processes and significantly enhancing UX.
\item Created an integration tool using AWS Lambda for GitHub,
Pivotal Tracker, and Jenkins.
\end{itemize}
% MacUpdate:
\begin{tabbing}
\hspace{2.15in}\= \hspace{2.35in}\= \kill
{\bf Software Engineer}
\>MacUpdate, LLC
\>Feb 2015 - Sep 2018\\
\>Traverse City, MI
\end{tabbing}
\vspace{-21pt}
As a key member of the distributed team for the largest third-party
Mac software distribution and sales platform, I designed and
implemented data-driven solutions using PHP, AWS, and MySQL.
\\
\begin{itemize}[noitemsep]
\item Designed and implemented a performance-critical RESTful
PHP API using Laravel for a next-generation desktop
product.
\item Led the implementation of site-wide GDPR protections
within tight deadlines.
\item Optimized critical SQL queries and code sections, reducing
technical debt and improving user and team experiences.
\end{itemize}
\section{SKILLS}
\textbf{Languages}:
\begin{itemize}[noitemsep]
\item Expert: Ruby, SQL, HTML, JS, CSS
\item Proficient: C\#/.NET, PHP, Go, and Lua
\item Competent: Python, shell scripting
\end{itemize}
\textbf{Tools}:
git, vim, Docker, Visual Studio, Intellij IDEs,
various text editors\\
\textbf{Systems \& platforms}:
AWS, Jenkins, macOS, Linux/UNIX, Windows, GitHub, Bitbucket,
PostgreSQL, MySQL\\
\textbf{Frameworks}:
Ruby on Rails, Active Record, Zend, Laravel/Lumen, Doctrine\\
\textbf{Miscellaneous}:
Docker, CI/CD, unit testing, AJAX, RESTful APIs, OOP, TDD, DDD
\section{EDUCATION}
\textbf{B.S. Software Engineering, B.S. Computer Science}\\
The University of Texas at Dallas, May 2015\\
GPA: 3.6
\end{resume}
\end{document}