This is a template to write this resume in Latex. The section directory has different \begin{enumerate} & \begin{itemize} list files.
% template.pub.tex
\documentclass[11pt]{amsart}
%% Letter size paper with margins
\usepackage[letterpaper, margin=0.5in]{geometry}
\usepackage[T1]{fontenc}
\usepackage{enumerate}
\usepackage{hyperref}
\date{\today}
\title{\Author, \Job}
\author{
\lowercase{\href{https://\PersonalSite}{\PersonalSite}}
| \lowercase{\href{https://www.\Linkedin}{\Linkedin}}
| \lowercase{\href{https://\Github}{\Github}}
}
\address{
\lowercase{\href{https://\PersonalSite}{\PersonalSite}}
| \lowercase{\href{https://www.\Linkedin}{\Linkedin}}
| \lowercase{\href{https://\Github}{\Github}}
}
%% main.pub.tex
\input{template.pub}
% template.tex has a formatted title with parameters:
\newcommand{\Author}{Michael Willy}
\newcommand{\Job}{Data Engineer}
\newcommand{\PersonalSite}{michaelwilly.com}
\newcommand{\Linkedin}{linkedin.com/in/michaelwilly/}
\newcommand{\Github}{github.com/chriswilly}
\begin{document}
\newcommand{\ResearchChemicalCompany}{Research Chemical Company}
\newcommand{\SemiconductorManufacturingCompany}{Semiconductor Manufacturing Company}
\maketitle
\input{./section/intro}
\section*{Tools}\label{sec:skills}
\begin{center}
\input{./section/skills}
\end{center}
\section*{Experience}\label{sec:jobs}
\input{./section/experience_public}
\section*{Work Projects}\label{sec:projects}
\input{./section/projects}
\section*{Education}\label{sec:school}
\input{./section/education}
\end{document}
%% section/intro.tex
\begin{itemize}\itemsep0.2em
\item Develops models with Python \& SQL
\item Automates models on high-dimensional data
\item Experience developing xyz data platforms
\end{itemize}