-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
executable file
·146 lines (117 loc) · 5.73 KB
/
resume.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
\documentclass[a4paper,10pt]{article}
% With thanks to Alessandro Plasmati for the basic LaTeX template used here: https://www.sharelatex.com/templates/cv-or-resume/professional-cv
%A Few Useful Packages
\usepackage{marvosym}
\usepackage{fontspec} %for loading fonts
\usepackage{xunicode,xltxtra,url,parskip} %other packages for formatting
\RequirePackage{color,graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[margin=0.5in]{geometry}
\usepackage[colorlinks=true, linkcolor=black, urlcolor=black]{hyperref}
% an alternative to Layaureo can be ** \usepackage{fullpage} **
\usepackage{titlesec} %custom \section
\usepackage{tabularx}
%FONTS
\defaultfontfeatures{Mapping=tex-text}
%\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin}
%%% modified for Karol Kozioł for ShareLaTeX use
\setmainfont[
SmallCapsFont = Fontin-SmallCaps.otf,
BoldFont = Fontin-Bold.otf,
ItalicFont = Fontin-Italic.otf
]
{Fontin.otf}
%%%
\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
\titlespacing{\section}{0pt}{3pt}{3pt}
\usepackage[absolute]{textpos}
\setlength{\TPHorizModule}{30mm}
\setlength{\TPVertModule}{\TPHorizModule}
\textblockorigin{2mm}{0.60\paperheight}
\setlength{\parindent}{0pt}
%% define a few struts
%% (from code by Claudio Beccari in TeX and TUG News, Vol. 2, 1993)
\newcommand\Tstrut{\rule{0pt}{2.9ex}} % "top" strut
\newcommand\Bstrut{\rule[-1.2ex]{0pt}{0pt}} % "bottom" strut
\newcommand\TBstrut{\Tstrut\Bstrut} % "top and bottom" strut
%--------------------BEGIN DOCUMENT----------------------
\begin{document}
\pagestyle{empty} % non-numbered pages
\font\fb=''[cmr10]'' %for use with \LaTeX command
%--------------------TITLE-------------
\par{\centering
{\Huge \textsc{Patrick Perrier}
}\bigskip\par}
\par{
\begin{tabularx}{\textwidth}{c X X c}
\hline
896 Stanstead Rd, Ottawa, ON & Cell: 226-989-6369
& \href{mailto:[email protected]}{[email protected]}
& Github: \href{https://github.com/pperrier27}{pperrier27} \TBstrut \\
\hline
\end{tabularx}
}
%--------------------SECTIONS-----------------------------------
%Section: Personal Data
\section{Technical Skills}
\begin{tabular}{rl}
\textsc{Proficient In:} & C++, C, C\#, Python \\
\textsc{Familiar With:} & Java, Bash, Javascript, VBScript, HTML, CSS, \LaTeX, Powershell\\
\textsc{Tools:} & MS Azure, Git, Subversion, Perforce, PTC Integrity/Source, Jira, FogBugz, WinDbg, VSTS, Visual Studio
\end{tabular}
%Section: Work Experience at the top
\section{Work Experience}
% Format for NEW sections is as follows
% & POSITION at \textsc{COMPANY}, LOCATION \\ \textsc{DATE} & \emph{FURTHER POSITION DESCRIPTION, e.g. team}TEXT HERE}\\
%&\footnotesize{TEXT}\\
%&\footnotesize{MORE TEXT}\\
%...
%\multicolumn{2}{c}{•} \\ if another section is to come after the first one
\begin{tabular}{r|p{15.4cm}}
& Software Developer at \textsc{Microsoft}, Vancouver, BC \\ \textsc{Jan-Apr 2017} & \emph{Big Park}\\
&\footnotesize{Designed and implemented new process and C\#\slash Python tools to increase QA testing efficiency to hours from days}\\
&\footnotesize{Improved 3D image file transcoding software, shipped with Windows 10 Creator's update}\\
\multicolumn{2}{c}{} \\
& Driver Developer at \textsc{AMD}, Markham, ON \\ \textsc{May-Aug 2016} & \emph{Windows Kernel Mode Driver Team}\\
&\footnotesize{Implemented all-new client interfaces for full driver rearchitecture as part of the project scrum team}\\
&\footnotesize{Designed and developed a C\slash C++ linting tool for internal code quality enforcement by modifying and extending LLVM and clang-tidy.}\\
\multicolumn{2}{c}{} \\
& Software Development Co-op at \textsc{Phoenix Interactive Design}, London, ON\\
\textsc{Sept-Dec 2015} & \emph{VISTAatm Team}\\
&\footnotesize{Rewrote internal log parsing utility using Visual C\# and Excel, adding usage options and greatly improving stability, reliability, and log processing power while maintaining performance.}\\
\multicolumn{2}{c}{}\\
& Software Developer Intern at \textsc{SMART Technologies}, Calgary, AB \\
\textsc{Jan-Apr 2015}&\emph{Notebook Team}\\
&\footnotesize{
Added Google Breakpad-based crash reporting, menu buttons to access new add-ons, extended unit test coverage for Notebook SDK by 25\%, and fixed bugs for release 15.0 (April 2015) using C++/Objective-C++ and boost on both Windows and OSX.}\\
&\footnotesize{Invented, planned, designed, and implemented an activity for Notebook LAB, using Javascript, Ember.js, Handlebars.js, HTML5, and CSS3.
}\\
\multicolumn{2}{c}{} \\
& Product Verification Team Member at \textsc{Nakina Systems}, Kanata, ON \\
\textsc{May-Aug 2014} & \emph{NI-Director Team}\\
&\footnotesize{Upgraded old webservice test cases into XML format for deployment into improved test architecture.}\\
\end{tabular}
\section{Projects}
\begin{itemize}
\item {\textsc{\textbf{Novel-Insights (in progress)}}
\begin{itemize}
\item {Application using NLP and textual analysis tools to provide intelligent notes and feedback to writers about their story. }
\end{itemize}}
\item {\textsc{\textbf{ImgurSwitcher}}}
\begin{itemize}
\item {Cross-platform Python script to download images from an Imgur album and set them as the desktop background when keyboard shortcuts are used.}
\end{itemize}
\end{itemize}
%Section: Education
\section{Education}
\textbf{University of Waterloo}, Waterloo, ON
\begin{itemize}
\item Candidate for Bachelor of \textsc{Software Engineering}, 2013-2018
\end{itemize}
\section{Interests and Activities}
\begin{itemize}
\item {Fan of hockey and pick-up sports in general.}
\item {Wide variety of reading; favourite authors include Terry Pratchett and Jim Butcher.}
\item {Learning how to play guitar and saxophone, and generally a music lover from swing to rock to classical.}
\end{itemize}
\end{document}