%------------------------- % Resume in Latex % Author : Sourabh Bajaj % Forked by : Dylan Bolger % License : MIT %------------------------ \documentclass[letterpaper,11pt]{article} \usepackage{latexsym} \usepackage[empty]{fullpage} \usepackage{titlesec} \usepackage{marvosym} \usepackage[usenames,dvipsnames]{color} \usepackage{verbatim} \usepackage{enumitem} \usepackage[pdftex]{hyperref} \usepackage{fancyhdr} \usepackage{etoolbox} \pagestyle{fancy} \fancyhf{} % clear all header and footer fields \fancyfoot{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} % Adjust margins \addtolength{\oddsidemargin}{-0.375in} \addtolength{\evensidemargin}{-0.375in} \addtolength{\textwidth}{0.96in} \addtolength{\topmargin}{-.5in} \addtolength{\textheight}{1.0in} \urlstyle{same} \raggedbottom \raggedright \setlength{\tabcolsep}{0in} % Sections formatting \titleformat{\section}{ \vspace{-4pt}\scshape\raggedright\large }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}] %------------------------- % Custom commands \newcommand{\resumeItem}[2]{ \item\small{ \textbf{#1}{: #2 \vspace{-2pt}} } } \newcommand{\resumeDetailTitle}[2] { \begin{itemize}[leftmargin=*] \vspace{1pt}\item \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} \textbf{#1} & #2 \\ \end{tabular*} \end{itemize} } \newcommand{\resumeDetailList}[8]{ \vspace{-6pt} \hspace{8pt} \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} \textit{\small#1} & \textit{\small#2} \\ \ifstrempty{#3}{}{\textit{\small#3} & \textit{\small#4} \\} \ifstrempty{#5}{}{\textit{\small#5} & \textit{\small#6} \\} \ifstrempty{#7}{}{\textit{\small#7} & \textit{\small#8} \\} \end{tabular*} } \newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}} \renewcommand{\labelitemii}{$\circ$} \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]} \newcommand{\resumeSubHeadingListEnd}{\end{itemize}} \newcommand{\resumeItemListStart}{\begin{itemize}} \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} %------------------------------------------- %%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} %----------HEADING----------------- \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r} \textbf{{\Large Dylan Bolger}} \\ \end{tabular*} %-----------EXPERIENCE----------------- \section{Experience} \resumeDetailTitle {O'Reilly Auto Parts}{Remote | Springfield, MO} \resumeDetailList {Software Engineer II}{Dec. 2025 -- Present} {Software Engineer I}{Jun. 2025 -- Dec. 2025} {Software Developer II}{Dec. 2023 -- Jun. 2025} {Software Developer I}{Jan. 2023 -- Dec. 2023} \resumeItemListStart \resumeItem{Gradle} {Organized efforts in updating outdated Gradle buildscripts to the latest syntax. Guided dependency management practices team-wide. Designed and implemented software to facilitate accelerated upgrades.} \resumeItem{Java} {Involved in developing a frontend JavaFX application to work on point-of-sale system for retail locations. Refactored existing backends utilizing REST endpoints and working with various Spring Framework applications. Led refactoring project to fix concurrency issues in existing software for higher reliability.} \resumeItem{Software Lifecycle, Code Review} {Applied software development knowledge to iterate software through monthly release sprints. Provided bug fixes in urgent scenarios. Gave insight to peers to maintain code quality.} \resumeItem{PostgreSQL, IBM AS/400, MySQL, SQL} {Developed software utilizing various different databases. Designed queries for performance and maintainability.} \resumeItem{Atlassian Suite} {Utilized Jira, Confluence, and BitBucket products to develop and release software.} \resumeItemListEnd \resumeDetailTitle {Aurora R V-III School District}{Aurora, MO} \resumeDetailList {Substitute Teacher}{Aug. 2020 - May 2021} {}{} {}{} {}{} \resumeItemListStart \resumeItem{Environment} {Built a positive learning environment for students to grow and interact with.} \resumeItem{Interaction} {Involve students in class and create an concept understanding in scale.} \resumeItem{Feedback} {Received feedback from students and staff on how to improve classroom productivity and retention.} \resumeItemListEnd \resumeDetailTitle {Architectural Systems, Inc.}{Aurora, MO} \resumeDetailList {General Laborer}{Mar. 2020 - Jun. 2020} {Saw Operator}{Jun. 2018 - Nov. 2018} {}{} {}{} \resumeItemListStart \resumeItem{Part Collection} {Gathered and accumulated individual parts to use build window frames with team members.} \resumeItem{Window Production} {Worked with team members to lay glass accurately in window frames, checked for any imperfections, and gasketed the glass to ensure a seal.} \resumeItem{Saw Operation} {Operated a miter saw to cut metal pieces to a desired length. Labeled, packaged, and help move product in and out of shop. Documented logs of production and any errors encountered.} \resumeItemListEnd \resumeDetailTitle {Nike, Inc.}{Branson, MO} \resumeDetailList {Sales Associate}{Jan. 2019 - Aug. 2019} {}{} {}{} {}{} %-----------EDUCATION----------------- \section{Education} \resumeDetailTitle {Missouri State University}{Springfield, MO} \resumeDetailList {Bachelor of Science in Computer Science}{Aug. 2020 -- Dec. 2022} {Minor in Mathematics}{} {}{} {}{} \resumeDetailTitle {University of Missouri}{Columbia, MO} \resumeDetailList {Bachelor of Science in Computer Science}{Aug. 2019 -- May 2020} {}{} {}{} {}{} \resumeDetailTitle {Ozarks Technical Community College}{Springfield, MO} \resumeDetailList {Bachelor of Science in Computer Science}{Aug. 2018 -- May 2019} {}{} {}{} {}{} %--------PROGRAMMING SKILLS------------ \section{Technical Skills} \resumeSubHeadingListStart \item{ \textbf{Languages}{: Java, Groovy, C, Python, Javascript, Objective-C, Swift, SQL} } \item{ \textbf{Technologies}{: Gradle, Spring Framework, Spring Boot, Jenkins, Artifactory, Atlassian Suite, UNIX-based operating systems, Node.js, FastAPI} } \resumeSubHeadingListEnd %------------------------------------------- \end{document}