summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-07-28 14:11:14 -0500
committerToby Vincent <tobyv13@gmail.com>2022-07-28 14:11:14 -0500
commitbb29ee362eff7a0e550d7cd531f1464054b39f78 (patch)
tree1ce6d780425fe69cce358e2c0ef7c95e8a6a64fb
parent4a692df48574f9551cd70108f3dcd448c292ee4c (diff)
feat: minor adjustments and cleanup
-rw-r--r--src/sections/experience.tex48
-rw-r--r--src/sections/projects.tex10
-rw-r--r--src/sections/skills.tex6
3 files changed, 32 insertions, 32 deletions
diff --git a/src/sections/experience.tex b/src/sections/experience.tex
index aeca1c7..7e6e418 100644
--- a/src/sections/experience.tex
+++ b/src/sections/experience.tex
@@ -2,44 +2,44 @@
\cventry{2021--2022}{Graduate TA}{Southern Illinois University}{Edwardsville, Illinois}{}
{
- \begin{itemize}
- \item Hired on as a TA due to recognition of my previous semesters work
- \item Rigorously tested and evaluated students' projects
- \item Developed a flexible testing harness using shell scripts and Linux tooling
- \item Worked with the professor to develop projects designed to evaluate students
- \end{itemize}
+ \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{2016--2016}{IT Technician}{Craig Industries, Inc.}{Quincy, Illinois}{}
{
- \emph{Returned to previous position}
+ \emph{Returned to previous position}
}
\cventry{2015--2016}{Customer Consultant}{Eagle Technologies Inc.}{Quincy, Illinois}{}
{
- \begin{itemize}
- \item Worked with customers to find both hardware and software solutions to best fit their needs
- \item Assessed hardware and software issues to determine the best course of action
- \item Managed product inventory and stock of the store's front end
- \end{itemize}
+ \begin{itemize}
+ \item Worked with customers to find both hardware and software solutions to best fit their needs
+ \item Assessed hardware and software issues to determine the best course of action
+ \item Managed product inventory and stock of the store's front end
+ \end{itemize}
}
\cventry{2015--2015}{Geek Squad}{Best Buy Co. Inc.}{Quincy, Illinois}{}
{
- \begin{itemize}
- \item Repaired both hardware and software issues of a wide range of devices
- \item Coached clients in 1-on-1 sessions
- \item Assessed hardware and software needs of customers to provide them with best fit solutions
- \end{itemize}
+ \begin{itemize}
+ \item Repaired both hardware and software issues of a wide range of devices
+ \item Coached clients in 1-on-1 sessions
+ \item Assessed hardware and software needs of customers to provide them with best fit solutions
+ \end{itemize}
}
+% TODO feat: add tech stack and servers/server system
\cventry{2013--2014}{IT Technician}{Craig Industries, Inc.}{Quincy, Illinois}{}
{
- \begin{itemize}
- \item Worked with the IT Director to quickly solve a wide range of problems in production
- \item Handled deployment of various server and network infrastructure
- \item Identified and developed solutions for areas of inefficiency
- % TODO feat: add tech stack and servers/server system
- \end{itemize}
+ \begin{itemize}
+ \item Worked with the IT Director to quickly solve a wide range of problems in production
+ \item Handled deployment of various server and network infrastructure
+ \item Identified and developed solutions for areas of inefficiency
+ \end{itemize}
}
-
diff --git a/src/sections/projects.tex b/src/sections/projects.tex
index bffe64a..93406da 100644
--- a/src/sections/projects.tex
+++ b/src/sections/projects.tex
@@ -12,8 +12,8 @@
\cventry{2020--2021}{SocketNews}{Client-Server News Network}{}{}
{
\begin{itemize}
- \item Multithreaded NNTP Client-Server implementation
\item Written in Python
+ \item Decentralized mesh network of multithreaded servers
\item Fully implements the \httplink[RFC 3977]{datatracker.ietf.org/doc/html/rfc3977} specification
\end{itemize}
}
@@ -22,11 +22,11 @@
{
\begin{itemize}
\item Containerized services run inside multi-node Docker Swarm, providing high availability
- \item Allows for secure access for remote development or remote DNS filtering
- \item Includes services such as:
+ \item Allows for secure access for remote development and DNS filtering
+ \item A few of the services include:
\begin{itemize}
- \item WireGuard VPN
- \item PiHole DNS server
+ \item WireGuard VPN (Including site-to-site proxy with a remote LAN)
+ \item PiHole/unbound recursive DNS server
\item Traefik reverse proxy
\item NGINX web server
\item Octoprint server
diff --git a/src/sections/skills.tex b/src/sections/skills.tex
index e798656..a67eb40 100644
--- a/src/sections/skills.tex
+++ b/src/sections/skills.tex
@@ -8,7 +8,7 @@
\subsection{Tools/Platforms}
-\cvline{Operating Systems}{GNU/Linux, GNU Core Utils, ZFS, Windows}
-\cvline{DevOps}{CI/CD, shell script, Bash, Sh (POSIX), Neovim}
+\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}{MySQL, SQLite, MariaDB, MongoDB}
+\cvline{Databases}{MariaDB, MongoDB, SQLite, MySQL}