summaryrefslogtreecommitdiffstats
path: root/src/sections
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-01-16 14:59:24 -0600
committerToby Vincent <tobyv13@gmail.com>2023-01-16 15:10:56 -0600
commitaca1fc1c4be8de4f65c96baa2c0707036618b43c (patch)
treed033710f7cc6e1dcdbb7fa5dbe7f3497be991a2d /src/sections
parent823370ee22bed896bb54bece45f80860d3e97e6a (diff)
refactor: restructure project
Diffstat (limited to 'src/sections')
-rw-r--r--src/sections/education.tex11
-rw-r--r--src/sections/experience.tex39
-rw-r--r--src/sections/preamble.tex21
-rw-r--r--src/sections/projects.tex51
-rw-r--r--src/sections/skills.tex14
5 files changed, 0 insertions, 136 deletions
diff --git a/src/sections/education.tex b/src/sections/education.tex
deleted file mode 100644
index e115c72..0000000
--- a/src/sections/education.tex
+++ /dev/null
@@ -1,11 +0,0 @@
-\section{Education}
-
-\cventry{2018--2022}{B.S., Computer Science}{Southern Illinois University}{Edwardsville, Illinois}{}
-{}
-
-% Figure out what to do with this
-\section{Achievements}
-
-\cvitem{2022}{Nomination for the IPAC Senior Design Project Showcase}
-\cvitem{2019--2022}{Consecutive Dean's List Honoree}
-
diff --git a/src/sections/experience.tex b/src/sections/experience.tex
deleted file mode 100644
index 3db5075..0000000
--- a/src/sections/experience.tex
+++ /dev/null
@@ -1,39 +0,0 @@
-\section{Work Experience}
-
-\cventry{2021--2022}{Graduate TA}{Southern Illinois University}{Edwardsville, Illinois}{}
-{
- \begin{itemize}
- \item Hired on as a TA due to recognition of my previous work
- \item Worked with the professor to develop projects designed to evaluate students
- \item Rigorously tested and evaluated students' projects
- \item Developed a flexible test harness to expedite project testing
- \item Held recitation sessions to help students understand and design projects
- \end{itemize}
-}
-
-\cventry{2013--2014\linebreak 2016}{IT Technician}{Craig Industries, Inc.}{Quincy, Illinois}{}
-{
- \begin{itemize}
- \item Worked with the IT Director to solve crises involving production systems
- \item Deployed and operated server and network infrastructure
- \item Identified and streamlined operational inefficiencies
- \end{itemize}
-}
-
-\cventry{2015--2016}{Customer Consultant}{Eagle Technologies Inc.}{Quincy, Illinois}{}
-{
- \begin{itemize}
- \item Assessed customer's needs to provide best fit solutions
- \item Triage hardware and software issues
- \item Sourced and managed retail product inventory
- \end{itemize}
-}
-
-\cventry{2015--2015}{Geek Squad}{Best Buy Co. Inc.}{Quincy, Illinois}{}
-{
- \begin{itemize}
- \item Repaired both hardware and software issues on a wide range of devices
- \item Coached clients in 1-on-1 sessions
- \item Assessed customer's needs to provide best fit solutions
- \end{itemize}
-}
diff --git a/src/sections/preamble.tex b/src/sections/preamble.tex
deleted file mode 100644
index 1cfa092..0000000
--- a/src/sections/preamble.tex
+++ /dev/null
@@ -1,21 +0,0 @@
-\documentclass[10pt,a4paper,sans]{moderncv}
-
-\moderncvtheme[blue]{classic}
-
-\usepackage[utf8]{inputenc}
-
-\usepackage[top=0.9cm, bottom=0.6cm, left=2cm, right=2cm]{geometry}
-\usepackage{lipsum}
-
-\setlength{\hintscolumnwidth}{2.8cm}
-\newcommand*{\sourcehutsocialsymbol}{{\faIcon[regular]{circle}}~}
-
-\title{Curriculum Vitae}
-
-\name{Toby}{Vincent}
-\address{111 Whitsell Way}{62040, Granite City, Illinois}
-\email{tobyv13@gmail.com}
-\mobile{217.617.3424}
-\social[linkedin]{tobyvin}
-\social[github]{tobyvin}
-\social[sourcehut][sr.ht/~tobyvin]{tobyvin}
diff --git a/src/sections/projects.tex b/src/sections/projects.tex
deleted file mode 100644
index d321ec6..0000000
--- a/src/sections/projects.tex
+++ /dev/null
@@ -1,51 +0,0 @@
-\section{Projects}
-
-\cventry{2021--Present}{\httplink[Zone]{sr.ht/~tobyvin/zone/}}{Lightweight container management system}{}{}
-{
- \begin{itemize}
- \item Management API via HTTP server
- \item Interactive terminal sessions into containers via WebSocket
- \item Written in Rust
- \end{itemize}
- Source: \url{https://sr.ht/~tobyvin/zone}
-}
-
-\cventry{2020--2021}{\httplink[SocketNews]{sr.ht/~tobyvin/socketnews/}}{Client-Server News Network}{}{}
-{
- \begin{itemize}
- \item Decentralized mesh network of multithreaded servers
- \item Fully implements the \httplink[RFC 3977]{datatracker.ietf.org/doc/html/rfc3977} specification
- \item Written in Python
- \end{itemize}
- Source: \url{https://sr.ht/~tobyvin/socketnews}
-}
-
-\cventry{2017--Present}{Home Lab}{}{}{}
-{
- \begin{itemize}
- \item Containerized services using Docker and Docker Compose.
- \item Run in a multi-node Docker Swarm, ensuring high availability
- \item System features:
- \begin{itemize}
- \item WireGuard VPN
- \begin{itemize}
- \item Secure remote access
- \item Site-to-site proxy
- \item Split-horizon DNS
- \end{itemize}
- \item PiHole DNS filter
- \begin{itemize}
- \item unbound recursive DNS server
- \end{itemize}
- \item Traefik reverse proxy
- \begin{itemize}
- \item Enable and filters public/private traffic for all services
- \item Automated Certificates for HTTPS
- \end{itemize}
- \item NGINX web server
- \item Octoprint server
- \item Foundry VTT server
- \end{itemize}
- \end{itemize}
-}
-
diff --git a/src/sections/skills.tex b/src/sections/skills.tex
deleted file mode 100644
index 09720de..0000000
--- a/src/sections/skills.tex
+++ /dev/null
@@ -1,14 +0,0 @@
-\section{Skills}
-
-\subsection{Languages/Frameworks}
-
-\cvline{Proficient}{Rust, C\#, Python, Lua}
-\cvline{Experienced}{C, JavaScript, TypeScript, Node.js, \LaTeX}
-\cvline{Familiar}{C++, Java, R, HTML, CSS}
-
-\subsection{Tools/Platforms}
-
-\cvline{DevOps}{Git, CI/CD, Shell Script, Sh/Bash, Neovim}
-\cvline{Operating Systems}{GNU/Linux, GNU Core Utils, POSIX, ZFS, Windows}
-\cvline{Containerization}{Docker (Compose/Swarm), systemd-nspawn}
-\cvline{Databases}{MongoDB, SQLite, MySQL, MariaDB}