summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-06-05 20:33:32 -0500
committerToby Vincent <tobyv13@gmail.com>2023-06-05 20:34:02 -0500
commitbe49b6340306e7de25544ad431e814ea1782e05c (patch)
tree2ee50802605835f366bbeb26842664a7d272cbf7
parente1846c73355eadb9f076de19685d07dcbb47da49 (diff)
fix: shorten to a single page and clean up skills
-rw-r--r--src/resume/experience.tex7
-rw-r--r--src/resume/projects.tex38
-rw-r--r--src/resume/skills.tex11
3 files changed, 17 insertions, 39 deletions
diff --git a/src/resume/experience.tex b/src/resume/experience.tex
index 3db5075..4163af8 100644
--- a/src/resume/experience.tex
+++ b/src/resume/experience.tex
@@ -3,10 +3,8 @@
\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 Developed and tested projects designed to evaluate students capability
+ \item Developed flexible test harnesses to expedite project testing
\item Held recitation sessions to help students understand and design projects
\end{itemize}
}
@@ -25,7 +23,6 @@
\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}
}
diff --git a/src/resume/projects.tex b/src/resume/projects.tex
index dfc4c0e..53f6f3b 100644
--- a/src/resume/projects.tex
+++ b/src/resume/projects.tex
@@ -1,34 +1,16 @@
\section{Projects}
-
-\cventry{2023}{\href{https://sr.ht/~tobyvin/projectr/}{projectr}}{A contextual, MRU sorted, project finder.}{}{}
-{
- Source code (Rust): \url{https://sr.ht/~tobyvin/projectr}
-}
-
-\cventry{2023}{\href{https://sr.ht/~tobyvin/sshr/}{sshr}}{A contextual, MRU sorted, ssh host indexer}{}{}
-{
- Source code (Rust): \url{https://sr.ht/~tobyvin/sshr}
-}
-
-\cventry{2022}{\href{https://sr.ht/~tobyvin/proxyr/}{proxyr}}{A simple auto-proxy server.}{}{}
-{
- Source code (Rust): \url{https://sr.ht/~tobyvin/proxyr}
+\NewDocumentCommand{\cvproject}{m m m O{\lowercase{\url{https://sr.ht/~tobyvin/#2}}}}{% \cvproject{<date>}{<name>}{<short>}[<long>]
+ \cventry{#1}{#2}{#3}{}{}{#4}%
}
-\cventry{2021}{\href{https://sr.ht/~tobyvin/zone/}{Zone}}{Lightweight container management system.}{}{}
-{
- Source code (Rust): \url{https://sr.ht/~tobyvin/zone}
-}
-
-\cventry{2020}{\href{https://sr.ht/~tobyvin/socketnews/}{SocketNews}}{Client-Server news network}{}{}
-{
- Source code (Python): \url{https://sr.ht/~tobyvin/socketnews}
-}
-
-\cventry{2017}{\href{https://sr.ht/~tobyvin/docker/}{Home Lab}}{Multi-node high availability swarm}{}{}
-{
- VPN and site-to-site proxy with split-horizon DNS, recursive DNS server with DNS filter, reverse
+\cvproject{2023}{projectr}{A contextual, MRU sorted, project finder.}
+\cvproject{2023}{sshr}{A contextual, MRU sorted, ssh host indexer.}
+\cvproject{2022}{proxyr}{A simple auto-proxy server.}
+\cvproject{2021}{Zone}{Lightweight container management system.}
+\cvproject{2020}{SocketNews}{Client-Server news network}
+\cvproject{2017}{Home Lab}{Multi-node high availability swarm}[
+ VPN with site-to-site proxy and split-horizon DNS, recursive DNS server with DNS filter, reverse
proxy with automated certificate generation, and various other services.
-}
+]
diff --git a/src/resume/skills.tex b/src/resume/skills.tex
index ddec043..fec1b5f 100644
--- a/src/resume/skills.tex
+++ b/src/resume/skills.tex
@@ -2,13 +2,12 @@
\subsection{Languages/Frameworks}
-\cvline{Proficient}{Rust, C\#, Python, Lua}
-\cvline{Experienced}{C, JavaScript, TypeScript, Node.js, \LaTeX}
-\cvline{Familiar}{Go, C++, Java, R, HTML, CSS}
+\cvline{Proficient}{Rust, C\#, Python, Lua, \LaTeX}
+\cvline{Experienced}{C, JavaScript, TypeScript, HTML, CSS}
+\cvline{Familiar}{Go, C++, Java, R}
\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{DevOps}{Git, CI/CD, Shell Script, Docker, Neovim}
+\cvline{Operating Systems}{GNU/Linux, GNU Core Utils, POSIX, systemd, Windows}
\cvline{Databases}{MongoDB, SQLite, MySQL, MariaDB}