Skip to content

Commit

Permalink
Cleanup CV
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmc committed Jul 28, 2023
1 parent cdd68df commit 3416908
Showing 1 changed file with 22 additions and 34 deletions.
56 changes: 22 additions & 34 deletions kurt_cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

% moderncv themes
\moderncvstyle{casual} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{grey} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
\moderncvcolor{black} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'

% adjust the page margins
\usepackage[scale=0.85]{geometry}
Expand Down Expand Up @@ -33,7 +33,18 @@
\makecvtitle

\section{Experience}
\cventry{2021--present}{Consultant}{Sourced Group}{Auckland}{}{
\cventry{2023--present}{Cloud Architect}{Halter}{Auckland}{}{
\begin{itemize}
\item Manage day to day team agile team activities, including standup,
planning and retrospectives
\item Assist teams with application deployment designs and IaC reviews
\item Deep technical involvement in infrastructure design and
implementation
\item Implement automation to enable the fast and reliable deployment
of software systems, primary language used for this is Go
\end{itemize}
}
\cventry{2021--2023}{Consultant}{Sourced Group}{Auckland}{}{
\begin{itemize}
\item Built out fully automated workflows using AWS CloudFormation,
Lambda, Step Functions allowing users to request firewall rules and
Expand Down Expand Up @@ -147,53 +158,30 @@ \section{Education}
\cventry{2012--2015}{B.Eng. (Hons)--Software Engineering}{University of Auckland}{Auckland}{}{} % arguments 3 to 6 can be left empty

\section{Open Source and Personal Projects}
\cventry{Go}{terraform-provider-aws}{\tiny{\url{https://github.com/hashicorp/terraform-provider-aws}}}{}{}{
\cventry{}{terraform-provider-aws}{\tiny{\url{https://github.com/kurtmc/bash-eternal-history}}}{}{}{
Simple filesystem in userspace created for the purpose of storing your
bash history indefinitely and across many systems, the filesystem is
backed by AWS DynamoDB and can be used by multiple systems
simultaneously.
}
\cventry{}{terraform-provider-aws}{\tiny{\url{https://github.com/hashicorp/terraform-provider-aws}}}{}{}{
Contributions to the AWS Terraform provider, including:
\begin{itemize}
\item \href{https://github.com/hashicorp/terraform-provider-aws/pull/25109}{Add new aws\_acmpca\_policy resource}
\item \href{https://github.com/hashicorp/terraform-provider-aws/pull/14905}{Add cidrs attribute to aws\_lightsail\_instance\_public\_ports}
\item \href{https://github.com/hashicorp/terraform-provider-aws/pull/11922}{Implement error\_action on aws\_iot\_topic\_rule}
\end{itemize}
}
\cventry{Go}{terraform-provider-plausible}{\tiny{\url{https://github.com/mcalpinefree/terraform-provider-plausible}}}{}{}{
\cventry{}{terraform-provider-plausible}{\tiny{\url{https://github.com/mcalpinefree/terraform-provider-plausible}}}{}{}{
Plugin for \href{https://www.terraform.io/}{Terraform} that allows the
creation and modification of resources in in
\href{https://plausible.io/}{Plausible Analytics} using Terraform.
}
\cventry{Go}{terraform-provider-unifi}{\tiny{\url{https://github.com/paultyng/terraform-provider-unifi}}}{}{}{
\cventry{}{terraform-provider-unifi}{\tiny{\url{https://github.com/paultyng/terraform-provider-unifi}}}{}{}{
Major contributions to Terraform provider for Unifi. This provider
allows the configuration of networks on Unifi Network Controller.
}

\section{References available upon request}

\clearpage

%----- letter ---------------------------------------------------------

% Bunch of commands so that I can swap out different company names and people
\newcommand{\companyName}{<company name>}
\newcommand{\companyAddress}{Auckland\\New Zealand}
\newcommand{\roleName}{<role name>}
\newcommand{\recipientName}{Sir / Madam}

% recipient data
\recipient{\companyName{}}{\companyAddress{}}
\date{\today}
\opening{Dear \recipientName{},}
\closing{Yours faithfully,}
\enclosure[Attached]{curriculum vit\ae{}}
\makelettertitle

This application is for \roleName{} advertised by \companyName{}.

I have completed a four year Software Engineering degree at the University of
Auckland. I think that I can be extremely valuable to your company as I have a
great deal of real world experience as well as contemporary knowledge gained
through my university education.

I looking forward to meeting with you in the future to discuss this further.

\makeletterclosing

\end{document}

0 comments on commit 3416908

Please sign in to comment.