PageRenderTime 62ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/resume.tex

https://bitbucket.org/marshall91/resume
LaTeX | 149 lines | 108 code | 20 blank | 21 comment | 0 complexity | 2ba01977e72e544ac2cc01197e6d8ffd MD5 | raw file
  1. \documentclass[pdflatex,12pt, letterpaper]{res}
  2. %------------------PREAMBLE------------------%
  3. \setlength{\topmargin}{-0.3in} % Start text higher on the page
  4. \setlength{\textheight}{9in} % increase textheight to fit more on a page
  5. \setlength{\headsep}{0.2in} % space between header and text
  6. \setlength{\headheight}{12pt} % make room for header
  7. \usepackage{fancyhdr} % use fancyhdr package to get 2-line header
  8. \renewcommand{\headrulewidth}{0pt} % suppress line drawn by default by fancyhdr
  9. %\lhead{\hspace*{-\sectionwidth}\small{Y Nguyen}} % force lhead all the way left
  10. %\rhead{Page \thepage} % put page number at right
  11. \cfoot{} % the footer is empty
  12. \pagestyle{fancy} % set pagestyle for the document
  13. \usepackage{graphicx}
  14. \usepackage{hyperref}
  15. %-----------------------------%
  16. % Name - Address
  17. %-----------------------------%
  18. \begin{document}
  19. \thispagestyle{empty} % this page does not have a header\
  20. \begin{center}
  21. \includegraphics[scale=0.6]{logo.jpg}\\
  22. \textbf {Mackenzie Marshall\\
  23. 2025 Oak Bay Ave, Apt 407\\
  24. Victoria, BC. V8R 1E5\\
  25. 250-507-5621\\
  26. mack.j.marshall@gmail.com\\
  27. \href{http://www.mackenziemarshall.com}{mackenziemarshall.com} }
  28. \end{center}
  29. \begin{resume}
  30. %-----------------------------%
  31. % Education
  32. %-----------------------------%
  33. \section{EDUCATION}
  34. \vspace{0.1in}
  35. University of Victoria, Victoria, British Columbia\\
  36. \textit{Bachelor of Software Engineering, Sep. 2009 - Apr. 2014 }\\
  37. %-----------------------------%
  38. % Employment
  39. %-----------------------------%
  40. \section{EMPLOYMENT}
  41. \vspace{0.1in}
  42. {\bf Product Development Engineer \hfill Sep. 2013 - Dec. 2013}\\
  43. \textit{HootSuite, Vancouver, BC}\\
  44. Worked on a rapidly growing web application. Worked in a continuous integration environment. Developed new features as well as write additional tools and unit tests. Worked with PHP, JavaScript, MySQL, less and Harp.
  45. {\bf Quality Engineering Intern \hfill May. 2012 - Aug. 2012}\\
  46. \textit{IBM Canada, Victoria, BC}\\
  47. Created test cases for the Forms Experience Builder web application. Assisted in designing the framework for automated testing using the Selenium framework. Worked with Javascript, CSS, and HTML.
  48. {\bf Quality Assurance Intern \hfill Jan. 2011 - Aug. 2011}\\
  49. \textit{Broadcom, Richmond, BC}\\
  50. Ran and analyzed test logs for various processors video quality and stability. Wrote test scripts in Python and TCL, and post analysis scripts in Perl. Used network impairment units and remote serial port connections.
  51. {\bf Database Assitant \hfill Jul. 2010 - Aug. 2013}\\
  52. \textit{CW Photography, Victoria, BC}\\
  53. Maintained the archives of photography projects, assisted in the management of the network drives and devices. Maintained the filing system of physical copies. Assisted with the scheduling system of their website.
  54. {\bf Computer Science and Mathematics Tutor \hfill Sep. 2009 - Aug. 2013}\\
  55. \textit{University of Victoria, Victoria, BC}\\
  56. Created lesson plans and sample questions with detailed analysis and review of material.
  57. %-----------------------------%
  58. % Skills
  59. %-----------------------------%
  60. \newpage
  61. \section{TECHNICAL SKILLS}
  62. \vspace{0.1in}
  63. {\bf Programming Languages}
  64. \begin{itemize} % Use \item[] to prevent a bullet from appearing
  65. \item[] \textbf{Experienced:}
  66. \begin{itemize}
  67. \item[C: ] Written many course projects in C. Worked with networking, embedded systems and multithreaded applications.
  68. \item[Python: ] Written application test scripts during coops and for academic projects. Wrote server application for Home Automation Unit project in Python. Wrote web application in Django for my BeerStock app.
  69. \end{itemize}
  70. \item[] \textbf{Intermediate:}
  71. \begin{itemize}
  72. \item[Java: ] Wrote basic cryptography application. Worked with in academic courses.
  73. \item[C++: ] Wrote several OpenGL applications in C++ for graphics courses.
  74. \end{itemize}
  75. \item[] \textbf{Beginner:}
  76. \begin{itemize}
  77. \item[HTML: ] Worked with web application written in Django. Basic webpage development.
  78. \end{itemize}
  79. \end{itemize}
  80. {\bf Operating Systems}
  81. \begin{itemize} % Use \item[] to prevent a bullet from appearing
  82. \item[] Experienced: MacOSX, Windows 7, Linux
  83. \end{itemize}
  84. {\bf IDE}
  85. \begin{itemize} % Use \item[] to prevent a bullet from appearing
  86. \item[] Eclipse Juno - Used for several courses.
  87. \item[] Visual Studio 2012 - Used for Windward Code War.
  88. \item[] Chocolat - Simple text editor used for small coursework and personal projects.
  89. \item[] Netbeans 7.3 - Used for several courses.
  90. \end{itemize}
  91. {\bf Industry Skills}
  92. \begin{itemize} % Use \item[] to prevent a bullet from appearing
  93. \item[] Remote Serial Ports - Monitored and controlled several remote test boards.
  94. \item[] Network Impairment Units - Simulated poor network quality to monitor impact on video call quality.
  95. \item[] SQL - Used in academic courses and on personal BeerStock project.
  96. \item[] Git, SVN - Used in academic courses and for personal projects. Git preffered.
  97. \item[] Selenium - Automated web application testing for improved speed and consistency.
  98. \end{itemize}
  99. %-----------------------------%
  100. % Awards
  101. %-----------------------------%
  102. \newpage
  103. \section{AWARDS}
  104. \vspace{0.3in}
  105. \begin{itemize}
  106. \item Jamie Cassels Undergraduate Reseach Award - Nominee \hfill 2013
  107. \item University of Victoria President's Scholarship \hfill 2012
  108. \item Engineering Dean's Renewable Entrance Scholarship \hfill 2009
  109. \item Come to Campus Grant \hfill 2009
  110. \end{itemize}
  111. \section{COMPETITIONS}
  112. \vspace{0.3in}
  113. \begin{itemize}
  114. \item Windward Code War - 2nd place UVic, Top 20 International \hfill 2013
  115. \\
  116. An AI competition placing teams in competition agains one another. Our team wrote the decision algorithm for a basic resource and time management game to compete against 9 other players at a time.
  117. \end{itemize}
  118. \section{PROJECTS}
  119. \vspace{0.3in}
  120. \begin{itemize}
  121. \item \textit{Twitter Home Automation Unit} - Made a microcontroller to control a power outlet via commands received from Twitter.
  122. \item \textit{Home Inventory System: BeerStock} - Web based application to store home inventory and comsumption history, future plans include a review system and a mobile companion application.
  123. \item \textit{Personal Webpage} - Designed and maintained a personal webpage including my own blog. \href{http://www.mackenziemarshall.com}{mackenziemarshall.com}
  124. \end{itemize}
  125. \end{resume}
  126. \end{document}
  127. % To do
  128. % Add examples to skills
  129. % add description to codewar