My current resume, in LaTeX format. Output in PDF.

LilithCarpenter.tex 3.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. \documentclass[margin,line]{resume}
  2. \usepackage{multicol}
  3. \usepackage{hyperref}
  4. \begin{document}
  5. \name{\large Lily Carpenter}
  6. \begin{resume}
  7. % Contact Information
  8. \section{\mysidestyle \textbf{Contact}}
  9. {\tt \href{mailto:lily-resume@azrazalea.net}{lily-resume@azrazalea.net}} \hfill {\tt (417) 379-3326}
  10. % Professional Summary
  11. \section{\mysidestyle \textbf{Summary}}
  12. Hard working mother of two who is looking to exit the tech industry and start a career in the food service industry.
  13. % Skills
  14. \section{\mysidestyle \textbf{Relevant Skills}}
  15. Customer Service, Personable, Excellent Memory, Mentoring and Leadership, Public Speaking
  16. % Professional Experience
  17. \section{\mysidestyle \textbf{Employment History}}
  18. \textbf{Walmart}, Springfield, MO \hfill \textbf{July 2018 - Present}\\
  19. \small{\textit{Retail}} \textsl{(Overnight Stocker)}\\\\
  20. Provided customer service and stocked freight onto shelves.
  21. \begin{itemize}
  22. \item \emph{Customer Service}: Answer customer questions on products, guide customers to item locations, deal with customer complaints.
  23. \end{itemize}
  24. \textbf{Intoximeters}, St. Louis, MO \hfill \textbf{October 2014 -- December 2017}\\
  25. \small{\textit{Web Development} \textsl{(Software Engineer)}}\\\\
  26. Provided customer service and development for custom business web application software.
  27. \begin{itemize}
  28. \item \emph{Mentoring, leadership}: Mentor team members in best practices, assist team members in learning new technologies, and evaluate new technologies.
  29. \item \emph{Customer Service}: Answer customer phone calls, handle requests and help troubleshoot problems up to and including complex billing issues. Help calm upset customers.
  30. \end{itemize}
  31. \textbf{Camber Corporation}, O'Fallon, IL \hfill \textbf{December 2012 -- October 2014}\\
  32. \textit{\small{Cybersecurity}} \textsl{(Software Developer)}\\\\
  33. Designed and developed simulators for the Department of Defense and commercial customers.
  34. \begin{itemize}
  35. \item \emph{Mentoring, leadership}: Teach co-workers technologies, mentor them on development practices, and evaluate new technologies.
  36. \end{itemize}
  37. \textbf{Total Highspeed}, Nixa, MO \hfill \textbf{March 2012 - December 2012}\\
  38. \small{\textit{Web Development and Tech Support} \textsl{(Tech I/Software Developer)}}\\\\
  39. Provided quality technical support while maintaining the company website.
  40. \begin{itemize}
  41. \item \emph{Customer Service}: Answer customer service and technical support calls. Walk customers through troubleshooting and fixing internet issues. Help calm upset customers.
  42. \end{itemize}
  43. \textbf{Computer Geeks}, Springfield, MO \hfill \textbf{November 2011 - March 2012}\\
  44. \small{\textit{Computer Repair and Customer Service} \textsl{(On-Site Technician)}}\\\\
  45. Complete computer solution provider to both residential and business customers, drove to do work directly on site.
  46. \begin{itemize}
  47. \item \emph{Customer Service}: Go to customer businesses and homes to work on their computer issues. Handle from scheduling appointments, through troubleshooting issue, all the way through resolving the problem.
  48. \item \emph{Sales}: Sell needed products and services to customers while maximizing revenue.
  49. \end{itemize}
  50. \section{\mysidestyle \textbf{Education and Leadership}}
  51. \begin{itemize}
  52. \item Associate Degree of Interdepartmental Studies
  53. \item Founded and led the St. Louis Lisp Programming Language Users Group
  54. \item Led the St. Louis Clojure Programming Language Users Group
  55. \end{itemize}
  56. \end{resume}
  57. \end{document}