-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
76 lines (65 loc) · 4.01 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
\documentclass{resume} % Use the custom resume.cls style
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Resume for Pablo Meier (morepablo.com)
%
% LaTeX Template Version 2.0 (8/5/13)
% Original author:
% Trey Hunner (http://www.treyhunner.com/)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\usepackage[left=0.75in,top=0.6in,right=0.75in,bottom=0.6in]{geometry} % Document margins
\name{Pablo Meier} % Your name
%\address{New York, NY} % Your address
% \address{morepablo.com} % Your secondary addess (optional)
\address{(240) 535--3882 $\phantom{a}$ \\ $\phantom{a}$ [email protected] $\phantom{a}$ \\ $\phantom{a}$ morepablo.com}
\begin{document}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Experience}
\begin{rSubsection}{ClassPass}{October 2016 - Present}{Senior Software Engineer $\nearrow$ Engineering Manager}{Python, Java, JavaScript}
\item Implemented microservices powering CMS-backed sell page generation, Fitness Tracking, privacy settings for Social
\item Led Acquisition team to implement checkout codes, API-powered recruiting pages, fitness library pages
\end{rSubsection}
\begin{rSubsection}{Reonomy}{March 2015 - October 2016}{Software Engineer $\nearrow$ Engineering Lead $\nearrow$ Director of Engineering}{Python, Java, JavaScript}
\item Lead two teams consisting of the majority of engineers to a culture of shipping value, engineering excellence, trust, cohesion
\item Maintained + added features to legacy app built on Flask, Express, ElasticSearch, Postgres
\item Architected and implemented a new API stack powering next generation of products
\end{rSubsection}
\begin{rSubsection}{Looksee}{April 2014 - January 2015}{Software Engineer -- Sup}{Java, JavaScript}
\item Built 3 Android apps for publishing and subscribing to live video
\item Designed and implemented app's backend server in Node.js + MongoDB
\item Wrote a basic analytics platform to trend user behavior over time based on a Mongo dataset
\end{rSubsection}
\begin{rSubsection}{Google}{August 2012 -- August 2013}{Software Engineer II --- API Console}{Java}
\item Implemented Notifications system for the Google API Console
\end{rSubsection}
\begin{rSubsection}{Adobe Systems, Inc.}{July 2010 -- June 2012}{Software Engineer --- Flash Platform}{C++, ActionScript, Java}
\item Lead a large-scale refactor of CorePlayer detangling an inheritance chain of (platforms $\times$ products)
\end{rSubsection}
\end{rSection}
%----------------------------------------------------------------------------------------
% PROJECTS SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Projects}
\noindent{}\textbf{\textit{All projects available at https://github.com/pablo-meier/}}
\begin{rSubsection}{ScrabbleCheat}{2010 -- 2012}{\textit{Your neighborhood friendly Scrabble Solver}}{Erlang, C, Ruby}
\item Uses a custom-defined, pure-binary representation of an obscure data structure
\item Demonstrates interoperability with libraries (Apache Thrift), multiple cooperating languages and paradigms, and comprehensive unit testing
\end{rSubsection}
\begin{rSubsection}{Ebooker}{2012 -- 2013}{\textit{Markov chain-based Twitter poetry}}{Go}
\item Implements a full OAuth1 Twitter client (no library used)
\end{rSubsection}
\end{rSection}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Education}
{\bf Brown University} | B.S. in Computer Science, B.A. in Music \hfill {June 2010} \\
\end{rSection}
\end{document}