Templates

Ultimate Resume Framework

Preview

Ultimate Resume Framework

An ATS-first LaTeX resume framework with a token-driven design system, semantic component API, and an adaptive header. No XeLaTeX/LuaLaTeX required.

Category

Resume & CV

License

Free to use (MIT)

File

examples/example.tex

example.texRead-only preview
% Compile from the repository root, e.g.:
%   pdflatex examples/example.tex
%   latexmk examples/example.tex
% (resume.cls resolves styles/ and sections/ relative to that root — the
% same way Overleaf resolves paths for a project's designated main file.)
\documentclass{resume}

\begin{document}

\header{Jordan Avery}{(415) 555-0148}{jordan.avery@email.com}{linkedin.com/in/jordanavery}{github.com/jordanavery}

\rtsection{Education}
\education{University of Michigan}{B.S. in Computer Science, GPA 3.8/4.0}{Ann Arbor, MI}{Aug 2021 -- May 2025}{}

\rtsection{Experience}

\experience{Northwind Analytics}{Software Engineer Intern}{Chicago, IL}{May 2024 -- Aug 2024}{%
\begin{rtitemize}
  \item Rebuilt the event-ingestion pipeline in Go, cutting p99 processing latency from 800ms to 120ms
  \item Designed a schema-versioning layer adopted by 4 downstream teams, eliminating manual migration scripts
  \item Wrote integration tests raising pipeline coverage from 41\% to 88\%, catching 3 regressions pre-release
\end{rtitemize}}

\experience{Beacon Robotics}{Firmware Engineering Intern}{Ann Arbor, MI}{May 2023 -- Aug 2023}{%
\begin{rtitemize}
  \item Ported motor-control loop from Python prototype to embedded C, hitting a 2kHz control rate on target hardware
\end{rtitemize}}

\rtsection{Projects}

\project{Latch}{Rust, WebAssembly, React}{2025}{%
\begin{rtitemize}
  \item Built a client-side, end-to-end encrypted note-taking app with zero server-side plaintext access
  \item 600+ GitHub stars; featured in a WebAssembly community newsletter roundup
\end{rtitemize}}

\project{routewise}{Python, OSRM, PostGIS}{2024}{%
\begin{rtitemize}
  \item Wrote a multi-stop route optimizer combining OSRM distance matrices with a custom simulated-annealing solver
\end{rtitemize}}

\rtsection{Leadership}

\leadership{ACM Student Chapter}{Vice President}{Ann Arbor, MI}{Sep 2023 -- May 2025}{%
\begin{rtitemize}
  \item Grew active membership from 60 to 210 by launching a weekly technical-speaker series
  \item Ran a 150-person hackathon end to end, securing \$8,000 in corporate sponsorship
\end{rtitemize}}

\rtsection{Awards \& Publications}

\award{Outstanding Undergraduate Research Award}{University of Michigan CSE Dept.}{Apr 2025}{Recognized for work on low-latency stream-processing schedulers.}

\publication{Adaptive Batching for Low-Latency Stream Processing}{J. Avery, R. Chen}{ACM SIGMOD}{Jun 2025}

\rtsection{Skills}

\skillgroup{Languages}{Go, Rust, Python, C, TypeScript}
\skillgroup{Frameworks \& Tools}{React, PostgreSQL, Docker, Kubernetes, gRPC}
\skillgroup{Other}{Distributed systems, embedded firmware, technical writing}

\end{document}
Preview
Ultimate Resume Framework preview
Ultimate Resume Framework LaTeX Template | Bibby | Bibby AI