Skip to content

Commit

Permalink
Merge pull request #2 from kurtmc/feature/2022-06
Browse files Browse the repository at this point in the history
Update CV
  • Loading branch information
kurtmc authored Jun 28, 2022
2 parents dd2bbbb + 2662f3f commit b1b43b4
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
10 changes: 9 additions & 1 deletion .aspell.en.pws
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
personal_ws-1.1 en 57
personal_ws-1.1 en 65
AMI
AMI's
AWS
Ansible
Avondale
CMS
CRM
CloudFormation
Expand Down Expand Up @@ -31,8 +32,11 @@ TypeScript
WinForms
WordPress
XSLT
acmpca
aws
backend
bitbucket
cidrs
cli
cloudformation
dnf
Expand All @@ -44,9 +48,11 @@ github
gradle
guice
instantiations
iot
jenkins
kurt
kurtmc
lightsail
mcalpine
mockito
msg
Expand All @@ -55,4 +61,6 @@ otto
prepend
pullrequest
systemd
terraform
unifi
vit
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Kurt McAlpine's curriculum vitae

A [moderncv](https://ctan.org/pkg/moderncv?lang=en) LaTex document that is
rendered through a [Concourse CI](https://concourse-ci.org) pipeline and PDF
published as a release on GitHub.

Find up to date CV as latest release: https://github.com/kurtmc/cv/releases
23 changes: 13 additions & 10 deletions kurt_cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
% personal data
\name{Kurt}{McAlpine}
%\title{Linux Developer} % optional, remove / comment the line if not wanted
\address{42 Grosvenor Street, Grey Lynn}{1021 Auckland}{New Zealand}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
\address{1/9 New Windsor Road, Avondale}{0600 Auckland}{New Zealand}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
\phone[mobile]{+64~220~459~539} % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
%\phone[fixed]{+64~942~622~18}
%\phone[fax]{+3~(456)~789~012}
\email{[email protected]} % optional, remove / comment the line if not wanted
\email{[email protected]} % optional, remove / comment the line if not wanted
%\homepage{www.kurt-mcalpine.com} % optional, remove / comment the line if not wanted
\social[linkedin][www.linkedin.com/in/kurt-mcalpine]{kurt.mcalpine} % optional, remove / comment the line if not wanted
%\social[twitter]{jdoe} % optional, remove / comment the line if not wanted
Expand All @@ -33,10 +33,18 @@
\makecvtitle

\section{Experience}
\cventry{2020--present}{Lead Cloud Engineer}{Halter}{Auckland}{}{
\cventry{2021--present}{Consultant}{Sourced Group}{Auckland}{}{
\begin{itemize}
\item Deliver internal talks to uplift team skills and knowledge
\item With with other consultants on internal projects that deliver
value to the business internally
\item Work with enterprise clients to accelerate their cloud journey
\end{itemize}
}
\cventry{2020--2021}{Lead Cloud Engineer}{Halter}{Auckland}{}{
\begin{itemize}
\item Conduct technical interviews for potential hires
\item Upskill new employees on systems and processes during onboarding
\item Up skill new employees on systems and processes during on boarding
\item Train other departments on internal tooling to enhance
capabilities within the company
\item Point of escalation for cloud infrastructure and customer
Expand Down Expand Up @@ -135,6 +143,7 @@ \section{Open Source and Personal Projects}
\cventry{Go}{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}
Expand All @@ -148,12 +157,6 @@ \section{Open Source and Personal Projects}
Major contributions to Terraform provider for Unifi. This provider
allows the configuration of networks on Unifi Network Controller.
}
\cventry{TypeScript}{bitbucket-pullrequest-resource}{\tiny{\url{https://github.com/halter-corp/bitbucket-pullrequest-resource}}}{}{}{
Plugin built for Concourse CI that allows integration with the
Bitbucket pull requests API. Allowing the use of Concourse CI
to build and test changes to Bitbucket repositories and report
the result in the pull request.
}

\section{References available upon request}

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.27
v0.0.28

0 comments on commit b1b43b4

Please sign in to comment.