% 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 Resolved a four-year-old bug that affected thousands in a JSX web application within four days. \item Contributed to Tierceron, a \href{https://github.com/trimble-oss/tierceron/}{Go secrets manager}, reinforcing security, architecture, and maintainability. \item Worked with Bash and Azure to automate releases and workflows, utilizing DevOps for CI/CD. \item Collaborated with a Scrum team to prioritize tasks and optimize workflows. \end{itemize*} \item \headerrow {\textbf{Western Washington University}} {\textbf{Bellingham, WA}} \\ \headerrow {\emph{Computer Science Teaching Assistant}} {\emph{01/2024 -- 06/2024}} \begin{itemize*} \item Designed unit tests to assist with grading student work. \item Provided feedback and grades on assignments, projects, and quizzes. \item Wrote \LaTeX\ documents for homework assignments and answer sheets. \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 An implementation of TTT written in C\# focused on modularity and multi-platform support. \item Achieved abstraction of platform-specific implementation with unit testing. \item Implemented automated build, test, and release pipelines with GitHub Actions. \item Statistics website created using SvelteKit with a Bun and PostgreSQL backend. \end{itemize*} \item \headerrow{\textbf{Jailbreak}}{\href{https://github.com/edgegamers/Jailbreak}{https://github.com/edgegamers/Jailbreak}} \begin{itemize*} \item A Counter-Strike 2 plugin written in C\# to allow for the Jailbreak gamemode to be played. \item Integrated with a C++ based MetaMod plugin using the CounterStrike Sharp framework. \item Utilizes MySQL for player statistics management. \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\#, Java, JavaScript / TypeScript, SQL \item[DevOps Tools:] AWS, Docker, Git, CI/CD (GitHub, GitLab, Azure) \item[Development:] OOP, Functional \& Dynamic Programming, Unit \& Integration Testing \end{description*} \end{indentsection} \end{document}