\documentclass[11pt,a4paper]{article}
\usepackage[margin=1.2cm]{geometry}
\usepackage{fontawesome5}
\usepackage{xcolor}
\usepackage{hyperref}
\usepackage{parskip}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\definecolor{accent}{HTML}{CE1B26}
\definecolor{graytext}{HTML}{5D5D5D}
\definecolor{darktext}{HTML}{414141}
\color{darktext}
\begin{document}
% header bar
\noindent\colorbox{accent!10}{%
\parbox{\dimexpr\linewidth-2\fboxsep}{%
\begin{center}
{\fontsize{28}{32}\selectfont\color{graytext}First ~\textbf{\color{darktext}Last}}\\[4pt]
{\large\color{accent}\uppercase{Senior Software Engineer}}\\[6pt]
{\small\color{graytext}
\faMapMarker*\ San Francisco, CA \quad
\faMobile*\ +1 555 123 4567 \quad
\faEnvelope\ [email protected] \quad
\faGithub\ github.com/you \quad
\faLinkedin\ linkedin.com/in/you
}
\end{center}
}}
\vspace{14pt}
\hfill \today\par\vspace{8pt}
\textbf{Hiring Manager}\\
Company Name\\
456 Corporate Ave\\
San Francisco, CA 94107
\vspace{12pt}
\textbf{\color{accent}Re: Senior Software Engineer position}
\vspace{10pt}
Dear Hiring Manager,
I am writing to apply for the Senior Software Engineer role at Company Name.
Over the past eight years at Stripe and Airbnb, I have built distributed
systems for payments and infrastructure -- areas I understand to be central
to your team's roadmap.
At Stripe, I led the migration of the billing service from monolith to
microservices, cutting p99 latency by 42\% and enabling faster independent
deploys. I also designed a rate-limiting layer now handling 2.4M RPS at peak.
Beyond individual contributions I care deeply about mentorship. I have mentored
four engineers, two of whom have been promoted within 18 months. I would bring
that same commitment to Company Name.
I am specifically drawn to your recent work on Project Y and your public
engineering blog post about infrastructure scale-out. I would welcome the
chance to discuss how my experience could contribute to that work.
Thank you for your consideration.
\vspace{14pt}
Sincerely,\\[20pt]
First Last
\end{document}

PDF Preview
Create an account to compile and preview