Skip to content

drkstr101/resume

Repository files navigation

Gitpod ready-to-code

Resume - Aaron R Miller

Greetings,

This project contains all of the source data and tools used in the publication of my resume. If you are here looking for a copy of this document, the latest version can be downloaded from here.

Project Goals

The goal of this project is to provide a mechanism for objectively measuring skill development over the course of a professional career, along with publishing tools to output meaningful representations of that data.

This project is currently in the MVP release stage, with the focus on establishing a domain model and skill point calculator which may be used utilized for publication tasks.

Domain Model

The intent of the Resume domain model is to collect a list of accomplishments along with the skills used during that event. This information is then used to build a histogram of Skill Points over time.

Resume Model Diagram

Gradle Plugin

The final document is produced through a custom Gradle Resume Plugin. Currently, this plugin is responsible for collecting the resume data to build up the domain model, which is then used to generate a word cloud image from the skill points and to publish a LaTex document for the final result. Additional features may be added down the road. Feature requests and contributions welcome!