I have been using Latex to write documents including my resume for few years now. In this post, I am going through a minimal template i found online years ago and it has been working great for me.

\documentclass[margin, 10pt]{res}
\usepackage{helvet}
\setlength{\textwidth}{5.1in}
\pagestyle{plain}
\usepackage{hyperref}

\begin{document}

\moveleft.5\hoffset\centerline{\large\bf Name}
\moveleft.5\hoffset\centerline{Email: EMAIL}
\moveleft.5\hoffset\centerline{Linkedin: {LINK}}
\moveleft.5\hoffset\centerline{Phone: }
\moveleft.5\hoffset\centerline{Address: }

\begin{resume}

    \section{ABOUT}

    \section{EDUCATION}
    \textbf{DEGREE}  \hfill \textbf{DATE}\\
    UNIVERSITY \\

    \section{EXPERIENCE}
    {\sl \textbf{POSITION}} \hfill \textbf{DATE} \\
    LOCATION
    \begin{itemize} \itemsep -2pt
        \item POINT ONE
    \end{itemize}

    \section{TECHNICAL \\ SKILLS}
    {\sl \textbf{SKILL1}}
    SKILL1 DETAILS \\

    \section{PERSONAL \\ SKILLS}
    excessive blogger

\end{resume}
\end{document}

res.cls can be downloaded from link