https://github.com/aditeyas/resume
Resume.
https://github.com/aditeyas/resume
ats-resume github-resume latex-resume latex-resume-template latex-template resume resume-template software-engineer-resume
Last synced: 11 months ago
JSON representation
Resume.
- Host: GitHub
- URL: https://github.com/aditeyas/resume
- Owner: aditeyaS
- Created: 2025-01-02T17:39:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T19:31:12.000Z (about 1 year ago)
- Last Synced: 2025-03-13T20:22:25.680Z (11 months ago)
- Homepage: https://aditeyas.github.io
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# Resume
### ATS friendly resume for software engineers.
> [!IMPORTANT]
> ATS friendliness depends a lot on the contents of the resume.
## Motivation
I was creating a resume in Latex because Managing the formatting on google docs was difficult. I started searching for ATS-friendly resumes, and I came across [@sb2nov resume](https://github.com/sb2nov/resume) which inspired me. But there were some tweaks I needed so made this.
## Preview

## Local Development
```bash
docker build -t .
docker run --rm -v $(pwd):/workspace
```
## Quick start
- Go to [overleaf.com](https://www.overleaf.com) and create a blank project.
- Copy the contents of [resume.tex](https://github.com/aditeyaS/resume/blob/main/resume.tex) and make you changes.
- Download the pdf
## Deploy
[This](https://github.com/aditeyaS/resume/blob/main/.github/workflows/update.yml) workflow generates the latest resume and updates on this repository. So you can link your resume anywhere and it will always be updated.