forked from sc932/resume
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DrewErnyResume.tex
191 lines (149 loc) · 7.04 KB
/
DrewErnyResume.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
% (c) 2002 Matthew Boedicker <[email protected]> (original author) http://mboedick.org
% (c) 2003-2007 David J. Grant <davidgrant-at-gmail.com> http://www.davidgrant.ca
% (c) 2008 Nathaniel Johnston <[email protected]> http://www.nathanieljohnston.com
% (c) 2011 Scott Clark <[email protected]> http://cam.cornell.edu/~sc932
% (c) 2014 Drew Erny <[email protected]> http://www.dperny.net
%
%This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
\documentclass[letterpaper,10pt]{article}
\newlength{\outerbordwidth}
\pagestyle{empty}
\flushbottom
\raggedright
\usepackage[svgnames]{xcolor}
\usepackage{framed}
\usepackage{tocloft}
\usepackage{etoolbox}
\robustify\cftdotfill
%-----------------------------------------------------------
%Edit these values as you see fit
\setlength{\outerbordwidth}{3pt} % Width of border outside of title bars
\definecolor{shadecolor}{gray}{0.75} % Outer background color of title bars (0 = black, 1 = white)
\definecolor{shadecolorB}{gray}{0.93} % Inner background color of title bars
%-----------------------------------------------------------
%Margin setup
\setlength{\evensidemargin}{-0.25in}
\setlength{\headheight}{-0.25in}
\setlength{\headsep}{0in}
\setlength{\oddsidemargin}{-0.25in}
\setlength{\paperheight}{11in}
\setlength{\paperwidth}{8.5in}
\setlength{\tabcolsep}{0in}
\setlength{\textheight}{9.75in}
\setlength{\textwidth}{7in}
\setlength{\topmargin}{-0.3in}
\setlength{\topskip}{0in}
\setlength{\voffset}{0.1in}
%\setlength{\bmargin}{-0.3in}
%-----------------------------------------------------------
%Custom commands
\newcommand{\resitem}[1]{\item #1 \vspace{-2pt}}
\newcommand{\resheading}[1]{\vspace{-2pt}
\parbox{\textwidth}{\setlength{\FrameSep}{\outerbordwidth}
\begin{shaded}
\setlength{\fboxsep}{0pt}\framebox[\textwidth][l]{\setlength{\fboxsep}{4pt}\fcolorbox{shadecolorB}{shadecolorB}{\textbf{\sffamily{\mbox{~}\makebox[6.762in][l]{\large #1} \vphantom{p\^{E}}}}}}
\end{shaded}
}\vspace{-10pt}
}
\newcommand{\ressubheading}[4]{
\begin{tabular*}{6.5in}{l@{\cftdotfill{\cftsecdotsep}\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{#3} & \textit{#4} \\
\end{tabular*}\vspace{-6pt}}
%-----------------------------------------------------------
\begin{document}
\begin{tabular*}{7in}{l@{\extracolsep{\fill}}r}
\textbf{\Large Drew Erny} & \textbf{\today} \\
\texttt{[email protected]} & \texttt{985 665-1284} \\
\texttt{dperny.net} & \texttt{github.com/dperny}
\end{tabular*}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\resheading{Technologies}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{itemize}
\item {\bf Languages:} Ruby, Python, Javascript, C, Java
\item {\bf Web:} HTML5, CSS3, SCSS
\item {\bf Frameworks:} Ruby on Rails, Middleman, CherryPy
\item {\bf Utilities:} Unix/Linux, bash, zsh, git, vim, tmux, LaTeX
\item {\bf Other technologies:} AWS, Docker
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\resheading{Career Experience}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{itemize}
\item
\ressubheading{Red Hat}{Westford, MA}{Software Engineering Intern}{June - August 2015}
\begin{itemize}
\resitem{Built companion application for FreeIPA to handle self-service use cases.}
\resitem{Devised secure self-service password reset and user registration schemes.}
\resitem{Created captcha system requiring no server-side image storage.}
\end{itemize}
\item
\ressubheading{Nine (nine.is)}{Tuscaloosa, AL}{Software Engineer}{November 2013 - August 2014}
\begin{itemize}
\resitem{Performed full-stack development and maintenance of large-scale Ruby on Rails web applications for health care businesses, real estate agencies, and government.}
\resitem{Maintained legacy PHP websites.}
\resitem{Communicated technical concepts to nontechnical clients.}
\end{itemize}
\item
\ressubheading{NSF Research Experience for Undergraduates}{Tuscaloosa, AL}{Software Engineering}{Summer 2013}
\begin{itemize}
\resitem{Designed and programmed educational modifications for teaching circuits at a college level using the popular video game Minecraft.}
\resitem{Fleshed out and implemented finer details of higher-level design requirements provided by advisors.}
\end{itemize}
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\resheading{Projects}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{itemize}
\item
\ressubheading{Retrospective}{UA Creative Campus}{https://github.com/dperny/retrospective}{January 2015 - Present}
\begin{itemize}
\resitem{Interactive map that plots audio stories about places on UA campus.}
\resitem{Uses Google Maps API and Soundmanager2 library.}
\end{itemize}
\item
\ressubheading{DayBreaker.co}{Startup Weekend Tuscaloosa}{https://github.com/MasterTasker/DayBreaker}{September 2014}
\begin{itemize}
\resitem{Led a team of professional and student developers to construct a time-management application.}
\resitem{Built a functional prototype in two days.}
\end{itemize}
\item
\ressubheading{dperny.net}{}{https://github.com/dperny/dperny.net}{November 2014}
\begin{itemize}
\resitem{Built totally custom site with Middleman and hosted on Github Pages.}
\resitem{Extensively used latest web concepts such as semantic HTML5 and CSS3 flexboxes.}
\resitem{Open-source and MIT licensed.}
\end{itemize}
\end{itemize}
\pagebreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\resheading{Education}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{itemize}
\item
\ressubheading{The University of Alabama}{Tuscaloosa, AL}{B.S. Computer Science}{2012-2016 (expected)}
\begin{itemize}
\resitem{National Merit Finalist}
\resitem{Engineering Leadership Scholarship recipient}
\resitem{3.66 GPA}
\end{itemize}
\end{itemize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\resheading{Leadership and Service Experience}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{itemize}
\item
\ressubheading{Head Judicial Officer}{}{The Mallet Assembly}{December 2013 - Present}
\begin{itemize}
\resitem{Maintained, revised, and rewrote the constitution for the longest continuously running honors program at the University of Alabama.}
\resitem{Presided over disciplinary hearings and worked with University administration to uphold the student code of conduct.}
\end{itemize}
\item
\ressubheading{Vice Chair}{}{Association for Computing Machinery, UA Student Chapter}{January 2013 - September 2013}
\begin{itemize}
\resitem{Coordinated guest industry events such as Microsoft appLab.}
\resitem{Planned and executed chapter social events.}
\end{itemize}
\end{itemize}
\end{document}