Skip to content

Commit

Permalink
reworkings
Browse files Browse the repository at this point in the history
  • Loading branch information
danpilch committed Feb 2, 2025
1 parent dbb074c commit 24903f3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
6 changes: 0 additions & 6 deletions resume/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ build: clean
docker.io/danpilch/cv-build:v5 \
make4ht --utf8 -a debug -B .build -f html5+inlinecss --output-dir ./output/ -l resume.tex "xelatex"

# Set name of html resume
mv ./output/resume.html ./output/danpilch-resume-${DATE}.html
mv ./output/resume.css ./output/danpilch-resume-${DATE}.css

# Cleanup make4ht build files
rm -rf resume.tex.bak resume_tmp.tex *.bak resume_tmp.tex *.aux *.log *.dvi *.4ct *.4tc *.lg *.idv *.tmp *.css *.html *.xref *.md

Expand Down Expand Up @@ -72,8 +68,6 @@ release: clean
--notes "Release generated on ${DATE}" \
output/danpilch-resume-${DATE}.pdf \
output/danpilch-resume-${DATE}.md \
output/danpilch-resume-${DATE}.html \
output/danpilch-resume-${DATE}.css

### Local Build Targets (skip Docker)

Expand Down
34 changes: 19 additions & 15 deletions resume/resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -44,56 +44,60 @@ \section{Experience}
\location{September 2020 – Present | Remote, USA/UK }
\vspace{\topsep} % Hacky fix for awkward extra vertical space
\begin{tightemize}
\item Currently leading the strategy, architecture and management of the platform team and systems at Community.
\item Platform migration: Successfully migrated Community from Apache Mesos to Kubernetes in AWS, ensuring parallel availability of both platforms during migration.
\item AI Campaign Suggestions service: Built a Golang service to create campaign suggestions for clients using ChatGPT 4o with structured outputs.
\item AI on-call Slack bot: Built a Golang Slack integration bot that reads all of Community’s on-call data and runbooks to assist with on-call issues.
\item Reduced complexity and costs while keeping within Community's 99.5\% uptime SLA.
\item Operational cost management: Reduced overall cloud spend by 33\% (\$320,000) per year by introducing policy, spend controls and rightsizing workloads.
\item Lead strategy, architecture, and operations for the platform team, collaborating closely with the CTO and Head of Architecture to drive scalable, cost-efficient infrastructure solutions.
\item Spearheaded the migration from Apache Mesos to Kubernetes on AWS, ensuring high availability and minimal disruption during the transition.
\item Developed an AI-driven Campaign Suggestions Service in Go, leveraging ChatGPT-4o structured outputs to generate structured campaign recommendations for clients.
\item Built an AI-powered On-Call Slack Bot in Go, integrating with Community’s runbooks and on-call data to streamline incident resolution.
\item Optimized cloud infrastructure, maintaining a 99.5\% uptime SLA while simplifying systems and reducing complexity.
\item Achieved an average 33\% annual cloud cost reduction (\$320,000) by implementing spend controls, policies, and workload rightsizing.
\end{tightemize}
\sectionsep

\runsubsection{Nomura}
\descript{| VP Cloud Engineering }
\location{May 2020 – August 2020 | Remote, UK}
\begin{tightemize}
\item Planned and provisioned core banking network infrastructure routing with AWS DirectConnect, BGP and VPC peering using Terraform, Ansible and Python.
\item Led the design and provisioning of core banking network infrastructure at Nomura, implementing AWS DirectConnect, BGP, and VPC peering. Utilized Terraform, Ansible, and Python to automate deployment, ensuring secure, high-performance cloud connectivity for critical financial operations.
\end{tightemize}
\sectionsep

\runsubsection{Westpac New Zealand}
\descript{| DevOps \& Software Engineer }
\location{December 2018 – November 2019 | Auckland, New Zealand}
\begin{tightemize}
\item Led the development of a fraud data processing platform using Kafka, Spark, Hadoop, Hive, and Airflow on Kubernetes.
\item Integrated mainframe IBM MQ queues with Kafka for real-time fraud transaction data monitoring.
\item Designed and implemented a fraud data processing platform at Westpac New Zealand, leveraging Kafka, Spark, Hadoop, Hive, and Airflow on Kubernetes. Collaborated with the Head of Engineering to integrate IBM MQ mainframe queues with Kafka for real-time fraud detection and transaction monitoring.
\end{tightemize}
\sectionsep

\runsubsection{Bitcoin.com.au}
\descript{| DevOps Engineer }
\location{November 2017 – October 2018 | Melbourne/Remote, Australia}
\begin{tightemize}
\item Migrated bitcoin.com.au's entire platform software stack to AWS using Terraform, Ansible, and Docker.
\item Migrated all software repositories and CI pipelines from Bitbucket to GitLab.
\item Led the migration of Bitcoin.com.au’s entire platform to AWS with Terraform, Ansible, and Docker, while rewriting their fiat-to-Bitcoin payment gateway for a more robust and scalable system.
\end{tightemize}
\sectionsep

\runsubsection{PPL UK}
\descript{| DevOps Engineer }
\location{July 2016 – October 2017 | London, UK}
\begin{tightemize}
\item Established a DevOps culture and managed projects involving Apache Hadoop, AWS CloudFormation, and Docker.
\item Drove DevOps innovation at PPL UK as part of their digital transformation programme, working closely with the CTO and Head of Architecture to revolutionize infrastructure with Apache Hadoop, AWS CloudFormation, and Docker.
\end{tightemize}
\sectionsep

\runsubsection{Incopro}
\descript{| Platform \& Software Engineer }
\location{May 2013 – July 2016 | London, UK}
\begin{tightemize}
\item A founding member of the company.
\item Automated provisioning and deployments on 500+ base metal servers using Ansible.
\item Managed web scraping software that scraped over 1000 websites for content and trademark protection.
\item Founding member of Incopro, automating deployments for 500+ servers with Ansible and scaling web scraping to protect content and trademarks across 1,000+ sites.
\end{tightemize}
\sectionsep

\runsubsection{Warner Bros.}
\descript{Anti Piracy Engineer}
\location{September 2011 - September 2012 | London, UK}
\begin{tightemize}
\item Enhanced content protection at Warner Bros. by developing web scraping tools to combat piracy.
\end{tightemize}
\sectionsep

Expand Down

0 comments on commit 24903f3

Please sign in to comment.