%------------------------- % 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*} %-----------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} {}{} {}{} {}{} %-----------EXPERIENCE----------------- \section{Experience} \resumeDetailTitle {O'Reilly Auto Parts}{Remote | Springfield, MO} \resumeDetailList {Software Developer II}{Dec. 2023 -- Present} {Software Developer I}{Jan. 2023 -- Dec. 2023} {Junior Software Developer}{Aug. 2021 -- Jan. 2023} {Software Developer Intern}{May 2021 -- Aug. 2021} \resumeItemListStart \resumeItem{Java} {Involved in developing a frontend JavaFX application to work on point-of-sale system for retail locations. Helped implement backends involving REST endpoint development and working with various Spring Boot applications. } \resumeItem{Software Lifecycle} {Applied software development knowledge to follow release cycles and provide hotfixes. } \resumeItem{Gradle} {Involved in updating outdated Gradle configurations to their latest versions. Designed and implemented software to facilitate accelerated upgrades. } \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{Stress Management} {Teach students and myself how to manage stress when learning new topics.} \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} {Mastered 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} {}{} {}{} {}{} %--------PROGRAMMING SKILLS------------ \section{Technical Skills} \resumeSubHeadingListStart \item{ \textbf{Languages}{: Java, C, Python, Javascript, Objective-C, Swift, SQL} } \item{ \textbf{Technologies}{: Google Cloud, Node.js, Jenkins, Artifactory, Spring Boot, Atlassian Suite, UNIX-based operating systems} } \resumeSubHeadingListEnd %------------------------------------------- \end{document}