\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}{Microsoft} \newcommand{\Department}{Azure} \newcommand{\CompanyAddress}{Remote} \newcommand{\HiringManager}{Hiring Manager} \newcommand{\Role}{Software Engineer} \newcommand{\AltRole}{} \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{}} at \textbf{\Company{}}. Working at Microsoft would be a dream come true, but historically, every dream I have had \emph{has} come true. I work hard regularly and for long periods of time (2-5 years). Interacting with the requirements of the job listing brings me confidence. I have: \begin{itemize} \item Bachelor Degree of Computer Science, AI stream, Mathematics minor from UNSW \item A proficiency in C, Java and Python \item Experience with Azure for COMP3900 where I was billed \~\$2000 both accurately and occasionally by accident, setting up SQL servers and Storages within the Azure dashboard. \item I took the UNSW networks course and completed it in C. I now have a tattoo of a pointer to celebrate the effort. Kurose and Ross sits on my shelf as a reference. \item I took the OS course and also keep Tanenbaum as a reference. \end{itemize} I have a longer-term focus on developing Machine-Learning algorithms, which is why my mathematics is so strong, but I also believe in sharpening my skills as a Software Engineer. If I know anything about Microsoft, it is that the complexity of the projects will keep me interested, and there will be many opportunities for career growth. The elephant in this room is my distinct lack of industry experience. I hope the hiring team is able to acknowledge this and see that it is outweighed by my technical skills, both in programming and problem-solving. Lastly, I play Ultimate Frisbee competitively, and believe in the synergy that arises from good team-work. \makeletterclosing \end{document} %% end of file `template.tex'.