The public sources for my resume. These sources are auto compiled and published upon changes.
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.

104 lines
4.9 KiB

9 years ago
  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. \usepackage{fancyhdr} % FancyHDR package for footers
  6. \usepackage{hyperref} % HyperRef package to get fancy hyperlinks
  7. \usepackage{ marvosym } % Symbol library
  8. % Hyperref setup
  9. \hypersetup{
  10. colorlinks=true,
  11. urlcolor=blue
  12. }
  13. \pagestyle{fancy}
  14. \rfoot{Last Updated: \today}
  15. \begin{document}
  16. \name{Drew P. Short}
  17. % \address used twice to have two lines of address
  18. \address{151 8th Avenue South Apt\# 304, Hopkins, MN 55343}
  19. \address{
  20. \Mobilefone \hspace{1 pt} (651)-285-4565 |
  21. \Letter \hspace{1 pt} \href{mailto:drew@sothr.com?subject=Concerning Your Resume}{drew@sothr.com} |
  22. \Mundus \hspace{1 pt} \url{http://www.sothr.com}
  23. }
  24. \begin{resume}
  25. \section{OBJECTIVE} A development position on a software engineering team, with special
  26. interests in web development, middleware, and backend processing systems.
  27. \section{EDUCATION} {\sl Bachelor of Science,} Information Technology \\
  28. % \sl will be bold italic in New Century Schoolbook (or
  29. % any postscript font) and just slanted in
  30. % Computer Modern (default) font
  31. Minnesota State University Mankato, Mankato, MN
  32. Graduated May 2013 \\
  33. Concentration: Software Engineering \\
  34. Minor: Ethics
  35. \section{COMPUTER \\ SKILLS} {\sl Languages \& Software:} Java, SQL, Scala, Javascript,
  36. Ruby, Python, C\#, C, Spring Framework, JEE,
  37. Hibernate, JUnit, Log4J, Logback, SLF4J,
  38. Backbone.js, JQuery, Bootstrap,
  39. Oracle, MySQL, MariaDB, MSSQL, SQLite. \\
  40. {\sl Operating Systems:} Windows, Linux (Ubuntu, RHEL, OpenSuse), OSX.
  41. \section{EXPERIENCE} {\sl Java Developer} \hfill 2013 - Present (2 Years) \\
  42. Cargill Incorporated,
  43. Risk Management, Hopkins, MN
  44. \begin{itemize} \itemsep -2pt % reduce space between items
  45. \item Designed, implemented, and tested the most complex,
  46. Risk Product to date within the restrictions of the original
  47. system.
  48. \item Migrated a Spring web application to the latest version
  49. of JQuery, rewrote custom plugins, and re-organized the
  50. structure to comply with standards.
  51. \item Helped rewrite and upgrade a system designed to manage
  52. Risk Products and give the end user control over the
  53. individual flow components.
  54. \item Maintained and improved upon a Spring web application
  55. that has been in use for 10+ years. Modernized components,
  56. improved the backend, and implemented modern front-end
  57. components for existing functionality.
  58. \end{itemize}
  59. {\sl Software Engineer Intern} \hfill 2011 - 2013 (2 Years, 1 Month) \\
  60. Information Technology Department, Minnesota State University Mankato, \\
  61. Contracted to FPX LLC, Mankato, MN
  62. \begin{itemize} \itemsep -2pt %reduce space between items
  63. \item Developed software that permutates pre-selected data for
  64. automated testing.
  65. \item Expanded a REST API and implemented continuous
  66. integration testing.
  67. \item Developed a domain specific language for internal
  68. verification, testing and reporting tools.
  69. \item Developed a 'playback' system that enabled 're-playing'
  70. data to allow for duplication and debugging of client bugs.
  71. \item Quality assurance, code coverage and regression unit testing.
  72. \end{itemize}
  73. {\sl Geek Squad Agent} \hfill 2008 - 2011 (3 Years, 1 Month) \\
  74. Best Buy, Blaine, MN \\
  75. Best Buy, Mankato, MN
  76. \begin{itemize} \itemsep -2pt %reduce space between items
  77. \item Senior Technician. Responsible for overseeing,
  78. repairs in the precinct.
  79. \item Provide technical support for Best Buy customers
  80. and persue software and hardware sale opportunities.
  81. \end{itemize}
  82. \section{AWARDS, \\ MEMBERSHIPS, \\ AND TRAINING}
  83. \begin{itemize} \itemsep -2pt %reduce space between items
  84. \item Eagle Scout \hfill 2007
  85. \item IEEE Member \hfill 2009-2011
  86. \item BSA Leadership Instructor \hfill Summers 2004-2007
  87. \item Attended NAYLE Leadership Course \hfill Summer 2006
  88. \end{itemize}
  89. \end{resume}
  90. \end{document}