/resume.tex
https://github.com/tabletcorry/resume · LaTeX · 77 lines · 51 code · 24 blank · 2 comment · 0 complexity · da3d6503e1f55841fc24f8b5c9bebdf0 MD5 · raw file
- % LaTeX resume using res.cls
- \documentclass[line,margin]{res}
- \usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
- %\usepackage{newcent} % uses new century schoolbook postscript font
- \begin{document}
- \name{Corry Haines}
- \address{\sl resume@corryh.com}
- \address{\sl github.com/tabletcorry}
- \begin{resume}
-
- \section{Skills} {\sl Languages (Proficient):} Python, Bash, SQL\\
- {\sl Languages (Familiar):} Java, C\#, C, Ruby, Javascript\\
- {\sl Platforms:} Linux (CentOS, Ubuntu, Arch), OS X\\
- {\sl Data:} Postgres, Redis, MySQL, Memcached, Hadoop\\
- {\sl Dev Systems:} Git, Gerrit, Jenkins, SVN, Maven\\
- {\sl Ops Systems:} Graphite, Logstash, Puppet, Nagios, Collectd, OpenGrok, Jira
-
- \section{Employment}
- {\sl Member of Technical Staff} \hfill April 2014 - Present \\
- Pure Storage, Mountain View, CA
-
- {\sl Senior Ground Control} \hfill September 2010 - April 2014 \\
- Rocket Fuel, Redwood City, CA
- \begin{itemize} \itemsep -2pt
- \item Deployed Graphite and Collectd metrics aggregation system
- \item Deployed Logstash log aggregation system
- \item Migrated source control from SVN to git
- \item Migrated build system from Ant to Maven
- \item Deployed Gerrit code review system for engineering
- \item Maintained and improved Puppet configuration system
- \item Assisted in hardware setup and maintenance
- \item Assisted in MySQL maintenance, scaling, and query optimization
- \end{itemize}
- {\sl Associate QA Engineer} \hfill June 2009 - September 2010 \\
- Truviso, Foster City, CA
- \begin{itemize} \itemsep -2pt % reduce space between items
- \item Developed benchmarking tools to compare competitors' products against own
- \item Developed several automated test suites for database product
- \item Maintained and improved existing Truviso development servers
- \end{itemize}
-
- \section{Projects}
- {\sl Splitcent.com} \hfill 2012-2014 \\
- Worked with friends to create a bill splitting service to replace BillMonk.com
-
- \section{Education} {\sl Bachelor of Science,} Computer Science \hfill 2005 - 2009 \\
- Rochester Institute of Technology, Rochester, NY
-
- \section{Internships}
-
- {\sl Software Development Intern} \hfill Summer 2008 \\
- Laszlo Systems, San Mateo, CA
-
- {\sl Software Development Intern} \hfill Summer 2007 \\
- Citrix Systems, Fort Lauderdale, FL
-
- {\sl Software Development Intern} \hfill Summer 2006 \\
- Microsoft, Redmond, WA
-
- \section{Achievements}
- Eagle Scout, Boy Scouts of America (2005) \\
-
- \end{resume}
- \end{document}