Add cover letter

Rin 2022-11-02 20:13:34 +11:00
parent ef6fe67f01
commit 4f1d00ddac
2 changed files with 126 additions and 0 deletions

BIN
cover-letter.pdf Normal file

Binary file not shown.

126
cover-letter.tex Normal file
View File

@ -0,0 +1,126 @@
\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{titlesec}
\usepackage{multicol}
%Typesetting packages
\usepackage{parskip}
\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}{C33551}
\definecolor{MediumTertiary}{HTML}{855A9D}
\definecolor{DarkPrimary}{HTML}{282E35}
\definecolor{MediumPrimary}{HTML}{3D4552}
\titleformat{\subsubsection}
{\color{MediumSecondary}\large\bf}{\thesubsection.}{1em}{}
\titleformat{\subsection}
{\color{MediumPrimary}\Large\bf}{\thesubsection.}{1em}{}
\geometry{
a4paper,
top=10mm,
bottom=10mm,
left=17mm,
right=17mm
}
\hypersetup{
colorlinks=true,
linkcolor=MediumTertiary,
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}
}
\newcommand{\jobrule}{
{\vspace*{-12pt}\color{DarkPrimary}\rule{0.75\textwidth}{1pt}\vspace*{-2pt}}
}
\newcommand{\sectionrule}{
{\vspace*{-8pt}\color{MediumTertiary}\rule{\textwidth}{1.25pt}\vspace*{-8pt}}
}
\pagestyle{empty} %Strip everything
%% DOCUMENT %%
\begin{document}
\section*{\color{MediumPrimary}Rin (Tamara Vassileva)}
\begin{multicols}{2}
REDACTED\newline%15A Parkes Rd\newline
REDACTED\newline%Artarmon, NSW\newline
REDACTED\newline%2064, Australia\newline
\columnbreak
Mobile: REDACTED\newline %+61 424 835 686\newline
Email: \href{mailto:rin@rin.systems}{rin@rin.systems}\newline
\url{https://rin.systems}
%Fedi: \url{https://tech.lgbt/@tammy}
\end{multicols}
\sectionrule
\subsection*{Cover Letter}
To Whom It May Concern,
My name is Tamara Vassileva. I became aware of the openings at Tailscale while looking around, and thought that
I'd be an excellent fit for the Developer Advocate position. I want to transition into Developer Relations roles as I
viscerally enjoy teaching and presenting information to others, and love learning and mastering systems.
I've spent a lot of my professional life documenting systems, and have always loved finding engaging ways of presenting
information. I have always believed that if you can't explain something in a way that a layperson can understand it,
then you don't understand it sufficiently well. I can confidently say that I could explain basic category theory to
most anyone who asked, and am confident that I'd be a great addition to the team.
I've recently started a blog at \url{https://rin.systems}, where I document my various (mis)adventures in tech, and
have found it both refreshing and fulfilling outlet to publish in a concise, yet fun format.
On the flip side, a lot of the work that I've done has been small-scale automation and proof-of-concepts.
A proof-of-concept that I'm especially proud of was a path optimization tool that I wrote.
The issue at hand was that a lot of person\textendash{}hours would be spent on minimising the length of cable runs
between access nodes, and there was no tool to automate this. I quickly realised that this was a travelling
\textendash{}salesman problem and whipped up a proof-of-concept in Haskell, as it seemed a good tool for the
job, and later re-written into a python script to make it easier to maintain.
The original Haskell script performed admirably on all the test data, and the python script performed only marginally
worse.
For these reasons, I think I'd make a good candidate for the Developer Advocate position at Tailscale, and look forward
to hearing back from you.
Sincerely,\newline
Tamara Vassileva
\sectionrule
\end{document}