resume

Source CodeπŸ› οΈπŸŽ“

Built by humans, for humans.

The included source code is my unedited resume source, with Personally Identifiable Information (PII) filtered out.

This is effectively a mirror of a reference resume repository. That reference repository contains the PII, assets, and production resume PDFs. For consistent terminology:

LaTeX

LaTeX is chosen, as its typesetting, programming features, and difficulty-of-use is unparalleled. General rules of thumb:

Relevant docs:

Alternatives Considered

(.i.e., why not just use X?)

The only alternative considered was ModernCV, but a custom solution was created to fit content to a single page more efficiently.

There is an argument to be made that resume scanning software used is optimized for Word, Docs, Pages. However, if a company is disregarding candidates because their CMS couldn’t handle LaTeX resumes, maybe I too want to be in the discard pile. Resumes built for humans vs. resumes built for algorithms have wildly different objectives; I side with the humans.

Built by humans, for humans.

makefile

There are two main make commands that are relevant:

There are several β€œtargets”, laid out by booleans in the LaTeX source. Enabling booleans changes the behaviors of the resume.

All dependencies are listed here.

Assets

Assets with copyright implications (images, fonts, logos) is not included, for copyright and respect of others.

However, here are sources you can get these:

Directory Structure

The source code is unedited, however the directory structure is.

.
β”œβ”€β”€ README.md
β”œβ”€β”€ makefile
β”œβ”€β”€ pdf
β”‚Β Β  β”œβ”€β”€ cv
β”‚Β Β  β”‚Β Β  └── illya-starikov-resume.pdf
β”‚Β Β  β”œβ”€β”€ cv-dark
β”‚Β Β  β”‚Β Β  └── illya-starikov-resume.pdf
β”‚Β Β  β”œβ”€β”€ ...
β”‚Β Β  └── resume-redacted-dark
β”‚Β Β      └── illya-starikov-resume.pdf
β”œβ”€β”€ resume
β”‚Β Β  β”œβ”€β”€ LICENSE
β”‚Β Β  └── README.md
β”œβ”€β”€ src
β”‚Β Β  β”œβ”€β”€ Fontin-Bold.otf
β”‚Β Β  β”œβ”€β”€ ...
β”‚Β Β  β”œβ”€β”€ Fontin.otf
β”‚Β Β  β”œβ”€β”€ illya-starikov-resume.tex
β”‚Β Β  └── macros.tex
└── template
    β”œβ”€β”€ de-soto-senior-high-color.png
    β”œβ”€β”€ sunrise-r9-color.png
    β”œβ”€β”€ ...
    └── ukraine.png

Credit

This is a fork from Natasha Jarus’s resume, modeled in both design and content.


Science is what we understand well enough to explain to a computer. Art is everything else we do. Donald Knuth