This commit is contained in:
parent
8922bdbc06
commit
04e45a3824
6 changed files with 14 additions and 11 deletions
6
makefile
6
makefile
|
@ -1,4 +1,6 @@
|
|||
pdf:
|
||||
docker:
|
||||
docker run -v ./:/tmp git.oscar.blue/noble/lualatex
|
||||
pdf:
|
||||
lualatex --output-format=pdf cv.tex
|
||||
clean:
|
||||
rm -f cv.aux cv.fdb_latexmk cv.fls cv.log cv.out missfont.log
|
||||
rm -f cv.aux cv.fdb_latexmk cv.fls cv.log cv.out missfont.log
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
\cert{AWS Certified Cloud Practitioner}{Amazon Web Services}{Exp. Nov 2025}
|
||||
\vspace{-0.5em}
|
||||
% 23/09/2021 - 24/09/2024
|
||||
\cert{Microsoft Certified: Azure Administrator Associate}{Microsoft}{Exp. Sep 2024}
|
||||
\cert{Microsoft Certified: Azure Administrator Associate}{Microsoft}{Exp. Sep 2025}
|
||||
\vspace{-0.5em}
|
||||
% 30/04/2022 - 01/05/2024
|
||||
\cert{Microsoft Certified: DevOps Engineer Expert}{Microsoft}{Exp. May 2024}
|
||||
\cert{Microsoft Certified: DevOps Engineer Expert}{Microsoft}{Exp. May 2025}
|
||||
\vspace{-0.5em}
|
||||
% 28/04/2021
|
||||
\cert{Microsoft Certified: Azure Fundamentals}{Microsoft}{No Expiry Date}
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
\uni{Aberystwyth University}{Sep 2018--Jun 2022}{BSc Computer Science (with integrated year in industry) [G401]: 1\textsuperscript{st} Class Honours}
|
||||
\textit{Including the following modules:}
|
||||
\begin{itemize*}
|
||||
\item System and Network Services Administration -- A
|
||||
\item Open Source Development Issues -- A
|
||||
\item Agile Development and Testing -- A
|
||||
\item Modelling Persistent Data -- A
|
||||
\item Machine Learning -- A
|
||||
\item System and Network Services Administration -- 1\textsuperscript{st}
|
||||
\item Open Source Development Issues -- 1\textsuperscript{st}
|
||||
\item Agile Development and Testing -- 1\textsuperscript{st}
|
||||
\item Modelling Persistent Data -- 1\textsuperscript{st}
|
||||
\item Machine Learning -- 1\textsuperscript{st}
|
||||
%\item System and Network Services Administration (77\%)
|
||||
%\item Open Source Development Issues (89\%)
|
||||
%\item Agile Development and Testing (77\%)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
\faComments\ \textbf{Natural} & English (Native), French (Fluent)\\
|
||||
\faCode\ \textbf{Computer} & Intermediate in the following:\\&
|
||||
\begin{tabular}{@{}ll}
|
||||
Programming Languages: & Python, Go, Java, JavaScript, Arduino (C/C++)\\
|
||||
Programming Languages: & Python, Go, Java, Javascript\\
|
||||
Markup Languages: & XML, HTML + CSS, \LaTeX\\
|
||||
Scripting Languages: & Bash, PowerShell\\
|
||||
Querying Languages: & SQL (PostgreSQL, MariaDB/MySQL), KQL, XQuery
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\textbf{Technologies:} Azure, AWS, GCP, Terraform, Ansible, Apache, Nginx, Traefik, Docker, Git, Grafana, KVM, Nginx, Prometheus\\
|
||||
\textbf{Technologies:} Azure, AWS, Terraform, Ansible, Docker, Git, Apache, Nginx, Caddy, Grafana, KVM, Prometheus\\
|
||||
% \vspace{0.25\baselineskip} % Whitespace before the section title
|
||||
\textbf{Industry Skills:} Infrastructure as Code, System Administration, Cost Optimisation, Containerisation, Security, Automation, Networking, DevOps, Agile Methodologies\\
|
||||
\textbf{Operating Systems:}\\
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
% 08/08/2022 -
|
||||
\work{Cloud Engineer}{NTT DATA UK\&I}{London, UK}{Aug 2022--Present}
|
||||
\begin{workitems}
|
||||
\item Successfully lead a team of engineers through transition to management of a critical \& multi-environment \textit{AWS} estate within a few weeks for a multi-billion pound client.
|
||||
\item Played a pivotal role in designing and implementing an \textit{AWS landing zone} product using \textit{Terraform} and \textit{Azure DevOps Pipelines}, contributing code to the \textit{AWS Terraform provider}, enhancing its features, and actively contributing to community-driven development efforts.
|
||||
\item Slashed infrastructure deployment time by 50\% by overhauling \textit{DevOps pipelines} and implementing \textit{GitOps} workflows.
|
||||
\item Designed seamless cloud migration strategies, ensuring minimal disruption and modernising applications and services by leveraging cloud native technologies.
|
||||
|
|
Loading…
Reference in a new issue