2026-05-04 11:17:15 -04:00
CV — Prad Nukala
2026-05-04 10:42:01 -04:00
=========================
2026-06-25 14:29:56 -04:00
<!--toc:start-->
- [CV — Prad Nukala
=========================](#cv -prad-nukala)
- [Build ](#build )
- [Layout ](#layout )
- [TODO ](#todo )
- [License ](#license )
<!--toc:end-->
2026-05-04 11:17:15 -04:00
Single-page LaTeX resume for **Prad Nukala** — Principal Architect, Distributed Systems & Applied Cryptography. Built on the [Deedy-Resume ](https://github.com/deedydas/Deedy-Resume ) OpenFonts template (XeLaTeX, two asymmetric columns).
2026-05-04 10:42:01 -04:00
2026-05-04 11:17:15 -04:00
- Site: [prad.nu ](https://prad.nu )
- Demo: [did.run ](https://did.run )
- GitHub: [@prdlk ](https://github.com/prdlk )
- Email: [prad@sonr.io ](mailto:prad@sonr.io )
2026-05-04 10:42:01 -04:00
2026-05-04 11:17:15 -04:00
## Build
2026-05-04 10:42:01 -04:00
2026-05-04 11:17:15 -04:00
Requires **XeLaTeX** and **BibTeX** (the template loads bundled OTFs in `fonts/lato/` and `fonts/raleway/` via `fontspec` , so all commands must run from the repo root).
2026-05-04 10:42:01 -04:00
2026-05-04 11:17:15 -04:00
```bash
make # one-shot build → dist/deedy_resume-openfont.pdf
make watch # latexmk -pvc: rebuild + live-preview on every save
make preview # build once and open the PDF
make clean # remove LaTeX aux files, keep the PDF
make distclean # remove dist/ entirely
```
2026-05-04 10:42:01 -04:00
2026-05-04 11:17:15 -04:00
Under the hood, `make` runs `latexmk -xelatex -output-directory=dist` , which handles the BibTeX passes for `publications.bib` automatically.
2026-05-04 10:42:01 -04:00
2026-05-04 11:17:15 -04:00
## Layout
2026-05-04 10:42:01 -04:00
2026-05-04 11:17:15 -04:00
- **`deedy_resume-openfont.tex` ** — résumé content. Two `minipage` columns (`0.33\textwidth` left, `0.66\textwidth` right) split by `\hfill` .
- **`deedy-resume-openfont.cls` ** — document class: colors, font mappings, and the custom commands (`\namesection` , `\runsubsection` , `\descript` , `\location` , `\sectionsep` , `tightemize` ).
- **`publications.bib` ** — entries cited via `\nocite{*}` .
- **`fonts/` ** — bundled Lato + Raleway OTFs.
2026-05-04 10:42:01 -04:00
2026-05-04 11:17:15 -04:00
The template is **single-page by design** and silently overflows to a second page if either column gets too long. When adding content, prefer trimming over adding.
2026-05-04 10:42:01 -04:00
2026-06-25 14:29:56 -04:00
## TODO
- [ ] Add ./docs/projects/floadt.yml
- [ ] Add ./docs/projects/likely.yml
- [ ] Add ./docs/experience/spacebolt.yml
- [ ] Add ./docs/projects/voluntree.yml
- [ ] Add ./docs/projects/yue.yml
- [ ] Add ./docs/experience/likely.yml
- [ ] Add ./docs/experience/pool.yml
- [ ] Add ./docs/experience/swiper-no-mauling.yml
- [ ] Add ./docs/experience/timeboard.yml
2026-05-04 10:42:01 -04:00
## License
2026-05-04 11:17:15 -04:00
Template © 2014 Debarghya Das, Apache License 2.0. See [LICENSE ](LICENSE ).