-
Notifications
You must be signed in to change notification settings - Fork 0
/
resumeStandard.tex
128 lines (83 loc) · 5.49 KB
/
resumeStandard.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
%-------------------------
% Source : https://www.youtube.com/watch?v=VjsX4tznW40
% Author : Daniel Longeuay
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{titlesec}
\usepackage{titling}
\usepackage[margin=.5in]{geometry}
\usepackage[hidelinks]{hyperref}
\setcounter{secnumdepth}{0}
\pagestyle{empty}
\renewcommand{\maketitle}{
\begin{center}
{\huge\bfseries\theauthor}
\vspace{.25em}
{\href{mailto:dannylongeuay@gmail.com}{dannylongeuay@gmail.com} -- \href{https://ndsquared.net/}{ndsquared.net} -- \href{https://github.com/dannylongeuay}{github.com/dannylongeuay}}
\end{center}
}
\titleformat{\section}{\huge\bfseries}{\hspace{-.25in}}{0em}{}[\titlerule]
\titleformat{\subsection}[runin]{\bfseries}{}{0em}{}[---]
\titlespacing{\subsection}{.25em}{.25em}{0em}
\newcommand{\skill}[2]{\subsubsection{\hspace{.5em}#1\hfill\mdseries#2}\vspace{-.5em}}
\newcommand{\experienceHeading}[2]{\subsubsection{#1\hfill\mdseries{#2}\vspace{.75em}}}
\newcommand{\experienceItem}[2]{\item\small{\vspace{-.5em}\hspace{.25in}\bfseries#1\hspace{.25em}--\hspace{.25em}\mdseries#2}}
\newcommand{\experienceItemListStart}{\begin{itemize}}
\newcommand{\experienceItemListEnd}{\end{itemize}\vspace{-5pt}}
\begin{document}
\title{Resume}
\author{Daniel Longeuay}
\maketitle
\section{Professional Summary}
Data-driven, detail-orientated, and insightful Site Reliability Engineer with proficiency in software
development, cloud infrastructure, automation, and container orchestration. Utilizes programming, CI/CD,
and infrastructure as code to build highly-available services. Measures service KPIs with rich telemetry
and monitoring. Exhibits leadership and collaboration skills through project design, implementation,
deployment, and integration. Drives company-wide initiatives that provide value to multiple teams and customers.
\section{Technical Skills}
\skill{CI/CD}{CodeFresh, Github Actions}
\skill{Cloud Providers}{AWS, GCP, DigitalOcean}
\skill{Configuration Management}{Ansible, Helm}
\skill{Containers/Orchestration}{Docker, Kubernetes, VMWare}
\skill{Infrastructure Provisioning}{Terraform, Pulumi}
\skill{Markup Languages}{HTML, {\LaTeX}, Markdown}
\skill{Monitoring}{DataDog, Grafana, InfluxDB, Prometheus, Splunk}
\skill{Programming Languages}{Bash, Golang, Java, Javascript/Typescript, Python}
\skill{Web Frontend}{Nginx, NodeJS, Svelte, TailwindCSS, VueJS}
\skill{Web Backend}{Flask, FastAPI, GraphQL, NodeJS}
\section{\vspace{.5em}Professional Experience}
\experienceHeading{Warner Bros. Discovery Staff Site Reliability Engineer}{Apr 2022 - Present}
\experienceItemListStart
\experienceItem{DevOps}{Develop and manage systems frameworks to deliver highly-available services}
\experienceItem{Cloud}{Deployed hybrid CI/CD runner into Kubernetes clusters for workloads}
\experienceItem{Security}{Developed, released, and deployed security updates to Kubernetes clusters}
\experienceItem{Hire and Develop the Best}{Mentor junior team members on technology, development workflows, and mindset}
\experienceItemListEnd
\experienceHeading{iStreamPlanet Senior Site Reliability Engineer}{Jul 2020 - Apr 2022}
\experienceItemListStart
\experienceItem{Cross-team Ownership}{Created centralized container artifact repo to manage AWS Elastic Container Registry repositories}
\experienceItem{Agile}{Migrated pipelines from CodeFresh Container Registry (deprecated) to AWS ECR}
\experienceItem{Full Stack Development}{Designed, developed, deployed and integrated a network API service that serves as the single source of truth for network device information}
\experienceItem{Cloud}{Migrated DataDog agent deployment from AWS EC2 instances to a modern Kubernetes deployment (AWS EKS)}
\experienceItem{Bottom Line}{Reduced DataDog costs by a factor of 3x, by optimizing vertical node scaling in Kubernetes clusters and worked with teams to address high cardinality metrics}
\experienceItem{Infrastructure as a Service}{Built highly available, geographically redundant infrastructure services in the cloud (DNS, Syslog, NTP)}
\experienceItemListEnd
\experienceHeading{iStreamPlanet Network Engineer}{Oct 2019 - Jul 2020}
\experienceItemListStart
\experienceItem{Network as a Service}{Refactored network device management process to deploy through CI/CD}
\experienceItem{DevOps}{Built custom terraform provider plugin to scale monitoring tests programmatically}
\experienceItem{Innovation}{Migrated Solarwinds monitoring to DataDog SNMP polling and ThousandEyes path monitoring}
\experienceItem{Security}{Built reusable python script to patch network device security vulnerabilities}
\experienceItemListEnd
\experienceHeading{NBCUniversal Senior Engineer, Network Automation}{May 2018 - Oct 2019}
\experienceItemListStart
\experienceItem{High Availability}{Proactively ensure reliability and availability for NBCU's global applications}
\experienceItem{Data Analysis}{Provide data analysis and metrics for LRP}
\experienceItem{Security}{Automated configuration compliance and remediation on a global scale}
\experienceItem{Full Stack Development}{Built in-house tooling for network inventory analysis, reporting, and configuration backup}
\experienceItem{Monitoring}{Integrated internal APIs for monitoring dashboards}
\experienceItemListEnd
\section{Education}
\experienceHeading{California State San Bernardino}{Bachelor of Arts in Mathematics}
\end{document}