added kata containers experience, fixed typos.
This commit is contained in:
parent
d39af5f1b7
commit
6ba2747f79
52
resume.tex
52
resume.tex
|
@ -1,7 +1,5 @@
|
||||||
\documentclass[letterpaper,10pt]{article}
|
\documentclass[letterpaper,10pt]{article}
|
||||||
\usepackage[margin=2cm]{geometry}
|
\usepackage[margin=2cm]{geometry}
|
||||||
\usepackage{enumitem}
|
|
||||||
\usepackage{multicol}
|
|
||||||
\usepackage{tasks}
|
\usepackage{tasks}
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
@ -18,8 +16,8 @@
|
||||||
|
|
||||||
% format two pieces of text, one left aligned and one right aligned
|
% format two pieces of text, one left aligned and one right aligned
|
||||||
\newcommand{\experience}[4]{
|
\newcommand{\experience}[4]{
|
||||||
\begin{tabularx}{\textwidth}{X R}
|
\begin{tabularx}{\textwidth}{L R}
|
||||||
\textbf{#1}\\
|
\multicolumn{2}{p{\textwidth}}{\textbf{#1}}\\
|
||||||
\textsc{#2} & #3 \\
|
\textsc{#2} & #3 \\
|
||||||
\hline
|
\hline
|
||||||
\multicolumn{2}{p{\textwidth}}{#4}
|
\multicolumn{2}{p{\textwidth}}{#4}
|
||||||
|
@ -29,10 +27,10 @@
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\pagestyle{empty}%non numbered pages
|
\pagestyle{empty}%non numbered pages
|
||||||
\section*{Gabe Venberg}
|
\section*{Gabe Venberg}
|
||||||
\begin{tabular}{rl}
|
\begin{tabular}{r l}
|
||||||
%\textsc{Address:} & 1007 7th ave N Fargo ND 58102\\
|
%\textsc{Address:} & 1005 7th Ave N Fargo ND 58102\\
|
||||||
\textsc{Phone:} & (218) 517-0917\\
|
\textsc{Phone:} & (218) 517-0917\\
|
||||||
\textsc{GitHub:} & \href{https://github.com/Gabe-Venberg}{github.com/Gabe-Venberg}\\
|
\textsc{GitHub:} & \href{https://github.com/gabevenberg}{github.com/gabevenberg}\\
|
||||||
\textsc{Email:} & \href{mailto:gabevenberg@gmail.com}{gabevenberg@gmail.com}\\
|
\textsc{Email:} & \href{mailto:gabevenberg@gmail.com}{gabevenberg@gmail.com}\\
|
||||||
\textsc{Personal Git server:} & \href{https://git.venberg.xyz/Gabe}{git.venberg.xyz/Gabe}\\
|
\textsc{Personal Git server:} & \href{https://git.venberg.xyz/Gabe}{git.venberg.xyz/Gabe}\\
|
||||||
%\textsc{Website:} & \href{gabevenberg.com}{gabevenberg.com}\\
|
%\textsc{Website:} & \href{gabevenberg.com}{gabevenberg.com}\\
|
||||||
|
@ -42,7 +40,13 @@
|
||||||
{Appareo Systems}
|
{Appareo Systems}
|
||||||
{Embedded Systems Intern}
|
{Embedded Systems Intern}
|
||||||
{Summer 2023}
|
{Summer 2023}
|
||||||
{Implemented and ran functional testing on embedded linux product, including designing test fixtures using Raspberry Pis to automate testing of electrical properties and RF connectivity}
|
{Implemented and ran functional testing on embedded Linux product, including designing test fixtures using Raspberry Pis to automate testing of electrical properties and RF connectivity}
|
||||||
|
|
||||||
|
\experience
|
||||||
|
{Kata Containers}
|
||||||
|
{Capstone Student}
|
||||||
|
{Spring Semester 2023}
|
||||||
|
{Implemented a Rust-based log parser for the Kata Containers project, including writing unit tests, using the GitHub workflow, and collaborating remotely across timezones.}
|
||||||
|
|
||||||
\experience
|
\experience
|
||||||
{Corvent Medical}
|
{Corvent Medical}
|
||||||
|
@ -60,7 +64,7 @@
|
||||||
{NDSU Precision Agriculture Center}
|
{NDSU Precision Agriculture Center}
|
||||||
{Junior Developer}
|
{Junior Developer}
|
||||||
{2020--2021}
|
{2020--2021}
|
||||||
{Implemented methods of preprocessing LIDAR data with python for predicting crop yield using machine learning}
|
{Implemented methods of preprocessing LIDAR data with python for predicting crop yield using machine learning.}
|
||||||
|
|
||||||
\experience
|
\experience
|
||||||
{Integrating Networking}
|
{Integrating Networking}
|
||||||
|
@ -71,41 +75,44 @@
|
||||||
|
|
||||||
\section*{Education}
|
\section*{Education}
|
||||||
\experience
|
\experience
|
||||||
{NDSU}
|
{NDSU---Fargo, North Dakota}
|
||||||
{BS in Computer Science}
|
{BS in Computer Science}
|
||||||
{Graduated 2023}
|
{Graduated 2023}
|
||||||
{}
|
{}
|
||||||
|
|
||||||
\experience
|
\experience
|
||||||
{Alexandria Community College}
|
{Alexandria Community College---Alexandria, Minnesota}
|
||||||
{General Ed Associates Degree}
|
{General Ed Associates Degree}
|
||||||
{Graduated 2020}
|
{Graduated 2020}
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
\begin{minipage}{\linewidth}
|
||||||
\section*{Technology Skills}
|
\section*{Technology Skills}
|
||||||
\begin{tasks}[style=itemize](3)
|
\begin{tasks}[style=itemize](3)
|
||||||
\task Java
|
|
||||||
\task Python
|
|
||||||
\task Rust
|
\task Rust
|
||||||
|
\task Python
|
||||||
|
\task Java
|
||||||
|
\task Bash
|
||||||
\task Git version control system.
|
\task Git version control system.
|
||||||
\task Web Scraping
|
\task Web Scraping
|
||||||
\task Linux Bash scripting.
|
|
||||||
\task Linux administration
|
\task Linux administration
|
||||||
\task Embedded Linux
|
\task Embedded Linux
|
||||||
\task Network administration
|
\task Network administration
|
||||||
\task NGINX and Apache webservers
|
\task NGINX and Apache web servers
|
||||||
\task SSH remote management
|
\task SSH remote management
|
||||||
\task Proxmox VM management
|
\task VM management
|
||||||
\task Computer repair
|
\task Computer repair
|
||||||
\task \LaTeX document markup language
|
\task \LaTeX document markup language
|
||||||
|
\task Googling
|
||||||
\end{tasks}
|
\end{tasks}
|
||||||
\section*{Other Experience}
|
\end{minipage}
|
||||||
|
|
||||||
|
\section*{Other Experience}
|
||||||
\experience
|
\experience
|
||||||
{Homelab}
|
{Homelab}
|
||||||
{Home Linux Lab}
|
{Home Linux Lab}
|
||||||
{2019--present}
|
{2019--present}
|
||||||
{Run a home network consisting of 2 physical servers and 6 Virtual machines doing a variety of tasks, such as a DNS, an NGINX reverse proxy, and several webservers serving static and dynamic content. Currently running: Nextcloud, GitTea, PiHole, Octoprint, and a static website.}
|
{Run a home network consisting of 2 physical servers and 6 Virtual machines doing a variety of tasks, such as a DNS, an NGINX reverse proxy, and several web servers serving static and dynamic content. Currently running: Nextcloud, GitTea, PiHole, Octoprint, and a static website.}
|
||||||
|
|
||||||
\experience
|
\experience
|
||||||
{Open Source Development}
|
{Open Source Development}
|
||||||
|
@ -122,7 +129,7 @@
|
||||||
\newpage
|
\newpage
|
||||||
\section*{keywords}
|
\section*{keywords}
|
||||||
{\small
|
{\small
|
||||||
If you, a human, are reading this, you dont have to. This is just a list of keywords that the automated filters always want, but are either just alternate wordings of things already on the resume, are in places of the resume that I have found parsers have trouble with, or are trivial (like office experience). All keywords \emph{are} applicable to me.
|
If you, a human, are reading this, you don't have to. This is just a list of keywords that the automated filters always want, but are either just alternate wordings of things already on the resume, are in places of the resume that I have found parsers have trouble with, or are trivial (like office experience). All keywords \emph{are} applicable to me.
|
||||||
\tiny
|
\tiny
|
||||||
\begin{tasks}[style=itemize](5)
|
\begin{tasks}[style=itemize](5)
|
||||||
\task Java
|
\task Java
|
||||||
|
@ -133,11 +140,12 @@
|
||||||
\task Linux BASH scripting.
|
\task Linux BASH scripting.
|
||||||
\task Linux / UNIX command line
|
\task Linux / UNIX command line
|
||||||
\task Linux / UNIX administration
|
\task Linux / UNIX administration
|
||||||
\task network administration
|
\task Network Administration
|
||||||
\task NGINX reverse proxies
|
\task NGINX reverse proxies
|
||||||
\task NGINX and Apache experience
|
\task NGINX and Apache experience
|
||||||
\task SSH remote management
|
\task SSH remote management
|
||||||
\task Proxmox VM management
|
\task Proxmox
|
||||||
|
\task Virtual Machine
|
||||||
\task Computer maintenance and repair
|
\task Computer maintenance and repair
|
||||||
\task LaTeX document markup language.
|
\task LaTeX document markup language.
|
||||||
\task Microsoft Word
|
\task Microsoft Word
|
||||||
|
@ -151,7 +159,7 @@
|
||||||
\task Software Testing
|
\task Software Testing
|
||||||
\task Backup
|
\task Backup
|
||||||
\task VPN
|
\task VPN
|
||||||
\task Phising
|
\task Phishing
|
||||||
\task Collaboration
|
\task Collaboration
|
||||||
\task Spreadsheet
|
\task Spreadsheet
|
||||||
\task git
|
\task git
|
||||||
|
|
Loading…
Reference in a new issue