Files
Resume/Resume.tex
2025-09-25 18:15:51 +00:00

163 lines
5.3 KiB
TeX

% resume.tex
\documentclass[10pt,letterpaper]{article}
\usepackage[letterpaper,margin=0.75in,bmargin=0em,tmargin=4em]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{mdwlist}
\usepackage[T1]{fontenc}
\usepackage[dvipsnames]{xcolor}
\usepackage{hyperref}
\usepackage{libertine}
\usepackage{libertinust1math}
\usepackage[T1]{fontenc}
\usepackage{multicol}
\pagestyle{empty}
\setlength{\tabcolsep}{0em}
\newenvironment{indentsection}[1]%
{\begin{list}{}%
{\setlength{\leftmargin}{#1}}%
\item[]%
}
{\end{list}}
\newenvironment{unindentsection}[1]%
{\begin{list}{}%
{\setlength{\leftmargin}{-0.5#1}}%
\item[]%
}
{\end{list}}
\newcommand{\headerrow}[2]
{\begin{tabular*}{\linewidth}{l@{\extracolsep{\fill}}r}
#1 &
#2 \\
\end{tabular*}}
\definecolor{customUrlColor}{HTML}{0c0d4c}
\hypersetup{colorlinks=true, allcolors=customUrlColor}
\begin{document}
\begin{center}
{\LARGE \textbf{Isaac K. Boaz}}\\[1em]
Seattle, WA\ \ \textbullet
\ \ (208) 473-6497\ \ \textbullet
\ \ \href{mailto:isaac@kboaz.dev}{isaac@kboaz.dev} \\
\href{https://kboaz.dev}{https://kboaz.dev}\ \textbullet
\ \ \href{https://kboaz.dev/github}{https://kboaz.dev/github}
\end{center}
\hrule
\subsection*{Experience}
\begin{itemize}
\item
\headerrow
{\textbf{Trimble}}
{\textbf{Seattle, WA}}
\\
\headerrow
{\emph{Software Engineering Intern}}
{\emph{06/2024 -- 09/2024}}
\begin{itemize*}
\item Collaborated with a Scrum team to prioritize tasks and optimize workflows.
\item Worked with Bash and Azure to automate releases and workflows, utilizing DevOps principles for CI / CD.
\item Resolved a four-year-old bug that affected thousands of clients in a JSX-based web application within 4 days.
\item Contributed to the development of a \href{https://github.com/trimble-oss/tierceron/}{Go secrets manager}, reinforcing security, architecture, and maintainability.
\end{itemize*}
\item
\headerrow
{\textbf{Western Washington University}}
{\textbf{Bellingham, WA}}
\\
\headerrow
{\emph{Computer Science Teacher Assistant}}
{\emph{01/2024 -- 06/2024}}
\begin{itemize*}
\item Designed unit tests to assist with grading student work.
\item Wrote \LaTeX\ PDFs for homework assignments and answer sheets.
\item Provided feedback and grades on assignments, projects, and quizzes.
\item Worked with professors to ensure students completed assignments and understood course material.
\end{itemize*}
\end{itemize}
\hrule
\subsection*{Projects}
\begin{itemize}
\item
\headerrow
{\textbf{EdgeGamers Organization}}
{\href{https://edgegamers.com}{https://edgegamers.com}}
\\
\headerrow
{\emph{Software Engineer, Volunteer}}
{\emph{2022 -- Present}}
\begin{itemize*}
\item Developed and maintained projects including Java \& C\# server plugins.
\item Coordinated with a team of 26 to ensure tasks, goals, and issues were completed promptly.
\item Documented new policies, procedures, and systems for onboarding and training of new members.
\item Maintained servers with automated production / development
pipelines using Docker, GitLab, and GitHub.
\end{itemize*}
\item
\headerrow
{\textbf{Trouble in Terrorist Town}}
{\href{https://kboaz.dev/gh/TTT}{https://kboaz.dev/gh/TTT}}
\begin{itemize*}
\item Abstraction of platform-specific implementation with unit testing.
\item Achieved automated build, test, and release pipelines with GitHub Actions.
\item An implementation of TTT written in C\# focused on modularity and multi-platform support.
\end{itemize*}
\item
\headerrow{\textbf{Jailbreak}}{\href{https://github.com/edgegamers/Jailbreak}{https://github.com/edgegamers/Jailbreak}}
\begin{itemize*}
\item Utilizes MySQL for player statistics management.
\item Integrated with a C++ based MetaMod plugin using the CounterStrike Sharp framework.
\item A Counter-Strike 2 server plugin written in C\# to allow for the Jailbreak gamemode to be played.
\end{itemize*}
\end{itemize}
\hrule
\subsection*{Education}
\begin{itemize}
\item
\headerrow
{\textbf{Western Washington University}}
{\textbf{Bellingham, WA}}
\\
\headerrow
{\emph{College of Science and Engineering, B.S. Computer Science}}
{\emph{2022 -- 2024}}
\begin{itemize*}
\item Minor in Mathematics.
\item Graduated December 2024.
\end{itemize*}
\item
\headerrow
{\textbf{South Seattle College}}
{\textbf{Seattle, WA}}
\\
\headerrow
{\emph{College of Science and Engineering, A.S. Computer Science}}
{\emph{2021 - 2022}}
\end{itemize}
\hrule
\subsection*{Technical Skills}
\begin{indentsection}{\parindent}
\begin{description*}
\item[Languages:] C\#, Golang, Java, JavaScript / TypeScript, SQL
\item[DevOps Tools:] Linux (Bash, scripting, utilities), Docker, Git, CI/CD (GitHub, GitLab, Azure)
\item[Development:] OOP, Functional Programming, Dynamic Programming, Unit \& Integration Testing
\end{description*}
\end{indentsection}
\end{document}