From 3d81ad1740d5937591c64b78ff7240add2317b87 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 30 May 2023 19:27:04 -0500 Subject: feat: add new projects and update contact info --- src/preamble.tex | 3 ++- src/resume/projects.tex | 36 +++++++++++++++++++++--------------- 2 files changed, 23 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/preamble.tex b/src/preamble.tex index 27eddc9..4427661 100644 --- a/src/preamble.tex +++ b/src/preamble.tex @@ -11,8 +11,9 @@ \title{Curriculum Vitae} \name{Toby}{Vincent} \address{111 Whitsell Way}{62040, Granite City, Illinois} -\email{tobyv13@gmail.com} +\email{tobyv@tobyvin.dev} \mobile{217.617.3424} +\homepage{tobyvin.dev} \social[linkedin]{tobyvin} \social[github]{tobyvin} \social[sourcehut][sr.ht/~tobyvin]{tobyvin} diff --git a/src/resume/projects.tex b/src/resume/projects.tex index d321ec6..4ea2295 100644 --- a/src/resume/projects.tex +++ b/src/resume/projects.tex @@ -1,26 +1,32 @@ \section{Projects} -\cventry{2021--Present}{\httplink[Zone]{sr.ht/~tobyvin/zone/}}{Lightweight container management system}{}{} + +\cventry{2023}{\httplink[projectr]{sr.ht/~tobyvin/projectr/}}{A contextual, MRU sorted, project finder.}{}{} { - \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} + Source (Rust): \url{https://sr.ht/~tobyvin/projectr} } -\cventry{2020--2021}{\httplink[SocketNews]{sr.ht/~tobyvin/socketnews/}}{Client-Server News Network}{}{} +\cventry{2023}{\httplink[sshr]{sr.ht/~tobyvin/sshr/}}{A contextual, MRU sorted, ssh host indexer}{}{} { - \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} + Source (Rust): \url{https://sr.ht/~tobyvin/sshr} +} + +\cventry{2022}{\httplink[proxyr]{sr.ht/~tobyvin/proxyr/}}{A simple auto-proxy server.}{}{} +{ + Source (Rust): \url{https://sr.ht/~tobyvin/proxyr} +} + +\cventry{2021}{\httplink[Zone]{sr.ht/~tobyvin/zone/}}{Lightweight container management system.}{}{} +{ + Source (Rust): \url{https://sr.ht/~tobyvin/zone} +} + +\cventry{2020}{\httplink[SocketNews]{sr.ht/~tobyvin/socketnews/}}{Client-Server News Network}{}{} +{ + Source (Python): \url{https://sr.ht/~tobyvin/socketnews} } -\cventry{2017--Present}{Home Lab}{}{}{} +\cventry{2017}{Home Lab}{}{}{} { \begin{itemize} \item Containerized services using Docker and Docker Compose. -- cgit v1.2.3-70-g09d2