\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}{Sitemate} \newcommand{\Department}{Full Stack Engineer} \newcommand{\CompanyAddress}{Remote} \newcommand{\HiringManager}{Sam McDonnell} \newcommand{\Role}{Full Stack Engineer} \newcommand{\AltRole}{Data Analyst} \newcommand{\ReqID}{} \newcommand{\PositionSource}{Seek} % ---------------------------------------------------------------------------------- % 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{}}. I have recently graduated with a Computer Science degree from UNSW and due to the trimester structure, am acclimated to working hard and fast. I am able to traverse across the entire tech-stack, having completed multiple courses in back-end work, and publishing my own products and web-apps with front-end technologies. I am passionate about Artificial Intelligence and think the Universal Approximation Theorem is beautiful. My site affirms this fact with both practical and theoretical presentations of AI. I use a terminal multiplexer, type in Dvorak and use Vim bindings. As such I resonate with the company value of efficiency. I like outcome based work, and also play Ultimate Frisbee. I believe in the synergy of sapiens and teamwork. Python notebooks are my jam; I quickly spin up kernels to perform experiments and believe in effective software engineering practices -- agile development, testing, design patterns, delegation, etc. Overall, the requirements of this job listing align very much with my skills and I think there is a synergy to be found between myself and Sitemate. \makeletterclosing \end{document} %% end of file `template.tex'.