-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
155 lines (104 loc) · 4.58 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
147
148
149
150
151
152
153
154
155
\documentclass[11pt]{article}
% page dimensions
\usepackage[top=.6in, bottom=.6in, left=0.6in, right=.6in]{geometry}
\usepackage{xcolor}
\usepackage{tabularx}
\usepackage{hyperref}
\usepackage{enumitem}
% margin notes
\usepackage{marginnote}
\reversemarginpar
% font
\usepackage[T1]{fontenc}
\usepackage[medium,light,sfdefault]{roboto}
% spacing adjustments
\setlength\parindent{0pt} % no automatic indent
\setlength{\tabcolsep}{0em} % table horizontal spacing
\setlist{nosep}
\setlist[itemize]{label=$\circ$}
\renewcommand{\baselinestretch}{1.1} % line spacing
% custom commands
% \newcommand{\rsection}[1]{\hspace{-0.3in}\rotatebox[origin=l]{90}{\marginnote{#1}}\vspace{-1em}} % section with title in margin
\newcommand{\rsection}[1]{\vspace{1.5em}\textcolor{gray}{\Large \robotoslab #1}\vspace{0.5em}}
\newcommand{\bd}[1]{\textbf{#1}}
\newcommand{\bt}[1]{\textbf{#1}} % bold title
\newcommand{\gap}[0]{\vspace{0.3em}} % gap between items
\newcommand{\sgap}[0]{\vspace{0.2em}} % small gap between items
\newcommand{\sep}[0]{ // } % styled dash
\newcommand{\tabsep}[0]{\, / \,} % table separator
\newcommand{\arr}[0]{ $\hspace{0.2em}\rightarrow\hspace{0.2em}$ } % arrow
\newcommand{\gray}[1]{\textcolor{gray}{#1}}
\newcommand{\e}[0]{> }
\newcommand{\E}[0]{$\triangleright$ }
\newcommand{\class}[2]{\e #1 // #2}
\begin{document}
\pagenumbering{gobble} % avoid page numbering
\begin{tabularx}{\textwidth}{Xr}
\robotoslab
\begin{tabular}[x]{@{}l@{}}
{\Huge Kimberli Zhong} \sgap \\
{\Large \href{https://kimberli.me}{https://kimberli.me}}
\end{tabular}
& \footnotesize
\begin{tabular}[x]{@{}r@{}}
\\
\href{mailto:[email protected]}{[email protected]} \\
\href{https://github.com/kimberli}{https://github.com/kimberli} \\
\href{https://linkedin.com/in/kimberlizhong}{https://linkedin.com/in/kimberlizhong}
\end{tabular}
\end{tabularx}
\rule{7.3in}{0.05em}
\gap
\rsection{Education}
\bt{Massachusetts Institute of Technology} \hfill GP\hspace{-0.5px}A: 5.0/5.0
B.S. in Computer Science \& Engineering \hfill \gray{2014-2018}
M.Eng. in Computer Science \& Engineering \hfill \gray{2017-2018}
\rsection{Experiences}
\bt{Applied Intuition}\sep Software Engineer, Senior Engineering Manager \hfill \gray{2018-2023}
\begin{itemize}
\item[\e] One of first 10 employees in company's journey from series A to D
\item[\e] Built full stack features for initial product with weekly visits to first customer
\item[\e] Prototyped and productionized scalable, provider-agnostic cloud architecture and deployment automation
\item[\e] Led development of new product line from \$0 to \$XX M TCV
\item[\e] Collaborated with sales \& product for customer visits, workshops, and proof-of-concept deployments
\item[\e] Recruited and managed teams for product engineering, data infrastructure, and customer services
\end{itemize}
\bt{MIT CSAIL}\sep Research Assistant \hfill \gray{2017-2018}
\begin{itemize}
\item[\e] Investigated computational generation and style transfer of vector graphics
\item[\e] Modeled vector font glyphs with a variational autoencoder architecture using TensorFlow
\end{itemize}
\bt{Affirm}\sep Software Engineering Intern \hfill \gray{Summer 2017}
\begin{itemize}
\item[\e] Built data pipeline monitoring and visualization tooling on Risk Engineering team using Python
\end{itemize}
\gap
\bt{Jane Street Capital}\sep Software Engineering Intern \hfill \gray{January 2017}
\begin{itemize}
\item[\e] Contributed to financial market trading infrastructure using OCaml
\end{itemize}
\gap
\bt{Airbnb}\sep Software Engineering Intern \hfill \gray{Summer 2016}
\begin{itemize}
\item[\e] Worked on government ID image processing on the Trust team using Tesseract, Ruby on Rails, and OpenCV
\end{itemize}
\gap
\bt{Google}\sep Engineering Practicum Intern \hfill \gray{Summer 2015}
\begin{itemize}
\item[\e] Created Android and web apps for benchmarking Android libraries using Java, C++, Flask
\end{itemize}
\rsection{Leadership}
\bt{Greylock X}\sep Fellow \hfill \gray{Summer 2017}
\gap
\bt{KPCB Fellowship}\sep Engineering Fellow \hfill \gray{Summer 2016}
\gap
\bt{HackMIT \& Blueprint}\sep Co-director \hfill \gray{2014-2016}
\gap
\bt{Rough Draft Ventures}\sep Student Partner \hfill \gray{2015-2016}
\rsection{Teaching}
\bt{MIT 6.031 Elements of Software Construction} \hfill \gray{Spring 2017 \& Fall 2017}
\gap
\bt{MIT 6.148 Web Programming Competition} \hfill \gray{January 2016}
\rsection{Technologies}
Python, C/C++, Java, JavaScript, Bash, Bazel, Kubernetes, Terraform, TypeScript, React, SQL, CSS, Git, {\fontfamily{cmr}\selectfont\LaTeX}
\end{document}