Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.09 KB

File metadata and controls

60 lines (42 loc) · 2.09 KB

Curriculum Vitae

Basic CV template inspired from Rover Resume and sb2nov's resume.

It's intentionally kept short and clean (~130 lines with boilerplate text) so that it can be used as the starting point for your own modifications.

Screenshot of the rendered pdf

Installation and Usage

Local

  1. install texlive either from your operating system's package manager, or via the website (Quickstart).
  2. run the following in your terminal emulator.
    curl -o cv.tex https://raw.githubusercontent.com/zyachel/cv-template/trunk/example.tex
    nvim cv.tex # replace with your favourite text editor.
  3. modify it to your needs

Optional

Someone else's machine a.k.a Cloud:

  1. copy contents of example.tex
  2. go to overleaf.com (create an account if you haven't already).
  3. create a new project
  4. paste the copied .tex contents
  5. modify it to your needs

Someone else's "sentient" machine a.k.a LLM:

Use https://raw.githubusercontent.com/zyachel/cv-template/trunk/example.tex and fill it with my details:

<your experiences>

* hopefully you're using a locally hosted one, or are comfortable with this data being used for training (or whatever the overlords fancy).

Unrelated Resources:

  1. Learn LaTeX in 30 minutes.
  2. Software Engineering Interview Guide.
  3. Frontend interview handbook.