\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}{BizCover} \newcommand{\Department}{Software Development} \newcommand{\CompanyAddress}{Level 2, 338 Pitt St, Sydney, NSW 2000 Australia} \newcommand{\HiringManager}{Hiring Manager} \newcommand{\Role}{Software Development 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{Kind regards,} %\enclosure[Enclosure]{Résumé} \makelettertitle I am writing to apply for the Junior / Mid-level role of \textbf{\Role{}} at \textbf{\Company{}}. Your listing makes working at Bizcover seem hugely exciting, whilst the reviews from former companies make it seem challenging. I have recently graduated with a Computer Science degree from UNSW and am seeking an entry-level position into the industry. I have been shipping correct, complex and reliable software across the stack, both for university projects and my own digital needs. I think working at Bizcover will help me develop my Javascript / Typescript stack, and I would be keen on receiving any degree of mentorship. I like that you folks value character and uniqueness -- a quality that sometimes gets me in trouble. The 1 minute careers video was motivating and this coupled with the flexibility of a hybrid position is appealing to me. Working with and around insurance calms my probalistic mind, and the advertised career development is something that I would wish to make the most of. I am somewhat acclimated to managing stake-holder requirements, having taken a full-course (comp3900) on delivering a Full-Stack Medical Practice Web App to a real-world stake-holder. I have experience with Node.js and Vue.js, though I can't remember when and why I used these frameworks. Javascript is ubiquitous on my website \url{https://abaj.ai} and I am refactoring \url{https://bots.abaj.ai} in Typescript to sharpen my coding skills for this current job hunt. Overall, I have a strong foundation in CS fundamentals and Software Engineering principles, and believe that my work-ethic coupled with a supportive environment can really help achieve the company goal of \enquote{tak[ing] the hassle out of business Insurance} In team contexts, I bias toward readable code, tests, and small iterations. I believe in communication as the lubrication of a team (I play Ultimate Frisbee--a team sport--competively). I am also comfortable with Git, issue tracking, and code reviews. A maxim of mine is \enquote{always version control your code}. I have full work rights in Australia and can start immediately. \makeletterclosing \end{document} \footnotetext{in contrast to some Software Engineers that have been doing this for a decade} %% end of file `template.tex'.