Skip to content

Instantly share code, notes, and snippets.

@jwasinger
Created November 10, 2016 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwasinger/bc3181ae3d575a39c149376d19c6666b to your computer and use it in GitHub Desktop.
Save jwasinger/bc3181ae3d575a39c149376d19c6666b to your computer and use it in GitHub Desktop.
% LaTeX resume using res.cls
\documentclass[margin]{res}
%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
%\usepackage{newcent} % uses new century schoolbook postscript font
\setlength{\textwidth}{5.1in} % set width of text portion
\usepackage{enumitem}
\begin{document}
% Center the name over the entire width of resume:
\moveleft.5\hoffset\centerline{\large\bf Jared G. Wasinger}
% Draw a horizontal line the whole width of resume:
\moveleft\hoffset\vbox{\hrule width\resumewidth height 1pt}\smallskip
% address begins here
% Again, the address lines must be centered over entire width of resume:
\moveleft.5\hoffset\centerline{Corvallis, OR 97333}
\moveleft.5\hoffset\centerline{http://jwasinger.github.io}
\moveleft.5\hoffset\centerline{j-wasinger@hotmail.com}
\begin{resume}
\section{OBJECTIVE} A position in software development.
\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
Oregon State University, Corvallis, OR,
expected August 2017
\section{SKILLS} \begin{itemize}[leftmargin=*]
\item Experienced with virtualization using Docker and Vagrant
\item Adept with version control using Git
\item Skilled at modern web development
\end{itemize}
\section{EXPERIENCE} \textbf{Site Reliability Engineering Intern} \hfill September 2015-Present\\
Symantec, Springfield, OR
\vspace{2mm}
\begin{itemize} \itemsep -2pt %reduce space between items
\item Created Jenkins build pipeline for Docker container images
\item Created Elasticsearch application to allow full-text search against documentation spread across corporate intranet
\item Automated Linux server provisioning using Puppet and Bash scripts
\item Created browser visualizations of application alert data using D3.js
\end{itemize}
\textbf{ SDE Intern} \hfill March 2015-September 2015 \\
Novatel Wireless, Eugene, OR
\vspace{2mm}
\begin{itemize} \itemsep -2pt %reduce space between items
\item Created Python scripts to organize device inventory spreadsheets
\item Created frontend components for customer-facing SaaS application
\item Created SQL queries to aggregate customer device usage and billing data
\end{itemize}
\textbf{Student Software Developer} \hfill January 2014 - March 2015 \\
Oregon State University, Corvallis, OR
\vspace{2mm}
\begin{itemize} \itemsep -2pt %reduce space between items
\item Created a web application for administration of university emailing lists
\item Migrated mailing list records and metadata from plaintext files into a MySQL database
\item Designed frontend components for university DNS/DHCP administration tool
\end{itemize}
\textbf{Computer Science Teaching Assistant} \hfill September 2013 - January 2014 \\
Oregon State University, Corvallis, OR
\vspace{2mm}
\begin{itemize} \itemsep -2pt %reduce space between items
\item Taught Python and C++ programming concepts for introductory computer science courses
\end{itemize}
\section{PROJECTS} \textbf{ AngularJS Analytics Dashboard} \hfill https://jwasinger.github.io/dashboard\\
\vspace{-2mm}
\begin{itemize} \itemsep -2pt %reduce space between items
\item Mockup of an analytics dashboard using AngularJS and D3.js
\end{itemize}
\section{KNOWLEDGE} {\sl Programming Languages } Python, Javascript, C++, Bash\\
{\sl Web Frameworks:} NodeJS, Django, LAMP\\
{\sl Databases:} Elasticsearch, MongoDB, MySQL\\
\end{resume}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment