/resume.tex

https://github.com/tabletcorry/resume · LaTeX · 77 lines · 51 code · 24 blank · 2 comment · 0 complexity · da3d6503e1f55841fc24f8b5c9bebdf0 MD5 · raw file

  1. % LaTeX resume using res.cls
  2. \documentclass[line,margin]{res}
  3. \usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
  4. %\usepackage{newcent} % uses new century schoolbook postscript font
  5. \begin{document}
  6. \name{Corry Haines}
  7. \address{\sl resume@corryh.com}
  8. \address{\sl github.com/tabletcorry}
  9. \begin{resume}
  10. \section{Skills} {\sl Languages (Proficient):} Python, Bash, SQL\\
  11. {\sl Languages (Familiar):} Java, C\#, C, Ruby, Javascript\\
  12. {\sl Platforms:} Linux (CentOS, Ubuntu, Arch), OS X\\
  13. {\sl Data:} Postgres, Redis, MySQL, Memcached, Hadoop\\
  14. {\sl Dev Systems:} Git, Gerrit, Jenkins, SVN, Maven\\
  15. {\sl Ops Systems:} Graphite, Logstash, Puppet, Nagios, Collectd, OpenGrok, Jira
  16. \section{Employment}
  17. {\sl Member of Technical Staff} \hfill April 2014 - Present \\
  18. Pure Storage, Mountain View, CA
  19. {\sl Senior Ground Control} \hfill September 2010 - April 2014 \\
  20. Rocket Fuel, Redwood City, CA
  21. \begin{itemize} \itemsep -2pt
  22. \item Deployed Graphite and Collectd metrics aggregation system
  23. \item Deployed Logstash log aggregation system
  24. \item Migrated source control from SVN to git
  25. \item Migrated build system from Ant to Maven
  26. \item Deployed Gerrit code review system for engineering
  27. \item Maintained and improved Puppet configuration system
  28. \item Assisted in hardware setup and maintenance
  29. \item Assisted in MySQL maintenance, scaling, and query optimization
  30. \end{itemize}
  31. {\sl Associate QA Engineer} \hfill June 2009 - September 2010 \\
  32. Truviso, Foster City, CA
  33. \begin{itemize} \itemsep -2pt % reduce space between items
  34. \item Developed benchmarking tools to compare competitors' products against own
  35. \item Developed several automated test suites for database product
  36. \item Maintained and improved existing Truviso development servers
  37. \end{itemize}
  38. \section{Projects}
  39. {\sl Splitcent.com} \hfill 2012-2014 \\
  40. Worked with friends to create a bill splitting service to replace BillMonk.com
  41. \section{Education} {\sl Bachelor of Science,} Computer Science \hfill 2005 - 2009 \\
  42. Rochester Institute of Technology, Rochester, NY
  43. \section{Internships}
  44. {\sl Software Development Intern} \hfill Summer 2008 \\
  45. Laszlo Systems, San Mateo, CA
  46. {\sl Software Development Intern} \hfill Summer 2007 \\
  47. Citrix Systems, Fort Lauderdale, FL
  48. {\sl Software Development Intern} \hfill Summer 2006 \\
  49. Microsoft, Redmond, WA
  50. \section{Achievements}
  51. Eagle Scout, Boy Scouts of America (2005) \\
  52. \end{resume}
  53. \end{document}