-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrian_partridge_resume.tex
131 lines (100 loc) · 4.57 KB
/
brian_partridge_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
\documentclass[11pt]{article}
\usepackage{fullpage}
\usepackage{multicol}
\usepackage{verbatim}
\textheight=10in
\pagestyle{empty}
\raggedbottom
\raggedright
% DEFINITIONS FOR RESUME
% Definition for the style of bullet to use
\newcommand{\mydot}{$\cdot$ }
%\newcommand{\mydot}{$\bullet$ }
\newcommand{\lineunder}{\vspace*{-8pt} \\ \hspace*{-18pt} \hrulefill \\}
\newcommand{\header}[1]{{\hspace*{-15pt}\vspace*{6pt} \textsc{#1}} \vspace*{-6pt} \lineunder}
\newcommand{\contact}[3]{\vspace*{-8pt}\begin{center}{\LARGE \scshape {#1}}\\#2 \\ #3\end{center}\vspace*{-8pt}}
\newcommand{\school}[3]{\textbf{#1}{#2} \mydot #3 \\}
\newenvironment{courses}{\begin{list}{\mydot}{\topsep 0pt \itemsep -2pt}}{\vspace*{4pt}\end{list}}
\newcommand{\seniorproject}[2]{Senior Project: #1\\ #2 }
\newcommand{\employer}[3]{\textbf{#1} (#2) \emph{#3}\\ }
\newcommand{\project}[3]{\textbf{#1} (#2) \emph{#3}\\ }
\newenvironment{achievements}{\begin{list}{\mydot}{\topsep 0pt \itemsep -2pt}}{\vspace*{4pt}\end{list}}
% END RESUME DEFINITIONS
\begin{document}
\small
\smallskip
\vspace*{-44pt}
% HEADER
\contact{Brian M. Partridge}
{110 Griggs Rd. Brookline, MA 02446}
{
(781) 801-8844
\mydot [email protected]
%\mydot brianpartridge.name
}
% EDUCATION
\header{Education}
\school{Worcester Polytechnic Institute}{, Worcester, MA}{Bachelor of Science in Computer Science, 2006}
\seniorproject{BitTorrent Subscriptions}{
\begin{achievements}
\item Designed a content distribution platform for creators, built atop BitTorrent and RSS feeds.
\end{achievements}
}
% WORK
\header{Work History}
\employer{VMware, Inc}{May 2011 - Present}{Senior MTS}
\begin{achievements}
\item Served as the lead iOS developer of a team focused on creating next generation management tools for VMware products on mobile devices.
\item Lead development and assisted in design of the vSphere Mobile Watchlist for \textbf{iPhone}.
\item Developed internal apps for monitoring vCenter Operations installations.
\item Contributed to preexisting \textbf{iPad} apps for managing vSphere and vCloud.
\item Designed and implemented internal tools for build distribution, build feedback, and usage analysis.
\item Presented talks about mobile development and design at internal innovation conferences.
\item Provided expertise to guide the direction of a team with limited mobile experience.
\item Experience planning and directing intern projects.
\item Experience working independently and with a remote team.
\item Experience meeting with and presenting to customers.
\item 3 patents pending.
\end{achievements}
\employer{EMC Corporation}{June 2006 - May 2011}{Senior Software Engineer}
\begin{achievements}
\item Served as a member of teams focused on developing various management and backup applications for EMC's flagship product, the \textbf{Symmetrix}.
\item Responsible for developing advanced storage operations in the EMC Virtual Storage Integrator plug-in for the VMware vSphere client.
\item Utilized reverse engineering techniques to extend the vSphere client beyond its stock capabilities.
\item Experience with version control software in a very large code base.
\end{achievements}
\employer{Shannon Systems}{Summer 2004 and 2005}{Software Engineering Intern}
\vspace*{14pt}
% PROJECTS
\header{Personal Projects}
\project{Open Source}{Current}{}{
\begin{achievements}
\item Various projects: \emph{https://github.com/brianpartridge} \& \emph{https://github.com/PearTreeLabs}
\end{achievements}}
\project{Pocket Share Pro}{2012}{iPhone - Retired}{
\begin{achievements}
\item A tool for affiliate marketing of iOS apps via LinkShare, Twitter, and Facebook.
\item Intelligently detects and filters thousands of distinct apps installed on an iOS device.
\end{achievements}}
\project{LazyEye}{2011}{iPhone - Retired}{
\begin{achievements}
\item A reading app, utilizing Rapid Serial Visual Presentation (RSVP) for fast reading speeds.
\end{achievements}}
\project{Six Degrees}{2009}{iPhone - Sold}{
\begin{achievements}
\item Provides several modes of play by calculating the degrees of separation between actors.
\end{achievements}}
Additional details and links: \emph{http://peartreelabs.com}\\
\vspace*{14pt}
% SKILLS
\header{Skills Summary}
\textbf{Programming Languages:}
\begin{achievements}
\item Proficient with Objective-C, C\#, C++, C
\item Competent with Python, Javascript
\end{achievements}
\vspace{-3pt}
\textbf{Frameworks \& APIs:} UIKit, Core Data, VMware Web Services SDK, .NET\\
\textbf{Operating Systems:} Mac OSX, Windows, Linux\\
\textbf{Tools:} Xcode, git, vim, Visual Studio\\
\end{document}