The public sources for my resume. These sources are auto compiled and published upon changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

63 lines
2.5 KiB

% Cover letter using letter.sty
\documentclass{letter} % Uses 10pt
%Use \documentstyle[newcent]{letter} for New Century Schoolbook postscript font
% the following commands control the margins:
\topmargin=-1in % Make letterhead start about 1 inch from top of page
\textheight=8in % text height can be bigger for a longer letter
\oddsidemargin=0pt % leftmargin is 1 inch
\textwidth=6.5in % textwidth of 6.5in leaves 1 inch for right margin
\begin{document}
\signature{Drew Short} % name for signature
\longindentation=0pt % needed to get closing flush left
\let\raggedleft\raggedright % needed to get date flush left
\begin{letter}{
Elastic \\
3300 N Interstate 35, 7th Floor \\
Austin, TX 78705}
\begin{flushleft}
{\large\bf Drew Short}
\end{flushleft}
\medskip\hrule height 1pt
\begin{flushleft}
\hfill drew@sothr.com \\
\hfill (651) 285-4565
\end{flushleft}
\begin{flushright}
\hfill 1430 Taylor Ave W \\
\hfill Saint Paul, MN 55104
\end{flushright}
\vfill % forces letterhead to top of page
\opening{Dear Hiring Manager for the Senior Java Engineer - Security Position:}
\noindent I found your open Senior Java Engineer position through the
LinkedIn job boards and am applying because this role aligns with my
future goals as a software engineer. I've recently transitioned to a lead role within a DevOps group as part of a long term inititive to align the operations team with the technical architecture team. As a result of that role change I've been responsible for the analysis, triaging, and assignment of security issues to domain teams. I've also, spent time with architecture tackling Zero Downtime and long term data archival needs for the platform. Security is a complicated field, and often a series of innocuous choices lead to a vulnerabilities.
\noindent Over my last 8 years as a professional software engineer I have worked my way through testing, development, mentoring and leading positions at a variety of companies that specialize in unique market segments. In my most recent role, we've become dedicated users of Elastic products and I've come to appreciate the possabilities that ElasticSearch, Logstash, and Kibanna provide to search, consume, and visualize disparate sources of data in meaningful ways. I'd love to have an opportunity to become a member of the team involved in the production of the Elasticsearch component.
\closing{Thank you for your time,}
%\encl{} % Enclosures
\end{letter}
\end{document}