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.
- Host: GitHub
- URL: https://github.com/nishkarshraj/resume
- Owner: NishkarshRaj
- License: mit
- Created: 2025-12-28T18:23:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-07T01:21:24.000Z (3 months ago)
- Last Synced: 2026-01-13T22:55:48.651Z (3 months ago)
- Topics: devops, github, github-actions, resume, typst
- Language: Typst
- Homepage: https://github.com/nishkarshraj/resume/releases/download/latest/resume.pdf
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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