%------------------------- % 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{-2pt} \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 | Software Engineer}} \\ \textbf{{\small https://dbolger.dev}} \\ \end{tabular*} %-----------EXPERIENCE----------------- \section{Professional Summary} Highly-motivated Sofware Engineer with 5 years of expertise in full-stack development, specializing in Java, Spring, and PostgreSQL. Proven ability to lead projects, optimize build processes, and delivery high quality, highly reliable software solutions in fast-paced corporate environments. \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} \resumeDetailList {Junior Software Developer}{Aug. 2021 -- Jan. 2023} {Software Developer Intern}{May 2021 -- Aug. 2021} {}{} {}{} \resumeItemListStart \resumeItem{Gradle} {Led the migration of outdated Gradle buildscripts to the latest syntax, standardizing build logic and practices and reducing buildscipt size by more than 80\% across over 40 code repositories} \resumeItem{Java} {Spearheaded the refactoring of core business logic to resolve critical concurrency issues, enhancing system reliability and improving user experience through performance enhancements. Engineered robust, thorough solutions to complex problems for stakeholders.} \resumeItem{Software Lifecycle, Code Review} {Instituted best practices through rigorous code reviews and Root Cause Analysis, to uphold a high code quality standard and accelerating the software iteration cycle. Facilitated five to 10 code fixes and one to two data fixes per year. } \resumeItem{PostgreSQL, 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. Documented existing applications and designed technical documents for proposing changes to existing software.} \resumeItemListEnd \resumeDetailTitle {Aurora R V-III School District}{Aurora, MO} \resumeDetailList {Substitute Teacher}{Aug. 2020 - May 2021} {}{} {}{} {}{} \resumeItemListStart \resumeItem{Classroom Management, Communication and Feedback} {Developed a pragmatic, productive classroom environment for 15-20 students, fostering a positive learning experience.} \resumeItemListEnd \resumeDetailTitle {Architectural Systems, Inc.}{Aurora, MO} \resumeDetailList {General Laborer}{Mar. 2020 - Jun. 2020} {Saw Operator}{Jun. 2018 - Nov. 2018} {}{} {}{} \resumeItemListStart \resumeItem{Process Execution, Quality Control, Attention to Detail} {Executed precise assembly and quality control processes on window frames, ensuring perfect seals and adherence to strict industrial specifications.} \resumeItemListEnd %-----------EDUCATION----------------- \section{Education} \resumeDetailTitle {Missouri State University}{Springfield, MO} \resumeDetailList {Bachelor of Science in Computer Science; Minor in Mathematics}{Aug. 2018 -- Dec. 2022} {}{} {}{} {}{} %--------PROGRAMMING SKILLS------------ \section{Technical Skills} \resumeSubHeadingListStart \item{ \textbf{Languages}{: Java, Groovy, C, Python, Javascript, Objective-C, Swift, SQL, Bash} } \item{ \textbf{Frameworks}{: Spring Framework, Spring Boot, JAX-RS/CXF, Flask, FastAPI } } \item{ \textbf{DevOps/Tools}{: Git, Gradle, Linux, Docker, Vim, Jenkins, Artifactory } } \item{ \textbf{Databases}{: PostgreSQL, MySQL, SQLite, SQL } } \resumeSubHeadingListEnd %------------------------------------------- \end{document}