|
\documentclass{article}
|
|
|
|
\usepackage{titlesec}
|
|
\usepackage{titling}
|
|
\usepackage{telprint}
|
|
\usepackage[margin=1in]{geometry}
|
|
|
|
\titleformat{\section}
|
|
{\huge\bfseries}
|
|
{}
|
|
{0em}
|
|
{}[\titlerule]
|
|
|
|
\titleformat{\subsection}
|
|
{\Large\bfseries}
|
|
{}
|
|
{0em}
|
|
{}
|
|
|
|
\titleformat{\subsubsection}[runin]
|
|
{\bfseries}
|
|
{}
|
|
{0em}
|
|
{}[---]
|
|
|
|
\titlespacing{\subsubsection}
|
|
{0em}{.25em}{1em}
|
|
|
|
\pagenumbering{gobble}
|
|
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
|
|
\renewcommand{\maketitle}{
|
|
\begin{center}
|
|
{\huge\bfseries
|
|
\theauthor}
|
|
|
|
\vspace{0.5em}
|
|
{\large
|
|
jaeschke@tuta.io --- \telprint{0474063813} --- https://tovijaeschke.xyz}
|
|
\end{center}
|
|
}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\title{R\'esum\'e}
|
|
\author{Tovi Jaeschke}
|
|
\maketitle
|
|
|
|
\section{Objective}
|
|
|
|
I am a young, determined individual who is eager to learn new skills and develop my existing skill-set. I have gained valuable transferable skills throughout previous employment and work experience placements which I am enthusiastic to implement into employment. I have matured my organisation and time management skills which have assisted the efficiency of tasks being completed. I have a keen eye for attention to detail and I have excellent problem solving skills. I am honest, punctual and reliable and would love the opportunity to prove such qualities. My long term objective is to get eventually start working in the Information Security field, but I would also like to work as a web developer or system administrator.
|
|
|
|
\section{Skills}
|
|
|
|
I have strong experience operating, maintaining, and administrating Linux, Windows, and MacOS systems. I am also adept at configuring web and database servers on both Linux and Windows systems. I have good knowledge of bash, so remote administration through ssh is no problem for me.
|
|
|
|
\subsection{Languages}
|
|
\subsubsection{Programming}
|
|
C, Go
|
|
\subsubsection{Scripting}
|
|
Python2/3, Bash, Javascript, PHP
|
|
\subsubsection{Markup}
|
|
{\LaTeX}, HTML, CSS, Markdown
|
|
|
|
\section{Job Experience}
|
|
|
|
\subsubsection{Wild Wood Oils}
|
|
Laborer (2018)
|
|
\subsubsection{Insul-vest Australia}
|
|
IT support and general hand (2012 - 2014)
|
|
\subsubsection{Australian Blow Molders}
|
|
IT support and general hand (2012 - 2015)
|
|
\subsubsection{Express Plastics}
|
|
IT support and general hand (2013 - 2015)
|
|
|
|
\section{Education}
|
|
\subsubsection{Blackwood High School}
|
|
2012 - 2013
|
|
\subsubsection{Australian Science and Mathematics School}
|
|
2014 - 2016
|
|
|
|
\end{document}
|
|
|