Proof - verify it yourself
Below is a fixed, illustrative before and after example: the source resume, the tailored version, their SHA-256 hashes, and the exact diff. Nothing about the employer, title, dates, or numbers changes in this example. Rundiff andshasum -a 256 and you'll get the same result.
original.tex
sha256: …
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\begin{document}
\begin{center}{\Large \textbf{Jane Doe}}\\ jane@example.com $\cdot$ San Francisco\end{center}
\section{Experience}
\textbf{Senior Engineer, Globex} \hfill 2021--Present
\begin{itemize}
\item Built data pipelines processing 10M events/day.
\item Led a team of four engineers.
\item Maintained internal reporting dashboards.
\end{itemize}
\section{Skills}
Go, Python, Kubernetes, PostgreSQL.
\section{Education}
B.S. Computer Science, State University, 2018.
\end{document}tailored.tex
sha256: …
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\begin{document}
\begin{center}{\Large \textbf{Jane Doe}}\\ jane@example.com $\cdot$ San Francisco\end{center}
\section{Experience}
\textbf{Senior Engineer, Globex} \hfill 2021--Present
\begin{itemize}
\item Designed event-driven data pipelines processing 10M events/day on Kubernetes.
\item Led a team of four engineers, owning reliability and on-call.
\item Maintained internal reporting dashboards.
\end{itemize}
\section{Skills}
Go, Python, Kubernetes, PostgreSQL.
\section{Education}
B.S. Computer Science, State University, 2018.
\end{document}\documentclass[11pt]{article}\usepackage[margin=1in]{geometry}\begin{document}\begin{center}{\Large \textbf{Jane Doe}}\\ jane@example.com $\cdot$ San Francisco\end{center}\section{Experience}\textbf{Senior Engineer, Globex} \hfill 2021--Present\begin{itemize}−\item Built data pipelines processing 10M events/day.−\item Led a team of four engineers.+\item Designed event-driven data pipelines processing 10M events/day on Kubernetes.+\item Led a team of four engineers, owning reliability and on-call.\item Maintained internal reporting dashboards.\end{itemize}\section{Skills}Go, Python, Kubernetes, PostgreSQL.\section{Education}B.S. Computer Science, State University, 2018.\end{document}
You see a diff for your own optimization. Free to start - 3 credits, no card.
Try it on my résumé