\documentclass{article} \usepackage[letterpaper, portrait, margin=0.75in]{geometry} \usepackage{amsmath} \usepackage{amssymb} \usepackage{textcomp} \usepackage{hyperref} \usepackage{fontspec} \setmainfont{SourceSans3}[ Extension = .otf , Path = ./fonts/ , UprightFont = *-Regular, BoldFont = *-Bold, ItalicFont = *-It, BoldItalicFont = *-BoldIt ] \newfontfamily\sssb{SourceSans3}[ Extension = .otf , Path = ./fonts/ , UprightFont = *-Semibold ] \hypersetup{ colorlinks=true, urlcolor=black } \urlstyle{same} \pagestyle{empty} \raggedright % DEFINITIONS FOR RESUME %%%%%%%%%%%%%%%%%%%%%%% \newcommand{\lineunder} { \vspace*{-8pt} \\ \hspace*{-18pt} \hrulefill \\ } \newcommand{\header} [1] { {\hspace*{-18pt}\vspace*{6pt} \large\textsc{#1}} \vspace*{-6pt} \lineunder } \newcommand{\textsb} [1] { {\sssb{#1}} } % END RESUME DEFINITIONS %%%%%%%%%%%%%%%%%%%%%%% \begin{document} %==== Profile ====% \begin{center} {\Huge \textsc{Jacob Patterson}}\\ Columbus, OH $\cdot$ jacob.p.patterson@gmail.com $\cdot$ (614) 570-6494\\ https://jacobpa.com $\cdot$ https://github.com/jacobpa\\ \end{center} %==== Education ====% \header{Education} \textbf{The Ohio State University} {\textbar} \textit{Columbus, OH} \hfill Dec 2019\\ BS Computer and Information Science\\ \vspace{2mm} %==== Experience ====% \header{Experience} \vspace{1mm} \textbf{J.P. Morgan Chase} \hfill \textit{Columbus, OH} \\ \vspace{1mm} \textsb{Lead Software Developer} \hfill Jan 2021 -- Present \\ \vspace{-1mm} \begin{itemize} \itemsep -1mm \item Created a CLI utility in Go to distill a manual 10-step build process to a single command \item Redesigned in collaboration with partner teams a push/pull data ingest, reducing hundreds of web requests to two, and reducing data ingest time by 80\% \item Refactored content storage in accordance with our CMS' best practices, resulting in reduction of processing time by 75\% \item Led code reviews for a team of five developers \item Collaborated with business to digest requirements into completable tasks for developers \end{itemize} \textbf{L Brands} \hfill \textit{Columbus, OH} \\ \vspace{1mm} \textsb{Junior Software Developer} \hfill Jan 2020 -- Jan 2021 \\ \vspace{-1mm} \begin{itemize} \itemsep -1mm \item Integrated big data sources from MapR using Apache Hive with Adobe Analytics \item Administered and supported software suites hosted on-premesis, including SAS, HCL Unica, and Jupyter Notebook \item Authored behavior-driven UI and REST API test automation scripts utilizing Selenium webdriver and Ruby HTTP libraries \item Assisted in administration of Jenkins instance to execute and display results of test suites \item Extended test framework to send suite execution results to Elasticsearch \end{itemize} \textsb{Software Engineer in Test Intern} \hfill May 2019 -- Dec 2019\\ \vspace{-1mm} \begin{itemize} \itemsep -1mm \item Authored behavior-driven test suites for web and mobile utilizing Cucumber, Selenium, and Appium \item Refactored in-house automation framework to deduplicate and centrally store element selectors for use with Selenium \item Maintained observability and monitoring dashboards utilizing the ELK stack for both web and mobile automated test suites \end{itemize} \header{Projects} \vspace{1mm} {\textbf{FCICT}} {\textbar} {\sl Javascript, Svelte, Chart.js, SQLite, Docker} \hfill \url{https://fcict.jacobpa.com}\\ \vspace{1mm} Or \textit{Franklin County Inmate Population and COVID-19 Case Tracker}, a lightweight PWA to compare historical inmate population and total COVID-19 cases.\\ \vspace{-2mm} \begin{itemize} \itemsep -1mm \item Utilized Google Lighthouse to optimize page performance and accessibility \item Created Docker container for easy deployment and distribution \item Wrote custom library to scrape and parse data from relevant sources \item Wrote lightweight REST API using Polka to serve and scrape data \end{itemize} {\textbf{Speaq-AI}} {\textbar} {\sl Javascript, React, Kepler.gl, Python, Django, IBM Watson API} \hfill \url{https://github.com/speaq-ai/react-ui}\\ \vspace{1mm} University Capstone project, an interactive, personal-assistant based spatiotemporal analysis tool.\\ \vspace{-2mm} \begin{itemize} \itemsep -1mm \item With teammates, wrote Single Page Application wrapper around Kepler.gl using on React and Redux \item Wrote end-to-end frontend tests using Jest and Enzyme \item With teammates, wrote Django based RESTful API, serving as a middle layer between our frontend and IBM Watson \item Leveraged IBM Watson Assistant, Text-to-Speech, and Speech-to-Text for natural-language interactions \end{itemize} % {\textbf{Ladno Pass}} {\textbar} {\sl Javascript, Vue.js, Vuex, Docker} \hfill \url{https://lp.jacobpa.com} \\ % \vspace{1mm} % University information security course project, a Progressive Web Application to demonstrate inconsistencies with arbitrary password security requirements.\\ % \vspace{-2mm} % \begin{itemize} \itemsep -1mm % \item Utilized Vuex for application state management % \item Wrote custom styles using SCSS, leveraging modern CSS modules such as CSS Grid and Flexbox % \item Presented quick presentation and demo of Vue.js for unfamiliar groupmates % \end{itemize} % {\textbf{Bowl Buddy}} {\textbar} {\sl Java, Android, Ruby on Rails} \\ % \vspace{1mm} % University mobile application course, an Android application to rate and find the best bathrooms on OSU's campus.\\ % \vspace{-2mm} % \begin{itemize} \itemsep -1mm % \item Built backend with Ruby on Rails serving data from SQLite database using Active Record % \item Utilized Google Maps API to locate and plot bathroom locations % \item Scraped building location data using custom scripts % \end{itemize} \header{Skills} \vspace{1mm} \begin{tabular}{ l l } Programming Languages & Java, Ruby, Javascript, Python, Bash \\ Frameworks & Vue.js, Svelte, Ruby on Rails, Android \\ Devops & Elasticsearch/Kibana, Jenkins, TravisCI, Github Actions, Drone \\ Other & Git, Docker, Linux \end{tabular} \vspace{2mm} \end{document}