-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
397 lines (349 loc) · 17.2 KB
/
cv.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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
%-------------------------
% Resume in Latex
% Based off of: https://github.com/sb2nov/resume
% License : MIT
%------------------------
\documentclass[letterpaper,10pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\usepackage[super]{nth}
\usepackage{booktabs}
\usepackage{accsupp}
\input{glyphtounicode}
%----------FONT OPTIONS----------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
% serif
% \usepackage{CormorantGaramond}
% \usepackage{charter}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
%-------------------------
% Custom commands
\newcommand{\link}[2]{\href{#1}{\color{blue}\underline{#2}}}
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newenvironment{resumeSubHeadingList}{\begin{itemize}[leftmargin=0.15in, label={}]}{\end{itemize}}
\newenvironment{resumeItemList}{\begin{itemize}}{\end{itemize}}
\newenvironment{resumeItemSubList}{\begin{itemize}\setlength\itemsep{0.4em}}{\end{itemize}\vspace{-5pt}}
\newcommand{\awardsTable}[1]{
\begin{tabularx}{\textwidth}{llllll}
\emph{Name} & \emph{Placing} & \emph{Type} & \emph{Scope} & \emph{Awarder} & \emph{Year} \\
\midrule\midrule
#1
\end{tabularx}
}
\newcommand{\awardsTableRow}[6]{
\BeginAccSupp{method=plain, ActualText=11\string\t 21}#1 & #2 & #3 & #4 & #5 & #6\EndAccSupp{} \\
}
\fancyfoot[L]{
\small \LaTeX\ Source: \link{https://github.com/zeyu2001/cv}{github.com/zeyu2001/cv} $|$
Web Version: \link{https://cv.analogue.computer}{cv.analogue.computer}
}
\renewcommand\footrule{\hrule width\textwidth}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{center}
\textbf{\huge \scshape Zeyu (Zayne) Zhang} \\ \vspace{1pt}
\small Email: \link{mailto:[email protected]}{[email protected]} $|$ Website: \link{https://www.analogue.computer}{analogue.computer} $|$ LinkedIn: \link{https://www.linkedin.com/in/zhang-zeyu}{www.linkedin.com/in/zhang-zeyu}
\end{center}
\section{Education}
\begin{resumeSubHeadingList}
\resumeSubheading
{University of Cambridge}{Oct. 2023 -- 2027 (Expected)}
{B.A. (Hons) and MEng in Computer Science}{Cambridge, England}
\begin{resumeItemList}
\resumeItem{\textbf{Grade: 1st Class.}
Highest mark for Object-Oriented Programming.
Top 5 in: Databases, Discrete Mathematics, Machine Learning \& Real-world Data, Software \& Security Engineering.}
\resumeItem{Cybersecurity Society: Secretary (2024/25) -- Represented the
University in various international competitions.}
\begin{resumeItemSubList}
\resumeItem{1st place at pwnEd5 finals, hosted by the University of Edinburgh.}
\resumeItem{2nd place at the global finals of LakeCTF 2024, hosted by the Swiss Federal Institute of Technology Lausanne.}
\resumeItem{3rd place at European finals of CSAW CTF 2023, hosted by New York University.}
\end{resumeItemSubList}
\resumeItem{Hughes Hall May Ball (2023/24) -- Developed \link{https://www.hughesmayball.co.uk}{www.hughesmayball.co.uk} and managed
domain. \textit{React $\cdot$ TailwindCSS} }
\resumeItem{CUMSA Database Officer (2024/25) -- Revamped \link{https://membership.cumsa.org/}{membership.cumsa.org} and admin panel.
\textit{Next.js $\cdot$ DynamoDB} }
\end{resumeItemList}
\end{resumeSubHeadingList}
\section{Experience}
\begin{resumeSubHeadingList}
\resumeSubheading
{Optiver}{Jul. 2025 -- Sep. 2025}
{Incoming Software Engineer Intern}{Amsterdam, Netherlands}
\vspace{2pt}
\resumeSubheading
{Open Government Products}{Jun. 2024 -- Sep. 2024}
{Software Engineer Intern}{Singapore}
\begin{resumeItemList}
\resumeItem{Built \& shipped a Next.js app used by HR and team leads to
visualize and preview changes to access control policies on
the organization's GitOps access control solution, reducing
human error. This replaces previously ClickOps-heavy
workflows.}
\resumeItem{Used Pulumi infrastructure as code to build a Better Stack
integration that reduces time-to-triage for vulnerability
reports from several hours to $<$ 1 minute.}
\resumeItem{Initiated and led a project to build open-source
secure-by-default components used by developers in production
systems and our starter kit template, making application
security easy and invisible. Remediated a Next.js 0-day in
the process. }
\resumeItem{Configured CI/CD pipelines including automated NPM package
publishing, changelog generation, documentation generation
from TSDoc comments (published to a documentation website),
testing and deployment.}
\resumeItem{Initiated and configured advanced static code analysis
pipelines across the organization. Wrote and published custom
CodeQL query packs and libraries for data flow analysis on
common technologies used, including Next.js, React, and
tRPC.}
\end{resumeItemList}
\vspace{-2pt}\item\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{Insight Programmes} & 2024 \\
\end{tabular*}\vspace{-7pt}
\begin{resumeItemList}
\resumeItem{\textbf{Jane Street}: One of 60 selected participants for the First-Year Trading \& Technology Programme.}
\resumeItem{\textbf{IMC Trading}: One of 15 selected participants for Launchpad. 4th place in the individual low-latency challenge.}
\resumeItem{\textbf{Macquarie Group}: One of 30 selected participants for the Technology Insight Programme.}
\end{resumeItemList}
\resumeSubheading
{Cure53}{May 2023 -- Present}
{Freelance Security Engineer}{Berlin, Germany (Remote)}
\begin{resumeItemList}
\resumeItem{Performed 20+ code audits and VAPTs for \link{https://cure53.de/\#publications}{global clients}, including Fortune 20
companies.}
\resumeItem{Targets included web applications, browser extensions,
Electron-based desktop applications, and mobile
applications.} \end{resumeItemList}
\resumeSubheading
{TikTok}{Apr. 2023 -- Sep. 2023}
{Security Engineer Intern}{Singapore}
\begin{resumeItemList}
\resumeItem{Discovered 50+ security vulnerabilities affecting critical
internal and external facing services, such as TikTok.}
\resumeItem{Developed Java extension on Burp Suite's new Montoya API for
testing protobuf over both WebSockets and HTTP(s), a feature
not supported by any open-source extension at the time of
development.}
\resumeItem{Wrote and deployed to K8s a deliberately vulnerable app in
React and Express used as part of an internal competition.}
\resumeItem{Researched at scale: Protobuf over WebSockets, XSS filter
bypasses, and rich text editor vulnerabilities.}
\resumeItem{Weaponised a 0-day in an online word processor to harvest
employee credentials in a red team operation.}
\end{resumeItemList}
\end{resumeSubHeadingList}
%-----------PROJECTS-----------
\section{Hackathons \& Projects}
\begin{resumeSubHeadingList}
\resumeProjectHeading{
\link{https://www.eurekapad.app/}{\textbf{EurekaPad}} $|$
\emph{Next.js $\cdot$ TailwindCSS $\cdot$ Convex $\cdot$ Clerk $\cdot$
Radix UI $\cdot$ Vercel $\cdot$ Azure Cognitive Services}}{}
\begin{resumeItemList}
\resumeItem{Supported by Microsoft for Startups. Recipient of the SUTD Baby
Shark Fund grant. }
\resumeItem{Notion + Jupyter Notebooks for STEM students. Runnable code
blocks, intuitive math editor, interactive graphs, etc.}
\end{resumeItemList}
\resumeProjectHeading{
\link{https://github.com/zeyu2001/camhack-frontend}{\textbf{$\lnot$
Catfish}} $|$
\emph{Next.js $\cdot$ TailwindCSS $\cdot$ Radix UI $\cdot$ Flask $\cdot$
Vercel $\cdot$ Tavily $\cdot$ Antrophic API $\cdot$ Instagram OAuth
$\cdot$ Tinder API}}{}
\begin{resumeItemList}
\resumeItem{2nd Place @ Cam Hack 2024 (Cambridge University Hackathon).}
\resumeItem{AI-powered Tinder dating assistant -- automatic profile
updates, match compatibility, smart opening lines, and date
ideas.}
\end{resumeItemList}
\newpage
\resumeProjectHeading{
\link{https://github.com/zeyu2001/EduAble}{\textbf{EduAble}} $|$
\emph{Next.js $\cdot$ TailwindCSS $\cdot$ PostgreSQL $\cdot$ Vercel $\cdot$
OpenAI API}}{}
\begin{resumeItemList}
\resumeItem{2nd Place @ Cambridge Generative AI Hackathon 2024, Finalist @ Fitzelerate 2024}
\resumeItem{STEM notetaking app with real-time audio transcription to
Markdown \& LaTeX, and AI-generated summaries \& quizzes.}
\end{resumeItemList}
\resumeProjectHeading{
\link{https://github.com/ECHO-LONDON/ECHO-Web}{\textbf{Echo}} $|$
\emph{Next.js $\cdot$ TailwindCSS $\cdot$ Vercel $\cdot$ Reddit, Twitter
API + OAuth}}{}
\begin{resumeItemList}
\resumeItem{Most Promising AI x Web3 Build, 1st Prize @ Encode Club London
AI Hackathon 2024}
\resumeItem{Social media aggregator that provides personalised feed for
users to regain control of their social media algorithms.}
\end{resumeItemList}
\resumeProjectHeading{
\link{https://github.com/zeyu2001/Ambrose}{\textbf{Ambrose}} $|$
\emph{TypeScript $\cdot$ React $\cdot$ TailwindCSS}}{}
\begin{resumeItemList}
\resumeItem{1,200+ downloads.}
\resumeItem{Chrome extension that automatically answers trivia questions
and reminds users of pending trivia quizzes in an online game.}
\end{resumeItemList}
\end{resumeSubHeadingList}
\section{Professional Highlights}
\begin{resumeSubHeadingList}
\resumeProjectHeading{\textbf{Speaking Engagements}}{}
\begin{resumeItemList}
\resumeItem{\emph{Client-Side Attacks in a Post-XSS World} -- pwnEd 5
(University of Edinburgh), BSides Cymru/Wales, 2024.}
\resumeItem{\emph{XS-Leaks -- Client-Side Attacks in a Post-XSS World} --
BSides London, 2023.}
\resumeItem{\emph{HTTP Request Smuggling in the Multiverse of Parsing
Flaws} -- BSides Singapore, 2022.}
\resumeItem{\emph{Learn Hacking Through CTF Competitions} -- Division Zero
Bug Bounty Quarter, 2022.}
\end{resumeItemList}
\resumeProjectHeading{\textbf{Cybersecurity Vulnerability Research \& Bug Bounty}}{2022 -- 2023}
\begin{resumeItemList}
\resumeItem{Discovered security vulnerabilities in popular open-source
software. Credited for 15 vulnerabilities in the CVE database.}
\resumeItem{Performed penetration tests for global companies through the
HackerOne platform, uncovering $>50$ valid security issues.}
\begin{resumeItemSubList}
\resumeItem{Achieved maximum lifetime signal-to-noise rating across
multiple private \& public programs, with zero invalid
reports.}
\resumeItem{Competed against top hackers from around the world and
emerged as top bug bounty hunter in the invite-only
Ministry of Defense Bug Bounty Programme 2022 and GovTech
Government Bug Bounty Programme 2023.}
\end{resumeItemSubList}
\end{resumeItemList}
\resumeProjectHeading{\textbf{Cybersecurity Competitions}}{2022 -- 2023}
\begin{resumeItemList}
\resumeItem{Founded Social Engineering Experts, the top Singapore computer
security Capture the Flag (CTF) team in 2022 and 2023.}
\resumeItem{Core member and web security player for Blue Water, the global
top CTF team in 2023. Finalist @ DEF CON 31-32 CTF. }
\resumeItem{Led organization of SEETF, a global competition with $>$2,000
players and near-perfect public voting scores in 2022-23.}
\resumeItem{Built cybersecurity challenges attempted by thousands of
players in competitions and on platforms such as Hack The Box.}
\end{resumeItemList}
\end{resumeSubHeadingList}
\section{Technical Skills}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{Languages}{: TypeScript $\cdot$ Python $\cdot$ Java $\cdot$ OCaml $\cdot$ Go $\cdot$ SQL $\cdot$ \LaTeX} \\
\textbf{Frameworks}{: React $\cdot$ Next.js $\cdot$ TailwindCSS $\cdot$ Prisma $\cdot$ Flask $\cdot$ Django} \\
\textbf{Developer Tools}{: Git $\cdot$ Docker $\cdot$ Vagrant $\cdot$ Google Cloud Platform $\cdot$ Kubernetes $\cdot$ Unix} \\
\textbf{Cybersecurity Certifications}{: OSCP $\cdot$ OSWE $\cdot$ CRT $\cdot$ Burp Suite Certified Practitioner}
}}
\end{itemize}
\section{Honours \& Awards}
\setlength{\tabcolsep}{6.0pt}
\renewcommand{\arraystretch}{1.1}
\fontsize{8.5}{11}\selectfont
\awardsTable{
\awardsTableRow{Encode Club London AI Hackathon}{\nth{1} Place, AI x Web3
Build}{Hackathon}{Global}{Encode Club}{2024}
\awardsTableRow{Cam Hack 2024}{\nth{2} Place}{Hackathon}{UK}{CUCaTS,
CUAI}{2024}
\awardsTableRow{Cambridge Generative AI Hackathon}{\nth{2}
Place}{Hackathon}{UK}{GetSeen Ventures}{2024}
\awardsTableRow{HackSingapore}{Finalist (Top 3)}{Hackathon}{SG}{Tribe}{2022}
\awardsTableRow{STACK the Codes Hackathon}{Finalist (Top
7)}{Hackathon}{SG}{GovTech}{2021}
\awardsTableRow{Tech For Good Festival}{Most
Impactful}{Hackathon}{SG}{Engineering Good}{2021}
\awardsTableRow{Today I Learned AI Camp (University)}{\nth{4} Place}{AI
Hackathon}{SG}{DSTA}{2021} \hline
\awardsTableRow{Fitzelerate}{Finalist (Top
7)}{Entrepreneurship}{UK}{Fitzwilliam College}{2024} \hline
\awardsTableRow{Government Bug Bounty Programme 8--9}{Top Bug Bounty
Hunter}{Bug Bounty}{Global}{GovTech}{2023}
\awardsTableRow{MINDEF Bug Bounty Programme}{Top Bug Bounty Hunter}{Bug
Bounty}{Global}{MINDEF}{2022} \hline
\awardsTableRow{LakeCTF}{\nth{1} (Finals)}{Security CTF}{Global}{EPFL}{2024}
\awardsTableRow{Mine the Matrix}{Finalist (Top 30)}{Security
CTF}{Europe}{Bending Spoons}{2024}
\awardsTableRow{BSides Cymru/Wales Community CTF}{\nth{1} Place}{Security
CTF}{UK}{Admiral}{2024}
\awardsTableRow{pwnEd 5}{\nth{1} (Qualifiers), \nth{1} (Finals)}{Security
CTF}{UK}{University of Edinburgh}{2024}
\awardsTableRow{DEF CON CTF}{\nth{1} (Qualifiers), \nth{2} (Finals)}{Security
CTF}{Global}{Nautilus Institute}{2023}
\awardsTableRow{HITCON CTF}{\nth{1} (Qualifiers), \nth{9} (Finals)}{Security
CTF}{Global}{HITCON}{2023}
\awardsTableRow{CSAW CTF (Europe)}{\nth{1} (Qualifiers) \nth{3}
(Finals)}{Security CTF}{Europe}{New York University}{2023}
\awardsTableRow{HackTM CTF}{\nth{2} (Finals)}{Security
CTF}{Global}{HackTM}{2023}
\awardsTableRow{Grey Cat The Flag}{\nth{3} Place}{Security
CTF}{Global}{National University of SG}{2023}
\awardsTableRow{Cyber SEA Games}{\nth{2} Place}{Security
CTF}{SEA}{AJCCBC}{2022} \hline
\awardsTableRow{Best in Knowledge (Cyber)}{-}{Military
Award}{SG}{MINDEF/SAF}{2021}
\awardsTableRow{Distinguished Honor Graduate (Cyber)}{-}{Military
Award}{SG}{MINDEF/SAF}{2021} \hline
\awardsTableRow{National Olympiad for Informatics}{Bronze
Award}{Programming}{SG}{National University of SG}{2019} }
\end{document}