You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
128 lines
4.2 KiB
128 lines
4.2 KiB
% LaTeX resume using res.cls
|
|
\documentclass[letterpaper,line,margin]{res}
|
|
%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
|
|
%\usepackage{newcent} % uses new century schoolbook postscript font
|
|
|
|
\usepackage{fouriernc}
|
|
\usepackage[T1]{fontenc}
|
|
|
|
|
|
\hyphenation{PGATOUR NBC ESPN}
|
|
|
|
\begin{document}
|
|
\name{John Regan}
|
|
% \address used twice to have two lines of address
|
|
\address{john@jrjrtech.com \textbullet\ (904) 540-7862 \textbullet\ 5215 N Linn Ave, Oklahoma City, OK 73112 }
|
|
|
|
\begin{resume}
|
|
|
|
\section{OBJECTIVE} To be employed in an agency that does meaningful work
|
|
that benefits society.
|
|
|
|
\section{EDUCATION} {\sl Bachelor of Science} Computer Science \\
|
|
% \sl will be bold italic in New Century Schoolbook (or
|
|
% any postscript font) and just slanted in
|
|
% Computer Modern (default) font
|
|
University of North Florida, Jacksonville, FL,
|
|
December 2009.
|
|
|
|
|
|
\section{TECHNICAL}
|
|
% Put something about see referenced skill sheet
|
|
{\sl Skills}\\
|
|
Scripting, Web Development, Systems Development, Networking,
|
|
Database Development, Documentation, Security, Technical Support,
|
|
Project Management, Multimedia Technologies, Written Communication,
|
|
Data Analysis and Presentation.
|
|
|
|
{\sl Languages}\\
|
|
Bash, C, CSS, HTML, Java, JavaScript, \LaTeX{}, Lua,
|
|
Perl, PHP, SQL, XML
|
|
|
|
{\sl Platforms}\\
|
|
Apache, nginx/OpenResty, Docker, Red Hat Enterprise Linux, Debian Linux, Ubuntu Linux, Alpine Linux, Mac OS X
|
|
|
|
\section{EXPERIENCE}
|
|
{\sl System Administrator} \hfill May 2013 - Present \\
|
|
Oklahoma Mesonet,
|
|
Norman, OK
|
|
\begin{itemize} \itemsep -2pt
|
|
|
|
\item Deployed continuous integration systems, reduced complexity and time required to update web code.
|
|
|
|
\item Developed and deployed real-time notifications for weather data, used by emergency managers across Oklahoma.
|
|
|
|
\item Worked across multiple teams to identify and develop solutions in
|
|
the fields of weather-related emergency management, research, and
|
|
outreach.
|
|
|
|
\item Assisted Mesonet technicians with deploying new
|
|
Mesonet weather stations.
|
|
|
|
\item Developed techniques and procedures to automate deployment
|
|
of new weather stations and redeployment of existing
|
|
stations.
|
|
|
|
\item Provide infrastructure services and desktop support
|
|
to employees of the Oklahoma Mesonet and Oklahoma
|
|
Climatological Survey.
|
|
|
|
\end{itemize}
|
|
|
|
{\sl Operations Developer} \hfill April 2012 - May 2013 \\
|
|
{\sl Computer Operator} \hfill July 2010 - April 2012 \\
|
|
PGA TOUR,
|
|
Ponte Vedra Beach, FL
|
|
\begin{itemize} \itemsep -2pt
|
|
\item Developed tools to ensure timely delivery and integrity
|
|
of live golf scores to clients such as NBC and ESPN.
|
|
|
|
\item Automated the creation of the print edition of the yearly
|
|
PGA TOUR Media Guide, with editorial as well as data-driven
|
|
content, such as tournament synopses and player biographies.
|
|
|
|
\item Developed an automated Network Monitoring Report, used
|
|
to track systems and network performance and forecast network
|
|
growth.
|
|
|
|
\item Enhanced existing PGA TOUR web applications to function on mobile
|
|
devices.
|
|
|
|
\item Developed web applications to partially or fully automate
|
|
Data Center Operations processes.
|
|
|
|
\item Developed tools to import data from other
|
|
scoring providers into the PGA TOUR's ShotLink
|
|
scoring system.
|
|
\end{itemize}
|
|
|
|
{\sl Jr. Network Administrator} \hfill March 2008 - July 2010 \\
|
|
Technisource,
|
|
Jacksonville, FL
|
|
\begin{itemize} \itemsep -2pt % reduce space between items
|
|
\item Deployed at PGA TOUR to monitor Live Scoring systems.
|
|
\item Developed a company-wide video broadcast of golf content, including live tournament footage.
|
|
\end{itemize}
|
|
|
|
|
|
\section{AWARDS}
|
|
Nominated for the PGA TOUR's ``Employee of the Quarter'' March 2012\\
|
|
|
|
|
|
\section{REFERENCES}
|
|
{\sl Jared Bostic}\\
|
|
Senior System Administrator, Oklahoma Mesonet \\
|
|
jpbostic@mesonet.org\\
|
|
(405) 325-1535
|
|
|
|
{\sl Greg Hassler}\\
|
|
Director of IS Technical Operations, PGA TOUR \\
|
|
GregHassler@pgatourhq.com\\
|
|
(904) 273-3289
|
|
|
|
|
|
\end{resume}
|
|
\end{document}
|
|
|
|
|
|
|
|
|