\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}{Winning Group} \newcommand{\Department}{Junior Full Stack Developer} \newcommand{\CompanyAddress}{Level 2, 20A Danks Street, Waterloo NSW 2017} \newcommand{\HiringManager}{Hiring Manager} \newcommand{\Role}{Full Stack Developer} \newcommand{\AltRole}{Data Analyst} \newcommand{\ReqID}{} \newcommand{\PositionSource}{Seek} % ---------------------------------------------------------------------------------- % 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 role of \textbf{\Role{}} at \textbf{\Company{}}. Your listing makes working at Winning Group seem as if I would be welcomed into a big family. 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 the Winning Group will help me upskill across the whole 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 careers video was motivating and has me thinking that there will be room in the job for \emph{algorithmic ingenuity}. 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. The tech-stack for this project included React on the front-end and Python in the backend. I have experience with Node.js and Vue.js, but not Angular. Javascript is ubiquitous on my website \url{https://abaj.ai} and I am currently refactoring \url{https://bots.abaj.ai} (which was previously vibe-coded with React and Node) into Angular. The 3-layered stack is a culmination of many of my employable skills; Postgres, Auth, API integration, etc. 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{creat[ing] the best experiences in the world, for the world}. 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} %% end of file `template.tex'.