%------------------------- % 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} \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}{1in} \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{\resumeSubheading}[4]{ \vspace{-1pt}\item \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} \textbf{#1} & #2 \\ \textit{\small#3} & \textit{\small #4} \\ \end{tabular*}\vspace{-5pt} } \newcommand{\resumeExperienceMultipleRolesSubheading}[6]{ \vspace{-1pt}\item \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} \textbf{#1} & #2 \\ \textit{\small#3} & \textit{\small #4} \\ \textit{\small#5} & \textit{\small #6} \\ \end{tabular*}\vspace{-5pt} } \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}} \\ {https://fivepixels.me/} & {dylan@fivepixels.me}\\ \end{tabular*} %-----------EDUCATION----------------- \section{Education} \resumeSubHeadingListStart \resumeSubheading {Missouri State University}{Springfield, MO} {Bachelor of Science in Computer Science}{Aug. 2020 -- Expected Graduation Dec. 2022} \resumeSubheading {University of Missouri}{Columbia, MO} {Bachelor of Science in Computer Science}{Aug. 2019 -- May 2020} \resumeSubheading {Ozarks Technical Community College}{Springfield, MO} {Bachelor of Science in Computer Science}{Aug. 2018 -- May 2019} \resumeSubHeadingListEnd %-----------EXPERIENCE----------------- \section{Experience} \resumeSubHeadingListStart \resumeExperienceMultipleRolesSubheading {O'Reilly Auto Parts}{Springfield, MO} {Junior Software Developer}{Aug. 2021 - Present} {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 backend involving REST endpoint development and managing a Spring Boot instance. Learned how to follow a release schedule and resolve bugs accordingly.} \resumeItem{PostgreSQL/IBM AS400} {Managing databases and performing data fixes to ensure discrepancies are resolved. Learned about previous implementation } \resumeItemListEnd \resumeSubheading {Aurora R V-III School District}{Aurora, MO} {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 \resumeExperienceMultipleRolesSubheading {Architectural Systems, Inc.}{Aurora, MO} {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 \resumeSubheading {Nike, Inc.}{Branson, MO} {Sales Associate}{Jan. 2019 - Aug. 2019} \resumeItemListStart \resumeItem{Customer Engagement} {Engaged with customers to suggest products and influenced customer brand involvement.} \resumeItem{Stocking} {Utilized the stockroom to organize and expedite products reaching consumers. Worked on footwear organization.} \resumeItem{Department Organization} {Helped maintain organization and clarity in footwear department, as well as provided ideas and suggestions on improvements and areas to grow in.} \resumeItemListEnd \resumeSubHeadingListEnd %-----------PROJECTS----------------- \section{Projects} \resumeSubHeadingListStart \resumeSubItem{Tribble} {Open source Discord bot used to validate payments sent to an individual using select peer-to-peer payment applications.} \resumeSubItem{DC Returns} {Learned and contributed to DC Returns project as part of the iSeries migration task.} \resumeSubHeadingListEnd % %--------PROGRAMMING SKILLS------------ \section{Programming Skills} \resumeSubHeadingListStart \item{ \textbf{Languages}{: Java, C, Python, Javascript, Objective-C, Swift, SQL} } \item{ \textbf{Technologies}{: Google Cloud, Node.js, Jenkins, Spring Boot, Atlassian Suite, UNIX-based operating systems} } \resumeSubHeadingListEnd %------------------------------------------- \end{document}