initial commit

This commit is contained in:
Barrett Ruth 2023-04-03 13:52:04 -04:00
commit 18ea578fe3
4 changed files with 1992 additions and 0 deletions

1909
enumitem.sty Normal file

File diff suppressed because it is too large Load diff

BIN
resume-prev.pdf Normal file

Binary file not shown.

BIN
resume.pdf Normal file

Binary file not shown.

83
resume.tex Normal file
View file

@ -0,0 +1,83 @@
\documentclass{resume}
\usepackage[top=1cm,left=2cm, right=2cm, bottom=1cm]{geometry}
\usepackage{enumitem}
\setlength{\parindent}{0pt}
\name{Barrett Ruth}
\address{(+1) 512-550-1381 $\vert$ br@barrettruth.com $\vert$ github.com/barrett-ruth}
\begin{document}
\vspace{-8pt}
\begin{rSection}{Education}
{\bf University of Virginia} \em{Charlottesville, VA} \hfill \textnormal{August 2022 --- May 2026 (expected)}
\\ \em{Pursuing B.A. Computer Science, B.S. Commerce} \hfill \textnormal{GPA: 4.00}
\textnormal
{\vspace {-6pt}
\begin{itemize}[leftmargin=*]
\item[$\cdot$] Coursework: Data Structures \& Algorithms, Discrete Math, Software Development
\end{itemize}}
{\bf Liberal Arts and Science Academy} \em{Austin, TX} \hfill August 2018 --- May 2022
\\ \em{High School Diploma} \hfill \textnormal{GPA: 4.55}
\textnormal
{\vspace {-6pt}
\begin{itemize}[leftmargin=*]
\item[$\cdot$] Coursework: Computer Science, Calculus BC, Physics 1, Physics 2
\end{itemize}}
\end{rSection}
\vspace{-8pt}
\begin{rSection}{Experience}
\begin{rSubsection}{nth Venture Studio}{February 2023 --- Present}{Data \& AI}{}
\item Helped accelerate CERTD, an employee upskilling automation company
\item Designed and automated content creation processes, from databases to course creation
\item Used AWS, GCP, and ML Transformer technologies
\end{rSubsection}
\begin{rSubsection}{GoTransverse}{August 2020 --- February 2022}{Software Developer}{}
\item Engineered full-stack solutions to cloud-billing platforms at international scale
\item Worked part-time during school year over 16 consecutive months
\item Used ReactJS, Flask,and PostgresSQL technologies
\end{rSubsection}
\end{rSection}
\vspace{-8pt}
\begin{rSection}{Extracurriculars}
\begin{rSubsection}{TheCourseForum $\vert$ \textnormal{thecourseforum.com}}{August 2022 --- Present}{VP of Engineering}{}
\item Member of web development team providing online course selection to UVA students
\item Collaborated on full-stack solutions to architectural, logistical, and UI issues
\end{rSubsection}
\vspace{-8pt}
\begin{rSubsection}{Blossom Together}{January 2023 --- Present}{Volunteer}{}
\item Raise funds for student-led humanitarian program supporting African living standards
\end{rSubsection}
\end{rSection}
\vspace{-8pt}
\begin{rSection}{Honors and Rewards}
\bf{Trustees' Scholar Award} (2019 --- 2021): \textnormal{Ranked top 10\% in class}
\vspace{3pt}
\\ \bf{National Spanish Exam} (2016 --- 2019): \textnormal{Placed top 5\% for conversational proficiency}
\end{rSection}
\vspace{-8pt}
\begin{rSection}{Projects}
{\bf import-cost}
\\ Display bundle size of JavaScript imports inside of editor in real-time
{\bf live-server}
\\ Live reload HTML, CSS, and JavaScript projects inside of local development servers
\end{rSection}
\vspace{-8pt}
\begin{rSection}{Technical Skills}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
Languages \ & TypeScript, JavaScript, Python, Lua, Bash, Java \\
Frameworks \ & ReactJS, Flask \\
Tools & Docker, Kafka, Jekyll, Gradle \\
Databases & MySQL, PostgreSQL, SQLite \\
Version Control & Github
\end{tabular}
\end{rSection}
\end{document}