104 lines
4.7 KiB
TeX
104 lines
4.7 KiB
TeX
%-------------------------
|
|
% Spencer Jones Resume
|
|
% Link: https://github.com/smjklake/sjones_resume
|
|
%
|
|
% This resume is based off of the template found at this location
|
|
% Link: https://github.com/subidit/rover-resume
|
|
%------------------------
|
|
|
|
\documentclass[11pt]{article} % fontsize
|
|
|
|
\usepackage[margin=0.7in, a4paper]{geometry}
|
|
\setcounter{secnumdepth}{0} % remove section numbering
|
|
\usepackage{titlesec}
|
|
\titlespacing{\section}{0pt}{1em}{1em} % reduced space before and after section
|
|
\titlespacing{\subsection}{0pt}{1em}{0pt} % reduced space before subsection
|
|
\titlespacing{\subsubsection}{0pt}{0pt}{0pt} % no extra spacing
|
|
\titleformat{\section}{\large\bfseries\uppercase}{}{}{}[\titlerule]
|
|
\titleformat*{\subsubsection}{\large\itshape}
|
|
\usepackage{enumitem}
|
|
\setlist[itemize]{noitemsep,topsep=0pt,partopsep=0pt,left=0pt .. \parindent}
|
|
\pagestyle{empty} % remove page number
|
|
% \pdfgentounicode=1
|
|
|
|
\begin{document}
|
|
|
|
\begin{center}
|
|
\begin{minipage}{0.55\textwidth}
|
|
{\Huge\bfseries SPENCER JONES}
|
|
\end{minipage}
|
|
\begin{minipage}{0.4\textwidth}
|
|
\raggedleft
|
|
Email: sjones@smrising.com \\
|
|
Mobile: (623) 692-6238 \\
|
|
Website: smrising.com \\
|
|
\end{minipage} \hfill
|
|
\end{center}
|
|
|
|
\section{Professional Summary}
|
|
%=================%
|
|
\noindent Data-focused software engineer with 5+ years building enterprise data systems, ETL pipelines, and high-availability platforms. Specialized in multi-language development (Python, TypeScript, C\#), database optimization, and automated data workflows.
|
|
|
|
\section{Education}
|
|
%=================%
|
|
\subsection{Western Governors University \hfill 2021 - 2023}
|
|
\subsubsection{Computer Science Studies (107/120 Credits Completed)}
|
|
\subsection{Air University, Community College of the Air Force \hfill 2018}
|
|
\subsubsection{Associate in Applied Science}
|
|
\vspace{0.7em}
|
|
\section{Experience}
|
|
%================
|
|
|
|
\subsection*{SmarterTools Inc. \hfill Phoenix, AZ}
|
|
\subsubsection{Software Developer \hfill Apr 2025 - Present}
|
|
\begin{itemize}
|
|
\item Delivered SmarterMail High Availability functionality for enterprise email platforms
|
|
\item Built custom logging backend replacing Serilog to resolve performance bottlenecks blocking release
|
|
\item Developed Python tools for NTLM/LDAP authentication and comprehensive load testing of systems
|
|
\item Created TCP protocol proxies for LDAP, IMAP, SMTP, and XMPP with distributed authentication
|
|
\item Maintain personal homelab with MySQL and Grafana for data aggregation and visualization projects
|
|
\end{itemize}
|
|
|
|
\subsection*{Aspen Systems, Inc. \hfill Scottsdale, AZ}
|
|
\subsubsection{Software Developer \hfill May 2022 - Mar 2025}
|
|
\begin{itemize}
|
|
\item Engineered ETL pipelines and data transformations for enterprise ERP systems (99\% of work)
|
|
\item Optimized legacy database performance with T-SQL execution plan and stored procedure analysis
|
|
\item Built data-driven applications with TypeScript/React frontends and Python scripts for testing
|
|
\item Developed business intelligence dashboards with real-time synchronization across multiple systems
|
|
\end{itemize}
|
|
|
|
\subsection{National Indoor RV Centers \hfill Surprise, AZ}
|
|
\subsubsection{Software Engineer \hfill Sept 2021 - Apr 2022}
|
|
\begin{itemize}
|
|
\item Architected cloud ERP/CRM systems using Azure, .NET, and Couchbase for contract storage
|
|
\item Built data integration pipelines connecting ERP systems with RV dealership operational workflows
|
|
\item Developed mobile apps with real-time synchronization via ASP.NET APIs
|
|
\end{itemize}
|
|
|
|
\subsubsection{Systems Administrator/Software Developer \hfill Apr 2020 - Sept 2021}
|
|
\begin{itemize}
|
|
\item Built comprehensive business intelligence platform using InfluxDB, Telegraf, Grafana, and T-SQL
|
|
\item Created market intelligence system gathering and transforming competitor data for strategic analysis
|
|
\item Automated data extraction and reporting workflows with scripts for comprehensive dealership metrics
|
|
\item Developed custom data transformation pipelines for operational performance tracking
|
|
\end{itemize}
|
|
|
|
\section{Technical Skills \& Certifications}
|
|
%===============================%
|
|
|
|
\begin{description}[itemsep=0pt]
|
|
\item[Languages] Python, TypeScript, C\#, Go, SQL
|
|
\item[Databases] PostgreSQL, MySQL, SQL Server, Couchbase, InfluxDB, Redis
|
|
\item[Frameworks] .NET Core, React, ASP.NET, Entity Framework, React Native, SignalR
|
|
\item[Real-time] WebSockets, gRPC, SignalR, Real-time Data Streaming
|
|
\item[DevOps] Docker, CI/CD, GitHub Actions, Azure DevOps, Git
|
|
\item[Analytics] Grafana, ETL Pipelines, Business Intelligence, Visualization, Performance Optimization
|
|
\item[Testing] Python testing frameworks, Load Testing, virtualenv, TDD Methodology
|
|
\item[Certifications] CompTIA Project+, ITIL v4 (Active)
|
|
\end{description>
|
|
|
|
|
|
|
|
\end{document}
|