-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
138 lines (115 loc) · 4.19 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper]{friggeri-cv} % Add 'print' as an option into the square bracket to remove colors from this template for printing
\usepackage{pifont}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{datetime2}
\begin{document}
\header{Simon }{Hollingshead}{Site Reliability Engineer at Google $\cdotp$ BA (Hons., Cantab.)}
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION
%----------------------------------------------------------------------------------------
\begin{aside} % In the aside, each new line forces a line break
\section{contact}
\href{mailto:[email protected]}{\footnotesize{[email protected]}}
\href{https://linkedin.com/in/shollingshead}{\footnotesize{linkedin.com/in/shollingshead}}
+44 7580 619 346
~
{\textbf{Initially contact me by:}}
Email, InMail \ding{51}
Phone \ding{55}
~
{\textbf{Latest CV always at:}}
\href{https://simonhollingshead.com/cv/}{\footnotesize{simonhollingshead.com/cv/}}
{\footnotesize{(this CV generated \today)}}
~
\section{skills}
C++
Communication
Cybersecurity
Incident Response
Monitoring Design
System Design
Troubleshooting
~
\section{interests}
CTF Competitions
Economics
Scavenger Hunts
Security Conferences
Space
Walking
\end{aside}
%----------------------------------------------------------------------------------------
% BODY SECTIONS
%----------------------------------------------------------------------------------------
\section{experience}
\begin{entrylist}
\entry
{{\footnotesize Since Sep `17}}
{Site Reliability Engineer at Google}
{London, UK}
{\emph{Infrastructure Risk Engineering SRE (Since May 2022)}
Developing and implementing designs for horizontal security improvements
to the entire Google production infrastructure. Requires big-picture thinking and
consideration of how to execute such changes safely with the minimal possible
companywide cost to productivity.
~
\emph{Ads Quality Infrastructure SRE (Sep 2017 -- May 2022)}
Service owner for a large backend product in Google Ads. Executed large
projects to increase developer velocity, improve turnup speed and
safety, and improve time to remediation during incidents through changes
to the monitoring. Primary on-call during multiple major Ads outages, requiring troubleshooting
and incident response skills.
~
}
\entry
{{\footnotesize Sep `14 -- Aug `17}}
{Software Engineer at BAE Systems Applied Intelligence}
{Guildford, UK}
{\emph{Systems Engineering, Commercial Solutions Enterprise Managed Security}
\emph{(May 2015 -- Aug 2017)}
Built systems used by our Security Operations Centre. Generally involved
either system administration tasks, building `glue' applications to plumb
together multiple commercially-available software products to meet our
needs, or writing our own services where no such tool existed (e.g.\ for
loading specialised datasets into ElasticSearch).
~
\emph{Rules and Analytics, Commercial Solutions Enterprise Managed Security}
\emph{(Sep 2014 -- May 2015)}
Wrote rules which identified anomalous activity from within terabytes of data
daily using Hadoop MapReduce and Apache Hive. Learned how to consider
a customer's needs when producing analytics directly consumed by a remote
team (the Security Operations Centre) and how to collaborate to
provide richer information and reduce false positives. Produced many
tools which just became a standard part of Operations' toolkit to monitor, rerun
or backfill data into the analytics system.
}
\end{entrylist}
\section{education}
\begin{entrylist}
%------------------------------------------------
\entry
{2011 -- 2014}
{BA Hons. {\normalfont in Computer Science (Class }2.i{\normalfont )}}
{University of Cambridge}
{
~
A full academic history is provided at \href{https://simonhollingshead.com/academic-records/}{https://simonhollingshead.com/cv/}.
}
\end{entrylist}
\section{other certifications}
\begin{entrylist}
\entry
{Oct 2016}
{Professional Scrum Developer I}
{from Scrum.org}
{}
\end{entrylist}
\end{document}