2020-09-10 15:37:26 +00:00
\documentclass [letterpaper,11pt] { article}
\usepackage [margin=.75in,bottom=0.5in,top=1.0in] { geometry}
2021-02-05 22:50:18 +00:00
\usepackage { lastpage}
\usepackage { enumitem}
\usepackage { hyperref}
2020-09-10 15:37:26 +00:00
% ---------------------------------------------------------------------------------------------
% Edit this section to create the title, headers, and footers for the document
% ---------------------------------------------------------------------------------------------
\newcommand { \authorName } { Wryn Wagner}
\newcommand { \phone } { \textsf { (720)557-5443} }
2022-04-04 17:05:27 +00:00
\newcommand { \email } { \textsl { wryn@yage.io} }
\newcommand { \github } { \textsl { github.com/wrynegade} }
2020-09-10 15:37:26 +00:00
\newcommand { \myMajor } { Computer Science}
\newcommand { \myMinor } { Mathematics}
% ---------------------------------------------------------------------------------------------
% ------ Header Code --------------------------------------------------------------------------
\newcommand { \headerLeft } { \github }
\newcommand { \headerCenter } { \begin { huge} \textbf { \authorName \\ } \end { huge} \phone }
\newcommand { \headerRight } { \email }
\newcommand { \pageOfTotal } { \thepage \ of \pageref { LastPage} }
\usepackage { fancyhdr}
\pagestyle { fancy}
\fancyhf { }
\fancyhead [L] { \headerLeft }
\fancyhead [R] { \headerRight }
\fancyhead [C] { \headerCenter }
% ---------------------------------------------------------------------------------------------
% ---------------------------------------------------------------------------------------------
% ---------------------------------------------------------------------------------------------
\setlength { \parindent } { 0em} % Indent Length
2021-02-05 22:50:18 +00:00
\hyphenpenalty =5000%
2020-09-10 15:37:26 +00:00
\begin { document}
% ---------------------------------------------------------------------------------------------
% -- Education --------------------------------------------------------------------------------
% ---------------------------------------------------------------------------------------------
\begin { Large} \textbf { \\ Education} \end { Large}
2022-04-04 17:05:27 +00:00
%\textbf{PhD Symbolic Artificial Intelligence}\hfill 2021 to Present\\
%Utah State University, Logan, Utah
%\begin{itemize}[noitemsep,topsep=0pt]
% \item Emphasis on inference and natural language generation\\
%\end{itemize}
2021-01-31 00:24:28 +00:00
2021-02-05 22:50:18 +00:00
\textbf { B.S. Computer Science with Mathematics Minor} \hfill Graduated December 2020\\
Utah State University, Logan, Utah%\hfill 3.7 GPA
2020-09-10 15:37:26 +00:00
\begin { itemize} [noitemsep,topsep=0pt]
\item Presidential Scholarship (Academic Full-Tuition)
2021-02-05 22:50:18 +00:00
% \item Worked 20 to 30 hours per week during the school year while maintaining between 16 and 18 credits\\
2020-09-10 15:37:26 +00:00
\end { itemize}
2021-02-05 22:50:18 +00:00
%\textbf{Relevant Coursework}
%\begin{itemize}[noitemsep,topsep=0pt]
% \item Discrete Mathematics
% \item Algorithm Design and Computational Complexity (PhD level)
% \item Intelligent Systems and Computer Vision
% \item Agile Software Engineering
%\end{itemize}
2020-09-10 15:37:26 +00:00
% ---------------------------------------------------------------------------------------------
% -- Technical and Work Skills ----------------------------------------------------------------
% ---------------------------------------------------------------------------------------------
\begin { Large} \textbf { \\ Technical and Work Skills} \end { Large}
2021-02-05 22:50:18 +00:00
\textbf { Programming Language Proficiency} \\
2022-04-04 17:05:27 +00:00
Python \hfill JavaScript \hfill SH\hfill CLISP\hfill C / C++\hfill C\# \hfill Java\hfill Matlab\hfill PHP\\
2020-09-10 15:37:26 +00:00
2021-02-05 22:50:18 +00:00
\textbf { Software and Technology} \\
2022-04-04 17:05:27 +00:00
Kubernetes\hfill Docker\hfill \LaTeX \hfill ViM\hfill Linux\hfill Django\hfill AWS\hfill Redis\hfill Twilio\hfill Angular\hfill Material Design\\
2020-09-10 15:37:26 +00:00
2021-02-05 22:50:18 +00:00
\noindent \textbf { Communication and Language}
2020-09-10 15:37:26 +00:00
\begin { itemize} [noitemsep,topsep=0pt]
\item Value strong communication and embrace team environments
\item Driven public speaker
\item Fluent in Spanish both written and oral (formal and idiomatic)
\end { itemize}
% ---------------------------------------------------------------------------------------------
% -- Work History -----------------------------------------------------------------------------
% ---------------------------------------------------------------------------------------------
2022-04-04 17:05:27 +00:00
\begin { Large} \textbf { \\ \\ Work History} \end { Large}
2020-09-10 15:37:26 +00:00
2021-01-31 00:24:28 +00:00
\textbf { Rent Dynamics} \textit { (Logan UT)} . Site Reliability Engineer \hfill August 2020 - Present
\begin { itemize} [noitemsep,topsep=0pt]
\item Participate in R\& D and demonstrate proof of concept for new technology
\item Assist in team training for new technology and architecture
2021-02-05 22:50:18 +00:00
\item Maintain server health including on call support and maintenance for critical system outages
\item Major Projects \begin { itemize} [noitemsep, topsep=0pt]
\item Upgrade deprecated stack for a large scale project. Upgraded Linux, Django, PostgreSQL, and performed major refactors to a robust codebase.
2022-04-04 17:05:27 +00:00
\item Transfer a transactional database interaction to a Redis-based solution on a major traffic endpoint. Included transition from C\# on a Windows server to a load-balanced Django solution backed by Linux. Solution manages millions of transactions per second.
\item Create and maintain an automated, cross-platform, developer setup script. This keeps our developers' machines up-to-date, and provides a unified solution-base for development.
\item Containerize applications and create new, automated Kubernetes deployments.\\
2021-02-05 22:50:18 +00:00
\end { itemize}
2021-01-31 00:24:28 +00:00
\end { itemize}
\textbf { Rent Dynamics} \textit { (Logan UT)} . Junior Software Developer \hfill January 2019 - August 2020
2020-09-10 15:37:26 +00:00
\begin { itemize} [noitemsep,topsep=0pt]
\item Full-stack development for production-scale lead management software\\ Driven by: Node.js, AngularJS, and React\qquad \quad Backed by: Django, Entity framework (.NET core)
\item Complete deadlines and communicate as a member of an Agile development team
2021-02-05 22:50:18 +00:00
\item Major Projects \begin { itemize} [noitemsep, topsep=0pt]
\item Prototyped, built, and supported a remote, IoT door-traffic counter for client offices. A configured raspberry pi received signals from coin-cell operated sensors and sent a custom-encoded SMS to our database on a daily basis.
\item Designed, prototyped, and implemented an automated property touring application. Included rapid adaptations in anticipation of the COVID-19 Pandemic, allowing for virtual tour options and the disabling of in-person tours when on-site agents reported exposure to COVID-19 symptoms.
\end { itemize}
2020-09-10 15:37:26 +00:00
\end { itemize}
2021-01-31 00:24:28 +00:00
\clearpage
2021-02-05 22:50:18 +00:00
\textbf { Smith's/Starbucks} \textit { (Logan UT)} . Barista \hfill May 2018 - January 2019
2020-09-10 15:37:26 +00:00
\begin { itemize} [noitemsep,topsep=0pt]
\item Remembered customers' names, tastes, and favorite orders while simultaneously brewing coffee, preparing food, cleaning, and promoting seasonal specials.
\item Lead and prepared coffee tastings, including pastry or food pairings
\item Through taste and smell alone, learned to identify a coffee's origin across several world regions\\
\end { itemize}
\textbf { SevOne} \textit { (Highlands Ranch CO)} . Systems Engineer Intern \hfill January 2014 - May 2014
\begin { itemize} [noitemsep,topsep=0pt]
\item Created a PHP solution to ingest performance data into the SevOne platform for Comcast and Zayo\\
\end { itemize}
\textbf { Mathematics Tutor} \textit { (Highlands Ranch CO)} . \hfill August 2012 - May 2014
\begin { itemize} [noitemsep,topsep=0pt]
\item Performed one-on-one tutoring for topics of mathematics ranging from Algebra to Calculus
\item Helped students overcome challenges and achieve high grades by breaking concepts into palpable fundamentals and helping fill students' foundational gaps
\item Prepared weekly lessons, solidifying my own understanding of groundwork mathematics\\
\end { itemize}
%\textbf{Highlands Ranch Community Association} \textit{Highlands Ranch CO}. Lifeguard II \hfill August 2011 - May 2014
%\begin{itemize}[noitemsep,topsep=0pt]
% \item Maintained active International Lifeguarding Association license through Ellis and Associates
% \item Completed weekly life-saving and emergency training
% \item Rendered immediate first-aid to health incidents throughout the entire facility
%\end{itemize}
% ---------------------------------------------------------------------------------------------
% -- Volunteer History ------------------------------------------------------------------------
% ---------------------------------------------------------------------------------------------
2021-01-31 00:24:28 +00:00
\begin { Large} \textbf { \\ Extracurricular} \end { Large}
2020-09-10 15:37:26 +00:00
2022-04-04 17:05:27 +00:00
\textbf { ``The Huddle'' (Organization Chair).} \textit { 2021 - Present}
\begin { itemize} [noitemsep,topsep=0pt]
\item Introduce developers and students to open source through activities and presentations.
\item Develop and maintain community projects.
\item \url { https://github.com/TheHuddle} and \url { https://codehuddle.org} \\
\end { itemize}
2020-09-10 15:37:26 +00:00
\textbf { Volunteer Service (Rosario, Argentina).} \textit { October 2015 - October 2017}
\begin { itemize} [noitemsep,topsep=0pt]
\item Provided disaster relief to small \textit { pueblitos} affected by tornadoes and prolonged flooding
\item Immersed in local culture and built long-lasting connections and friendships
\item Executed and maintained daily plans and records\\
\end { itemize}
\textbf { HackUSU (Club Board Member).} \textit { 2018 Calendar Year}
\begin { itemize} [noitemsep,topsep=0pt]
\item Prepared and directed the annual Hackathon for Utah State University in 2018
\item Overhauled and maintained the club website
\item Formally corresponded with sponsors and performed outreach to potential sponsors\\
\end { itemize}
\textbf { Aggie Game Nights (Club Board Member).} \textit { 2018 Calendar Year}
\begin { itemize} [noitemsep,topsep=0pt]
\item Planned, documented, and attended weekly board meetings
\item Advertised and hosted a board game tournament quarterly\\
\end { itemize}
2022-04-04 17:05:27 +00:00
%\textbf{Free Software Linux Club (Club Member).} \textit{January 2017 to Present}
%\begin{itemize}[noitemsep,topsep=0pt]
% \item Explore Linux distributions and contribute to open source projects
% \item During the summer months, create weekly programming challenges with automated testing
%\end{itemize}
2020-09-10 15:37:26 +00:00
% ---------------------------------------------------------------------------------------------
% -- References -------------------------------------------------------------------------------
% ---------------------------------------------------------------------------------------------
\begin { Large} \textbf { \\ References} \end { Large}
2021-02-05 22:50:18 +00:00
%\textit{\\available upon request}
2022-04-04 17:05:27 +00:00
\textbf { Skyler Cain - Former CTO of Rent Dynamics}
2021-02-05 22:50:18 +00:00
\begin { itemize} [noitemsep,topsep=0pt]
\item skylercain@gmail.com \textit { (perferred)}
\item \url { https://www.linkedin.com/in/skylercain} \\
\end { itemize}
2022-04-04 17:05:27 +00:00
\textbf { Haitao Wang - Professor}
2021-02-05 22:50:18 +00:00
\begin { itemize} [noitemsep,topsep=0pt]
\item Haitao.Wang@usu.edu \textit { (perferred)}
\item (435) 797-2416\\
\end { itemize}
\textbf { Josef Wagner - Personal Reference}
\begin { itemize} [noitemsep,topsep=0pt]
\item josefwagnerus@gmail.com \textit { (perferred)}
\item (208) 713-3929
\end { itemize}
2020-09-10 15:37:26 +00:00
% ---------------------------------------------------------------------------------------------
% -- End --------------------------------------------------------------------------------------
% ---------------------------------------------------------------------------------------------
\end { document}