You can use the following links to download my resume in a format of your choice:
In addition, my resume is available in a number of machine readable formats:
This repo contains two components:
- dhall-resume: A standard library of helper functions to write and template a resume in Dhall. Includes data types and constructors for various resume constructs like work experience entries, side projects, etc. Also includes template helpers for generating markdown and latex from the dhall-resume types
- zeng-simon-resume: My resume, built using dhall-resume. I specify all my resume information in zeng-simon-resume/cv.dhall, where it then gets converted to the various output formats via the utilities from dhall-resume
Everytime I update my resume, I tag a release. You can check the releases on the right-hand side of this github page to view my latest resume. Alternatively, each release also pushes my latest resumes to https://simonzeng.com/resume
All code here is licensed under the Affero GPLv3.