baseline template

main
Rin 2022-10-27 14:23:03 +11:00
parent 573a0e7b9e
commit 2e371f76d1
2 changed files with 98 additions and 0 deletions

BIN
resume.pdf Normal file

Binary file not shown.

98
resume.tex Normal file
View File

@ -0,0 +1,98 @@
\documentclass{article}
%% PACKAGES %%
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\usepackage{fontspec}
\usepackage{hyperref}
\usepackage[nameinlink]{cleveref} %clever ref for smarter references
\usepackage{footnote}
%Format Packages
\usepackage{fancyhdr}
\usepackage{multicol}
%Typesetting packages
\usepackage{parskip}
\usepackage{microtype} %microtype because we're insane
\usepackage{fontawesome} %The font awesome icon set - if we need it
%% LAYOUT AND PACKAGE OPTIONS %%
\definecolor{urlgreen}{RGB}{63,125,91}
\geometry{
a4paper,
top=15mm
}
\hypersetup{
colorlinks=true,
linkcolor=steelblue,
urlcolor=urlgreen
}
\pagestyle{empty} %Strip everything
%% DOCUMENT %%
\begin{document}
\section*{Rin (Tamara Vassileva)}
\begin{multicols}{2}
REDACTED FOR STREAMING\newline
REDACTED FOR STREAMING\newline
REDACTED FOR STREAMING\newline
\url{https://rin.systems}
\columnbreak
Mobile: REDACTED FOR STREAMING\newline
Email: \href{mailto:rin@rin.systems}{rin@rin.systems}\newline
Fedi: \url{https://tech.lgbt/@tammy}
\end{multicols}
\hrule
\subsection*{Work Experience}
\subsubsection*{Westpac Banking Corporation}
Senior Technical Lead, Infrastructure, team of 30\newline
Westpac Banking Corporation Limited\newline
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
\end{itemize}
\subsubsection*{TPG Telecom LTD}
Network Engineer, team of 15\newline
TPG Telecom LTD\newline
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 TPGs 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).
\end{itemize}
\subsection*{Community}
\subsubsection*{2020: AnsibleFest}
Gave a talk on Automation Mindset vs. Methodology at AnsibleFest 2020.
\subsubsection*{2022~\textendash{}~Ongoing: Tech Blog}
We maintain an ongoing tech blog at \href{https://rin.systems}{https://rin.systems} with our various adventures and misadventures in tech.
\end{document}