summaryrefslogtreecommitdiff
path: root/resume.md
blob: 83afced86d95aee7125f68a68be27f51ad711c04 (plain)
    1 <div id="resume-author-sect">
    2 <div id="resume-author-name">Aaron Ball</div>
    3 <div id="resume-author-contact">
    4 
    5 * **email**: [aaronb@oper.io](mailto:aaronb@oper.io)
    6 * **phone**: +1 720-319-7799
    7 * **www**:   [https://oper.io](https://oper.io)
    8 * **code**:  [https://oper.io/src/nullspoon](https://oper.io/src/nullspoon)
    9 
   10 </div>
   11 <div id="profile">
   12 
   13 # PROFILE
   14 
   15 * **Primary Languages**: Bash (13 years), C (4 years), Python (3 years), CSS
   16   and HTML (10 years)
   17 
   18 * **Tools**: Git (9 years), Jenkins (7 years), Ansible (7 years), Kubernetes (3
   19   years), Terraform (3 years)
   20 
   21 * **Linux**: 15 years - Crux, Ubuntu, CentOS, RedHat, Arch, Gentoo, and Debian
   22 
   23 * Proficient in Linux infrastructure automation, security, troubleshooting,
   24   design, and management; networking design, security, analysis, and
   25   troubleshooting; and service design and abstraction.
   26 
   27 * Knowledgeable in object oriented theory and its application in
   28   infrastructure, security, and code design
   29 
   30 </div> <!-- profile -->
   31 
   32 
   33 # EMPLOYMENT
   34 
   35 <div id="employment">
   36 
   37 ## DataRobot
   38 
   39 <div class="jobmeta">
   40 
   41 * <p class="dates">December 2018 - present</p>
   42 * Software Engineer (2018 - 2020)
   43 * Senior Software Engineer (2020 - 2022)
   44 * Principal Software Engineer (2022 - present)
   45 * Senior Manager and Technical Lead (2023 - present)
   46 
   47 </div>
   48 
   49 * **Primary operating systems**: Ubuntu Server (versions 16.04, 18.04, 20.04,
   50   and 22.04)
   51 
   52 * Worked on Development Infrastructure team automating processes and
   53   infrastructure to support development, testing, engineering productivity,
   54   security, and cloud operations teams.
   55 
   56 * Scripting in Bash, C, Makefile, and Python to automate processes
   57 
   58 * Worked with Jenkins, Ansible, Packer, and Terraform to automate system build
   59   processes (AWS AMIs, KVM backing disks, laptop provisioning)
   60 
   61 * Worked on AWS cost reduction project. Total contributions yielded $350,000
   62   per year in reduction. Accomplished this with resource cleanup automation,
   63   runtime storage compression, runtime memory compression, instance usage
   64   analysis and right-sizing, and removal of cross availability zone costs by
   65   intelligently pinning traffic to the local AZ within automation.
   66 
   67 * Completely eliminated cross availability zone traffic costs for Jenkins and
   68   Artifactory by building a simple solution which intelligently pinned traffic
   69   to the Artifactory cluster instance within the local availability zone.
   70 
   71 * Built a Kubernetes native ECR proxy service which allowed greater flexibility
   72   and ease of use for developers needing to interact with cumbersome ECR
   73   endpoints and authentication. Service supported zero-downtime updates.
   74 
   75 * Automated cost metrics gathering and analysis of GitHub traffic to determine
   76   causes of increased costs and worked with developers to reduce those costs
   77   through on-system caching, sparse clones, and on-premise LFS hosting.
   78 
   79 * Fully migrated a three node Artifactory cluster from EC2 to Kubernetes using
   80   Kustomize to manage and automate multiple environments for testing and
   81   release. Upgrades and maintenance now occur at any time during the day with
   82   no downtime for end users due to custom connection draining automation.
   83 
   84 * Migrated all Terraform Kubernetes code away from Terraform and into
   85   Kubernetes native to improve reliability and state management.
   86 
   87 * Version controlled thousands of Jenkins job configurations and enforced peer
   88   review by storing all job configs in git repos as JJB (Jenkins Job Builder)
   89   templates and deploying with automation on merge request review and approval.
   90 
   91 * Built on-premises virtualization platform of over 230 KVM guest nodes to
   92   lower costs in AWS. Clusters were completely autonomous and self-maintaining.
   93   Automation registered nodes with their configured Jenkins masters on boot,
   94   and deregistered, refreshed to a clean disk state, and reregistered after a
   95   Jenkins job finished running, automatically maintaining a clean system state
   96   for all jobs with no plugins required and 4 simple scripts.
   97 
   98 * Defined upgrade process and worked with all concerned teams to upgrade
   99   automation infrastructure from Ubuntu 16.04 to 18.04. Updated all automation
  100   and testing code to be compatible with both versions. Performed the same task
  101   to migrate from Ubuntu 18.04 to 20.04 one year later.
  102 
  103 * Automated Jenkins credential store management and synchronization across
  104   thirteen Jenkins masters using Jenkins Groovy API and Python.
  105 
  106 * Used Terraform to create and ensure state of necessary underlying
  107   infrastructure such as EC2, ELB/ALB, EKS, Route 53, RDS, and S3.
  108 
  109 
  110 ## Jeppesen, A Boeing Company
  111 
  112 <div class="jobmeta">
  113 
  114 * <i>(Contract)</i> <p class="dates">August 2017 - October 2018</p>
  115 * Software Integration Engineer
  116 
  117 </div>
  118 
  119 * **Primary operating systems**: Centos 6.9 - 7.7, RHEL 6 - 7
  120 
  121 * Worked on the environments team supporting about 80 developers
  122 
  123 * Developed portable self-extracting installer to integrate and automate the
  124   deployment process. The installer reduced a 40 page install document to a
  125   single command using a bash header with a multi-stage binary payload footer.
  126 
  127 * Automated Linux environment setup and management with Ansible 2.6. Wrote
  128   roles for deploying and configuring Apache tomcat, Apache httpd, Apache
  129   Artemis, Oracle JRE, program-developed software, etc.
  130 
  131 * Automated software version inventory process to ensure the versions of all
  132   pertinent external endpoints in every environment matched as the product
  133   advanced through the phases of testing.
  134 
  135 * Automated deployments to sixteen environments using Jenkins. Deployment
  136   criteria were based on schedules, git repo tag creation, and commit pushes
  137   (each environment with different criteria).
  138 
  139 * Automated server configurations with Ansible. Wrote scripts to generate
  140   dynamic playbooks and dynamic inventories. Roles were separated into two
  141   tiers: the vendor tier and proprietary tier for separation of concerns.
  142 
  143 * Built and administered Okta authentication backend (users, groups, signon
  144   policies, service accounts, etc.), for twenty different application
  145   instances.
  146 
  147 * Assisted in planning and automation of migration from on-site datacenter to
  148   Microsoft Azure.
  149 
  150 
  151 ## Truven Health Analytics
  152 
  153 <div class="jobmeta">
  154 
  155 * <p class="dates">January 2016 - August 2017</p>
  156 * Senior Development Operations Engineer
  157 
  158 </div>
  159 
  160 * **Primary operating systems**: Centos 5.9 - 6.7, RHEL 5 - 6
  161 
  162 * Worked as a liaison between devops, configuration management, development,
  163   production operations, and application operations teams
  164 
  165 * Created documented bash scripting framework to consistently automate builds,
  166   deployments, and cluster switches. This reduced feature development time and
  167   bug fix time. It also increased process scalability, visibility, and
  168   stability.
  169 
  170 * Implemented a configurable self-extracting package container [in bash] which
  171   enabled complex scripts, frameworks, and resources to be reduced to a single
  172   file and subsequently easily deployed.
  173 
  174 * Wrote a configurable server validation scripting framework for ensuring any
  175   given server met the team's deployment requirements for the specified server
  176   role (eg: frontend, database, storage, tomcat, etc).
  177 
  178 * Automated developer machine build process so developers would have consistent
  179   environments in which to write, build, test, and deploy their code. This
  180   reduced a 2 week per-employee setup time to about 15 minutes.
  181 
  182 * Created a command line Artifactory api wrapper for managing artifacts using
  183   Perl. Wrapper could download, upload, and copy artifacts to alternate repos
  184   (eg: for a promotion process).
  185 
  186 * Wrote Ansible roles to deploy and configure MongoDB, Zabbix, Graylog,
  187   Elasticsearch, Rsyslog, Tomcat, and others.
  188 
  189 * Automated migration of more than 3200 SVN repos to Git.
  190 
  191 * Established and documented Git development and release process standards.
  192 
  193 * Managed deployments using a combination of Ansible, Bash, Perl, and Jenkins.
  194 
  195 * Reduced Jenkins-triggered infrastructure deployment process from
  196   over 300 jobs down to five jobs.
  197 
  198 
  199 
  200 ## Time Warner Cable
  201 
  202 <div class="jobmeta">
  203 
  204 * <p class="dates">March 2015 - January 2016</p>
  205 * Senior DevOps Engineer
  206 
  207 </div>
  208 
  209 * **Primary operating systems**: Centos 6.5 and 6.6
  210 
  211 * Wrote a bash script to automatically upgrade the GitHub Enterprise cluster
  212   with minimal human interraction. This also handled several workarounds to
  213   unfixed bugs in the appliance software.
  214 
  215 * Wrote parallel processing C program to benchmark legacy VMWare network
  216   against new OpenStack network
  217 
  218 * Wrote C program to parse 8 million firewall rules and nginx access logs to
  219   determine how many were needed
  220 
  221 * Managed configurations with Puppet Enterprise 3.2, r10k for dynamic
  222   environment deployments, and Hieradata to support separation of data and
  223   modules
  224 
  225 * Assisted automating legacy VMWare infrastructure (54 hypervisors) to keep it
  226   running smoothly until migration to OpenStack had been completed
  227 
  228 
  229 ## CenturyLink, Inc.
  230 
  231 <div class="jobmeta">
  232 
  233 * <i>(Contract)</i> <p class="dates">August 2014 - February 2015</p>
  234 * Linux Engineer
  235 
  236 </div>
  237 
  238 * **Primary operating systems**: Centos 6.5, 6.6, 7, Ubuntu Server
  239 
  240 * Deployed and managed Mapr (Hadoop distribution) for development and test
  241   clusters
  242 
  243 * Wrote bash script to manage and synchronize users and their home directories,
  244   detect and allocate unique uid/gid pairs, and perform various user-related
  245   checks across a cluster of any size
  246 
  247 * Set up HAProxy for TCP forwarding of LDAPS traffic from corporate into the
  248   lab (dev/test) network for authentication
  249 
  250 * Performed various MediaWiki administrative tasks (backups, page management,
  251   writing templates, etc).
  252 
  253 * Established team version control best practices within git
  254 
  255 * Wrote Ansible playbooks to deploy and configure various types of servers
  256 
  257 
  258 ## Intelligent Software Solutions, Inc.
  259 
  260 <div class="jobmeta">
  261 
  262 * <i>(Contract)</i> <p class="dates">March 2014 - August 2014</p>
  263 * DevOps Engineer
  264 
  265 </div>
  266 
  267 * Wrote chef (version 10) cookbooks (recipes, documentation, templates,
  268   providers, resources, etc.) to deploy base tomcat instances and overlay any
  269   combination of wars across any number of systems
  270 
  271 * Wrote chef cookbook compatibility layer for Windows-specific deployments
  272   using cookbooks designed for Linux
  273 
  274 * Built a templatized virtual chef development environment on Linux KVM  with
  275   startup times under 5 seconds.
  276 
  277 
  278 ## DaVita
  279 
  280 <div class="jobmeta">
  281 
  282 * <p class="dates">October 2012 - March 2014</p>
  283 * Linux/Unix Systems Engineer
  284 
  285 </div>
  286 
  287 * **Primary operating systems**: AIX (versions 5.3 and 6.1) and RedHat Linux
  288   (versions 4 - 6)
  289 
  290 * Standardized, consolidated, and converted team documentation from 
  291   Sharepoint Shared Documents to MediaWiki
  292 
  293 * Audited and remediated security holes to harden Linux and AIX servers
  294 
  295 * Wrote and documented a Perl script to gather data and generate a report
  296   detailing all of the local and Active Directory users with access to the
  297   company-wide FTP site.
  298 
  299 * Wrote and documented a Perl script to generate sudoers SOX compliance
  300   reports. The script parsed the global sudoers file and queried Active
  301   Directory to determine granular extent of all permissions.
  302 
  303 * Wrote a bash script to perform automated SSH key rotation every three months
  304   and when an employee left
  305 
  306 
  307 
  308 ## Dish Network
  309 
  310 <div class="jobmeta">
  311 
  312 * <p class="dates">January 2011 - October 2012</p>
  313 * Tier II Analyst / Developer II
  314 
  315 </div>
  316 
  317 * Managed over 1,000 JVM application instances (WebMethods, Weblogic, and
  318   Tomcat) running on Solaris and Linux
  319 
  320 * Wrote Perl scripts to process log files, gather statistics, perform software
  321   upgrades, manage rolling restarts, etc.
  322 
  323 
  324 
  325 ## USDA
  326 
  327 <div class="jobmeta">
  328 
  329 * <i>(Contract)</i> <p class="dates">August 2010 - December 2010</p>
  330 * Windows Systems Administrator
  331 
  332 </div>
  333 
  334 * Built and configured Red Hat Enterprise Linux (version 5) web servers
  335   tailored for each project
  336 
  337 * Analyzed test environment needs to designed scaled down test environments
  338   based upon network architecture diagrams of the proposed production
  339   environment
  340 
  341 * Constructed test clusters (one controller and two test agents each) for load
  342   testing with Visual Studio
  343 
  344 
  345 ## AMG Creative, Inc.
  346 
  347 <div class="jobmeta">
  348 
  349 * <p class="dates">August 2009 - August 2010</p>
  350 * Web Developer / Systems Administrator
  351 
  352 </div>
  353 
  354 * Programmed websites on Joomla and Wordpress using PHP, JavaScript, HTML, and
  355   CSS.
  356 
  357 * Built and managed five servers (one virtual [Domain controller, file server,
  358   terminal server, backup server], another virtual [OpenVPN], one host [VMWare
  359   Server], one print server [Ubuntu 10.04], one backup server [Ubuntu 10.04])
  360 
  361 
  362 ## CSU College of Business
  363 
  364 <div class="jobmeta">
  365 
  366 * <p class="dates">August 2007 - October 2009</p>
  367 * Web Developer / Systems Administrator
  368 
  369 </div>
  370 
  371 </div> <!-- employment -->
  372 
  373 
  374 # EDUCATION
  375 
  376 <div id="education">
  377 
  378 ## Colorado State University
  379 
  380 <div class="jobmeta">
  381 
  382 * <p class="dates">2007-2010</p>
  383 * Bachelors in Business Administration
  384 
  385 </div>
  386 
  387 **Concentration**: Computer information Systems
  388 
  389 Courses included Windows and Linux administration, Networking, SQL database
  390 design and implementation, web application development (creating ASP.Net/C# and
  391 Cold Fusion applications that accessed a database and used sessions), client
  392 side application development (Visual Basic.Net), business math, marketing,
  393 finance, accounting, and business communication.
  394 
  395 </div> <!-- education -->
  396 
  397 <div class="witty-remark">
  398 /* This resume was proudly generated with commonmark markdown, some clever css,
  399 and a Makefile */
  400 </div>

Generated by cgit