% 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{\vspace{-30pt} 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{tabular*}{\textwidth}{@{}l@{\extracolsep{\fill}}r@{}} drew@sothr.com & 1430 Taylor Ave W \\ (651) 285-4565 & Saint Paul, MN 55104 \end{tabular*} \vfill % forces letterhead to top of page \opening{Dear Hiring Manager for the Senior Java Engineer - Security Position:} \noindent I've been an avid supporter of Elastic products stretching back to my push for the ELK stack as a log aggregation, searching, and data visualization platform within Cargill Risk Management. So, when I found your open Senior Java Engineer position through the LinkedIn job boards I was excited to consider the possibility of directly contributing to the Elasticsearch platform. \noindent In my 8 years of professional software engineering experience, I've moved through testing, development, mentoring and leadership roles and have spent a significant amount of that time addressing performance and security issues within both large Spring applications and Spring Boot microservices. I recently transitioned to a lead role within a DevOps group as part of a long term initiative to align the operations team with the technical architecture team. As a result of that role change I've also been responsible for the technical analysis, triaging, and assignment of security issues to domain teams. Security is a complicated field and often a series of innocuous choices lead to a vulnerabilities. I believe with my varied experience I can offer unique insights and solutions. \noindent I look forward to connecting about this opportunity. Please feel free to reach out to me at (651) 285-4565 or drew@sothr.com \closing{Thank you for your time,} %\encl{} % Enclosures \end{letter} \end{document}