resume/resume.tex

106 lines
4.4 KiB
TeX
Executable file

\documentclass[letterpaper,10pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{enumitem}
\usepackage{multicol}
\usepackage{tasks}
\usepackage{xcolor}
\usepackage{hyperref}
\usepackage{tabularx}
\definecolor{linkcolor}{rgb}{0,0.2,0.6}
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolor}
\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}}
\renewcommand{\familydefault}{cmss}
\begin{document}
\pagestyle{empty}%non numbered pages
%title
\par{\centering
{\huge Gabe Venberg
}\bigskip\par}
\hrule
\section*{Contact Info}
\begin{tabular}{rl}
%\textsc{Address:} & 202 6 Ave N Appt 327 Fargo ND 58102\\
\textsc{Phone:} & (218) 517-0917\\
\textsc{Email:} & \href{mailto:gabevenberg@gmail.com}{gabevenberg@gmail.com}\\
\textsc{GitHub:} & \href{https://github.com/Gabe-Venberg}{github.com/Gabe-Venberg}\\
%\textsc{Website:} & \href{gabevenberg.com/work}{gabevenberg.com/work}\\
\end{tabular}
\section*{Education}
\begin{tabular}{R{2cm}|p{14cm}}
\textsl{Aug 2020} & Bachelors in Computer Science at NDSU, with minor in Mathematics\\
\textsl{est. May 2023} & \textsl{Subjects Studied}
\begin{itemize}[noitemsep]
\item Java
\item Algorithms and Data Structures
\item Linear Algebra
\end{itemize}\\
\multicolumn{2}{c}{}\\
%get rid of partial degree, say degree is in general studies.
\textsl{Aug 2016} & AA in Liberal Arts and Sciences from Alexandria Technical and Community College\\
\textsl{May 2020} & \textsc{gpa} 3.3\\
&\textsl{Subjects Studied}
\begin{itemize}[noitemsep]
\item Mathematics up to Calc I
\item Technical and Creative writing
\item Drafting and detailing
\item AutoCAD and AutoDesk Inventor
\end{itemize}
\end{tabular}
\section*{Work Experience}
\begin{tabular}{R{2cm}|p{14cm}}
\textsl{Sep 2020} & \textsc{NDSU Precision Agriculture Center}\\
\textsl{current} & \emph{Junior Developer}\\
& Developing methods of preprocessing LIDAR data with python for predicting crop yield using machine learning.\\
\multicolumn{2}{c}{}\\
\textsl{May 2019} & \textsc{Integrated Networking}\\
\textsl{Aug 2020} & \emph{Tier 1 and 2 Tech}\\
& Performed troubleshooting, repairs, and upgrades on customer computers, performed network setup, and estimated customer solutions.
Also participated in a variety of more complex 'one off' projects for clients with specific needs.\\
\multicolumn{2}{c}{}\\
\textsl{Sep 2018} & \textsc{Alexandria High School}\\
\textsl{Feb 2019} & \emph{Information Technology Specialist}\\
& Used Google Admin, Destiny, and a variety of other tools to maintain and upgrade the technology infrastructure of the organization\\
\multicolumn{2}{c}{}\\
\textsl{May 2018} & \textsc{Aura Fabricators}\\
\textsl{July 2018} & \emph{Drafting Intern}\\
&Used AutoCAD and Autodesk Advanced Steel to create shop and installation drawings of steel railings and bridge components.\\
\end{tabular}
\newpage
\section*{Technology Skills}
\begin{multicols}{2}
\begin{itemize}
\item Java
\item Python
\item Scientific data processing
\item Linux BASH scripting.
\item Linux/UNIX command line and GUI use
\item Linux/UNIX administration
\item Basic network administration
\item NGINX reverse proxies
\item SSH remote management
\item Proxmox VM management
\item Physical computer maintenance and repair
\item \LaTeX document writing.
%\item[\vspace{\fill}]
%\item Experience with ansible, pf sense, openwrt, and docker.
\end{itemize}
\end{multicols}
\section*{Other Experience}
\begin{tabular}{R{2cm}|p{14cm}}
\textsl{2018} & Student representative for Minnesota State College Association Technology Council\\
\textsl{2019} & Represent the student bodies of two year colleges in the Minnesota State Technology council in deciding on technology related policy and procedures.\\
\multicolumn{2}{c}{}\\
\textsl{2017} & LeadMN Platform Committee representative for west central region\\
\textsl{2019} & Represented ATCC, St.\ Cloud Tech, and Ridgewater Tech for LeadMN by serving on the committee in charge of LeadMN's platform document.\\
\multicolumn{2}{c}{}\\
\textsl{2013} & FIRST Robotics team 3293 member\\
\textsl{2016} & Participated in the design, assembly, maintenance, and operation of four competitive robots in a team environment.\\
\multicolumn{2}{c}{}\\
\textsl{2002} & Cross-Cultural Experience\\
\textsl{2012} &Growing up in an international setting (Chad, Africa) has served to provide me with a diverse life experience rich in cross-cultural exposure.\\
\end{tabular}
\end{document}