Tools: AWS S3 , AWS Cloudfront , Python , LaTeX , Github Actions , AWS IAM
The resume generator creates a resume using LaTeX and Python. Python takes in a json file formatted correctly, and then creates a LaTeX document based on the information. It organizes by tags to customize project contents in resume. It also measures line count to ensure it never suprasses it, useful for keeping the resume to 1 page, if one has many projects to show off. The LaTeX document then is processed into a pdf using TexLive. This is paired with my portfolio repo, which has Github Actions to automatically generate new resumes on portfolio update.