\documentclass[11pt,a4paper,roman]{moderncv} \usepackage[english]{babel} \usepackage{csquotes} % moderncv themes \moderncvstyle{classic} \moderncvcolor{green} %\renewcommand{\familydefault}{\sfdefault} % character encoding \usepackage[utf8]{inputenc} % adjust the page margins \usepackage[scale=0.75]{geometry} %\setlength{\hintscolumnwidth}{3cm} % ---------- Personal data ---------- \name{Aayush}{Bajaj} \title{Computer Scientist \textbar{} Mathematician \textbar{} ML Engineer} \address{80 Anzac Avenue, West Ryde}{NSW} \phone[mobile]{(+61) 481 910 408} \email{j@abaj.ai} \homepage{abaj.ai} \social[github]{abaj8494} \social[linkedin]{aayush-bajaj-b655231a6} % ---------- Per-application variables ---------- \newcommand{\Company}{Computer Gaming} \newcommand{\Department}{Python Engineer} \newcommand{\CompanyAddress}{Remote} \newcommand{\HiringManager}{Emily Nota} \newcommand{\Role}{Python Engineer} \newcommand{\AltRole}{Data Analyst} \newcommand{\ReqID}{} \newcommand{\PositionSource}{Seek} \newcommand{\WhyCompany}{} % ---------------------------------------------------------------------------------- % Letter % ---------------------------------------------------------------------------------- \begin{document} % recipient data \recipient{\Company}{\CompanyAddress} \date{\today} \opening{Dear \HiringManager,} \closing{Sincerely,} %\enclosure[Enclosure]{Résumé} \makelettertitle I am writing to apply for the role of \textbf{\Role{}}. The listing makes me feel as if the company you folks are recruiting for would benefit strongly from my Python / AI and Web Development skills. I have recently graduated with a Computer Science degree from UNSW and whilst I lack work / internship experience that many of your candidates will come to the table with, I believe I bootstrap this short-coming with my theoretical knowledge about AI and sharp Python coding skills. I align strongly with the requirements of the listing: I have been coding in Python for 3 years and value Ethical AI. I also feel that good CI/CD is non-negotiable and think I would be a suitable candidate for bridging the gap between R\&D and implementation. I play team-sports (Ultimate Frisbee), and so value communication highly. I am also acclimated in this setting to play multi-disciplinary ball (analogously). The attached CV will give you a feel for the tech-stacks that I have worked with, but I am comfortable with PostGres, SQL and vector databases. Furthermore, I maintain my own \emph{modular monolithic repository} \url{https://github.com/abaj8494/site} It would be my pleasure to work hard and fast on Computer Gaming pipelines. I sit awkwardly in the intersection of Software Engineering and Data Science. My habits are of a Developer, but my heart is Mathematical. I have deferred a Masters of Statistics to acquire industry experience and hope we can build some synergy. \makeletterclosing \end{document} %% end of file `template.tex'.