styling changes
parent
2e371f76d1
commit
d4bc8c0ed7
BIN
resume.pdf
BIN
resume.pdf
Binary file not shown.
57
resume.tex
57
resume.tex
|
@ -12,6 +12,7 @@
|
|||
|
||||
%Format Packages
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{multicol}
|
||||
|
||||
%Typesetting packages
|
||||
|
@ -21,26 +22,47 @@
|
|||
|
||||
|
||||
%% LAYOUT AND PACKAGE OPTIONS %%
|
||||
\definecolor{urlgreen}{RGB}{63,125,91}
|
||||
\definecolor{MediumSecondary}{HTML}{C83257}
|
||||
\definecolor{MediumTertiary}{HTML}{855A9D}
|
||||
\definecolor{DarkPrimary}{HTML}{1A2B3C}
|
||||
\definecolor{MediumPrimary}{HTML}{315272}
|
||||
|
||||
% \titleformat{\subsubsection}
|
||||
% {\color{MediumTertiary}\large\bf}{\thesubsection.}{1em}{}
|
||||
|
||||
|
||||
\geometry{
|
||||
a4paper,
|
||||
top=15mm
|
||||
top=15mm,
|
||||
bottom=10mm
|
||||
}
|
||||
|
||||
\hypersetup{
|
||||
colorlinks=true,
|
||||
linkcolor=steelblue,
|
||||
urlcolor=urlgreen
|
||||
urlcolor=MediumSecondary
|
||||
}
|
||||
|
||||
%% CUSTOM COMMANDS %%
|
||||
\newcommand{\jobformat}[1]{
|
||||
{\fontsize{10pt}{12pt}\raggedleft\color{MediumTertiary}\textbf{\textit{#1}}\quad\par}
|
||||
}
|
||||
\newcommand{\jobrule}{
|
||||
{\color{DarkPrimary}\rule{0.75\textwidth}{1pt}}
|
||||
}
|
||||
\newcommand{\sectionrule}{
|
||||
{\vspace*{2mm}\color{MediumTertiary}\rule{\textwidth}{1.25pt}\vspace*{2mm}}
|
||||
}
|
||||
|
||||
\pagestyle{empty} %Strip everything
|
||||
|
||||
|
||||
|
||||
|
||||
%% DOCUMENT %%
|
||||
\begin{document}
|
||||
|
||||
\section*{Rin (Tamara Vassileva)}
|
||||
\section*{\color{DarkPrimary}Rin (Tamara Vassileva)}
|
||||
\begin{multicols}{2}
|
||||
REDACTED FOR STREAMING\newline
|
||||
REDACTED FOR STREAMING\newline
|
||||
|
@ -55,37 +77,44 @@
|
|||
|
||||
\end{multicols}
|
||||
|
||||
\hrule
|
||||
\sectionrule
|
||||
|
||||
\subsection*{Work Experience}
|
||||
|
||||
\subsubsection*{Westpac Banking Corporation}
|
||||
Senior Technical Lead, Infrastructure, team of 30\newline
|
||||
Westpac Banking Corporation Limited\newline
|
||||
July 2021~\textendash{}~Current
|
||||
|
||||
\jobrule
|
||||
|
||||
Senior Technical Lead, Infrastructure, team of 30
|
||||
|
||||
\jobformat{July 2021~\textendash{}~Current}
|
||||
|
||||
\begin{itemize}
|
||||
\item Proposed and led creation of a resilient multi-site control plane for all corporate Data Center network infrastructure using Ansible Tower, allowing for resilient and verifiable configuration deployment pipelines, as well as automated site isolation and recovery.
|
||||
\item Automated failover and cell isolation for the Online Banking, Investments, and Corporate Services websites, reducing per-cell deployment time from 30 minutes to 90 seconds, including automated acceptance testing.
|
||||
\item Created new Terraform providers and modules for F5 BIG-IP load balancers, reducing node deployment time from 1 hour to 3 minutes.
|
||||
\item Mentored team on automation methodology, idempotency, and category theory
|
||||
\item Mentored team on automation methodology, idempotency, and category theory.
|
||||
\end{itemize}
|
||||
|
||||
\subsubsection*{TPG Telecom LTD}
|
||||
|
||||
\jobrule
|
||||
|
||||
Network Engineer, team of 15\newline
|
||||
TPG Telecom LTD\newline
|
||||
May 2017~\textendash{}~July 2021
|
||||
\textit{Formerly Vodafone Hutchison Australia Pty Ltd}
|
||||
|
||||
\jobformat{May 2017~\textendash{}~July 2021}
|
||||
|
||||
\begin{itemize}
|
||||
\item Developed QoS Optimisation for Fixed Broadband, eliminating buffering issues and increasing performance during peak hours by 30%, resulting in TPG’s Fixed Broadband service being rated 2nd best in the country.
|
||||
\item Developed QoS Optimisation for Fixed Broadband, eliminating buffering issues and increasing performance during peak hours by 30\%, resulting in TPG’s Fixed Broadband service being rated 2nd best in the country.
|
||||
\item Managed, maintained, and upgraded production Ansible Tower environment, including migration to a resilient, multi-site architecture.
|
||||
\item Developed Ansible automation workflow for upgrade of fibre aggregation nodes with automated pre-checks, post-checks, and rollback; reduced weekly update time from 4 hours to 9-12 minutes.
|
||||
\item Proposed, designed, and developed a POC path optimization tool in Haskell for Access Networks to reduce manual work required for optical ring optimisation, reducing the hours required for routing new rings tenfold.
|
||||
\item Designed, implemented, and troubleshooted load-balancing solution for revenue/mediation systems that handle all customer billing, including custom monitoring, automated failover and alerting, and dependency groups.
|
||||
\item Designed, and implemented CRL sync service between new PKI roots, used for signing of all internal certificates (2,000+ per year).
|
||||
|
||||
\item Designed and implemented CRL sync service between new PKI roots, used for signing of all internal certificates (2,000+ per year).
|
||||
\end{itemize}
|
||||
|
||||
\sectionrule
|
||||
|
||||
\subsection*{Community}
|
||||
|
||||
|
|
Loading…
Reference in New Issue