Skip to content

Instantly share code, notes, and snippets.

@drGrove
Last active May 8, 2023 19:47
Show Gist options
  • Save drGrove/d3f9ab7e6feac35d27be3428d07e90f9 to your computer and use it in GitHub Desktop.
Save drGrove/d3f9ab7e6feac35d27be3428d07e90f9 to your computer and use it in GitHub Desktop.
Resume
\documentclass[11pt, oneside]{article}
\usepackage[margin=0.5in]{geometry}
\geometry{letterpaper}
\usepackage[parfill]{parskip}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{xcolor}
\pagecolor{white}
\usepackage[colorlinks = true, linkcolor = red, urlcolor = red]{hyperref}
\pagestyle{empty}
\title{Danny Grove}
\author{Danny Grove}
\begin{document}
\begin{center}
\section*{Danny Grove}
DevOps and System Security Engineer
\href{danny@dannygrove.com}{danny@dannygrove.com}
| \href{https://github.com/drGrove}{https://github.com/drGrove}
\end{center}
\subsection*{Profile}
Builder of things. Co-founder of Hashbang, a virtual hackerspace and provider of shell services. Owner of DR Grove Software LLC, a software, security and infrastructure consulting company. Dog Dad. Amateur landscape photographer
\medskip
\subsection*{Experience}
\textbf{Spekit}
\hfill
\textit{April 2022 – April 2023}
\textbf{Manager, DevOps}
\begin{itemize}
\item Managed team of remote workers across multiple timezones and contintents
\item Spearheaded modernization of infrastructure to reduce costs
\item Reduced deployment cycle from 1--2x a month to 2x a day
\item Migrated logging and monitoring stack from DataDog to Grafana
(self-hosted). Decreased costs by over 10x while increasing data retention by 3x
\end{itemize}
\medskip
\textbf{BitGo}
\hfill
\textit{Nov 2018 – April 2022}
\textbf{Senior Systsems Security Engineer}
\begin{itemize}
\item Decreased engineering iteration interval by modernizing the build, release, and test infrastructure and services
\item Architected and Imlemented GitOps solution using ArgoCD and Drone CI
\item Implemented BeyondCorp-type solution to increase security posture across all employees
\item Architected and developed mTLS solution integrating with employees Yubikeys
\item Created tooling to eas e the migration from a monolith to microservices-based devleoper pattern
\item Assisted in decreasing onboarding time for new developers from 2--3 days to less than 4 hours -- measured in time of "first time turning on computer" to "signed commits in pull request on GitHub"
\item Provided workshops and facilitated technical discussions as a security leader in the organization
\item Enjoyed mentoring Junior Developers and Systems Engineers
\end{itemize}
\medskip
\textbf{Left Field Labs @ Google}
\hfill
\textit{Febuary 2016 – October 2018}
\textbf{Senior Software Engineer}
\begin{itemize}
\item Implemented chrome.com Automated Testing infrastructure reducing code release timeline from 2 weeks to 6 hours and automated tests from 0 to 80k
\item Individual contributor to Android.com. Major launches: 2016 redesign, 404 Page, Nougat landing page, My Android, Android is for Everyone
\item Developed landing and referral pages for Google Tez
\item Ensured code consistency and readability following Google style guides as an Agency Technical Liaison
\item Full-stack developer on Google Gather - A Digital Events Platform
\end{itemize}
\medskip
\textbf{Demandbase}
\hfill
\textit{September 2015 – February 2016}
\textbf{Software Engineer}
\begin{itemize}
\item Front-end development on Performance Manager, a dashboard for advertisers to check the progress of, and manage B2B marketing campaigns.
\item Decreased page load times on key pages by up to 27x
\item Designed and implemented proof-of-concept docker development flow and integration with Jenkins CI
\end{itemize}
\medskip
\textbf{LinkedIn}
\hfill
\textit{November 2014 – September 2015}
\textbf{Web Developer}
\begin{itemize}
\item Developed and assisted with the open sourcing of WhereHows, a database metadata and downstream analysis system
\item Generated initial open source documentation including API documentation, new developer getting started guide and laid out community contribution guide
\item Designed and implemented proof-of-concept docker development flow
\end{itemize}
\medskip
\textbf{Earlier Experience}
\hfill
\textit{April 2010 – October 2014}
\begin{itemize}
\item Clariture Health - Fullstack (MEAN) Engineer
\item Accesso - UI Engineer (Angular.JS)
\item Vacation Innovations - Senior PHP Developer
\item Total Marketing Concepts - Senior PHP Developer
\item RK Frantz Software Inc - PHP Developer
\end{itemize}
\medskip
\subsection*{Projects}
\medskip
\textbf{mtls}
\begin{itemize}
\item PGP web of trust based Client Certificate generation for Zero Trust Authentication
\end{itemize}
\medskip
\textbf{Wearscript}
\begin{itemize}
\item A wearable device library that allows for rapid prototyping on a multitude of wearable electronics including Google Glass, Myo, Pebble and Android.
\item Created Wearscript Playground, An Ace Editor based development suite that tied with GitHub Gists to allow users to create, edit and upload their scripts directly to their Google Glass and other peripherals
\end{itemize}
\medskip
\subsection*{Competencies}
\medskip
\textbf{Languages:} Python, NodeJS, Javscript, Tyepscript, Java, Golang
\textbf{Databases:} Postgresql, MySQL, MongoDB, MSSQL, Datastore, Firestore, Redis, Memcache, Solr
\textbf{Build:} make, Drone CI, CircleCI, GitHub Actions, Travis, packer, AWS CodeBuild
\textbf{Config:} ansible, yaml, jsonnet
\textbf{Deploy:} AWS, GCP, Kubernetes, Docker (OCI), Terraform, Helm, Kustomize
\textbf{Secrets:} PGP, sops
\textbf{Monitoring:} Grafana, Loki, Prometheus, Mimir, Tempo, OpenTracing, OpenTelemetry
\textbf{Zero Trust Netowrking:} mtls, Cloudflare Zero Trust
\medskip
\subsection*{References}
\medskip
Upon Request.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment