Compare commits

...

3 Commits

Author SHA1 Message Date
Rin 8884d1a2aa Merge branch 'main' styling changes into tailscale 2022-11-01 22:03:16 +11:00
Rin 6e33aa661c Styling changes 2022-11-01 22:00:04 +11:00
Rin 5b6500164c Draft for Tailscale application 2022-11-01 20:58:54 +11:00
2 changed files with 32 additions and 16 deletions

Binary file not shown.

View File

@ -17,24 +17,29 @@
%Typesetting packages
\usepackage{parskip}
\usepackage{microtype} %microtype because we're insane
\usepackage[protrusion=true]{microtype} %microtype because we're insane
\usepackage{fontawesome} %The font awesome icon set - if we need it
%% LAYOUT AND PACKAGE OPTIONS %%
\definecolor{MediumSecondary}{HTML}{C83257}
\definecolor{MediumSecondary}{HTML}{C33551}
\definecolor{MediumTertiary}{HTML}{855A9D}
\definecolor{DarkPrimary}{HTML}{1A2B3C}
\definecolor{MediumPrimary}{HTML}{315272}
\definecolor{DarkPrimary}{HTML}{282E35}
\definecolor{MediumPrimary}{HTML}{3D4552}
% \titleformat{\subsubsection}
% {\color{MediumTertiary}\large\bf}{\thesubsection.}{1em}{}
\titleformat{\subsubsection}
{\color{MediumSecondary}\large\bf}{\thesubsection.}{1em}{}
\titleformat{\subsection}
{\color{MediumPrimary}\Large\bf}{\thesubsection.}{1em}{}
\geometry{
a4paper,
top=15mm,
top=10mm,
bottom=10mm
left=20mm,
right=20mm
}
\hypersetup{
@ -43,6 +48,12 @@
urlcolor=MediumSecondary
}
%% FONT STUFF %%
\setmainfont{Questa Slab}[
Numbers=Lining,
]
%% CUSTOM COMMANDS %%
\newcommand{\jobformat}[1]{
{\fontsize{10pt}{12pt}\raggedleft\color{MediumTertiary}\textbf{\textit{#1}}\quad\par}
@ -62,16 +73,16 @@
%% DOCUMENT %%
\begin{document}
\section*{\color{DarkPrimary}Rin (Tamara Vassileva)}
\section*{\color{MediumPrimary}Rin (Tamara Vassileva)}
\begin{multicols}{2}
REDACTED FOR STREAMING\newline
REDACTED FOR STREAMING\newline
REDACTED FOR STREAMING\newline
15A Parkes Rd\newline
Artarmon, NSW\newline
2064, Australia\newline
\url{https://rin.systems}
\columnbreak
Mobile: REDACTED FOR STREAMING\newline
Mobile: +61 424 835 686\newline
Email: \href{mailto:rin@rin.systems}{rin@rin.systems}\newline
Fedi: \url{https://tech.lgbt/@tammy}
@ -92,7 +103,8 @@
\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 Updated legacy playbooks to meet current security and operations guidelines.
\item Updated and maintained module documentation for Ansible modules.
\item Mentored team on automation methodology, idempotency, and category theory.
\end{itemize}
@ -106,28 +118,32 @@
\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 TPGs Fixed Broadband service being rated 2nd best in the country.
\item Developed and documented 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).
\item Maintained documentation for network load balancers, oversaw proposed changes to infrastructure.
\end{itemize}
\sectionrule
\subsection*{Community}
\subsubsection*{2020: AnsibleFest}
\subsubsection*{AnsibleFest}
\jobrule
\jobformat{2022}
Gave a talk on Automation Mindset vs. Methodology at AnsibleFest 2020.
\subsubsection*{2022~\textendash{}~Ongoing: Tech Blog}
\subsubsection*{Tech Blog}
\jobrule
\jobformat{2022~\textendash{}~Ongoing}
We maintain an ongoing tech blog at \href{https://rin.systems}{https://rin.systems} with our various adventures and misadventures in tech.
\end{document}