Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ismailsunni/resume

Resume of Ismail Sunni
https://github.com/ismailsunni/resume

Last synced: about 2 months ago
JSON representation

Resume of Ismail Sunni

Awesome Lists containing this project

README

        

# Resume

A single-page, one-column resume for software developers. It uses the base latex templates and fonts to provide ease of use and installation when trying to update the resume. The different sections are clearly documented and custom commands are used to provide consistent formatting. The three main sections in the resume are education, experience, and projects.

## Motivation

I created this template as managing a resume on Google Docs was hard and changing any formatting was too difficult since it had to be applied in multiple places. Most currently available templates either focus on two columns, or are multiple pages long. I personally found the two-column templates hard to focus while multiple-page resumes were just too long to be used in career fairs.

## Setup with VS Code

- Install [LaTeX](https://www.latex-project.org/): `sudo apt install texlive-latex-extra -y`
- Install LaTeX Workshop extension for Visual Studio
- Install [Latexmk](https://personal.psu.edu/~jcc8/software/latexmk/): `sudo apt install latexmk`

It will rebuild whenever the tex file is saved.

## Preview

## License

Format is MIT but all the data is owned by Ismail Sunni.

## Reference

Inspired from [https://github.com/sb2nov/resume](https://github.com/sb2nov/resume)