An open API service indexing awesome lists of open source software.

https://github.com/nishkarshraj/resume

Professional resume built with Typst. Auto-compiled to PDF via GitHub Actions.
https://github.com/nishkarshraj/resume

devops github github-actions resume typst

Last synced: about 1 month ago
JSON representation

Professional resume built with Typst. Auto-compiled to PDF via GitHub Actions.

Awesome Lists containing this project

README

          

# Resume

My professional resumes built with [Typst](https://typst.app/) - a modern markup-based typesetting system.

## Preview

📄 [Download Consulting Resume](https://github.com/nishkarshraj/resume/releases/download/latest/resume-consulting.pdf)
📄 [Download Engineering Resume](https://github.com/nishkarshraj/resume/releases/download/latest/resume-engineering.pdf)

## Tech Stack

- **Typst** - Fast, modern alternative to LaTeX
- **GitHub Actions** - Automated PDF compilation and releases

## Local Development

```bash
# Install Typst
brew install typst

# Compile both resumes
typst compile resume-consulting.typ
typst compile resume-engineering.typ
```

## Variants

- **Consulting** (`resume-consulting.typ`) - Focused on solutions architecture, product ownership, and client delivery
- **Engineering** (`resume-engineering.typ`) - Focused on platform engineering, system design, and infrastructure at scale

## Template

Based on a clean, professional template with:
- Two-column header layout
- Section dividers with visual hierarchy
- Bullet-point formatting for experience
- Auto-updating "Last updated" footer

## License

MIT