%------------------------- % 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 Full-stack software developer with nearly 4 years of experience building enterprise solutions in the food industry and RV sectors. Specialized in developing scalable .NET/React applications, optimizing database performance, and implementing DevOps practices. Track record of architecting systems that improve operational efficiency. \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*{Aspen Systems, Inc. \hfill Scottsdale, AZ} \subsubsection{Software Developer \hfill May 2022 - Present} \begin{itemize} \item Developed enterprise ERP features in C\#, TypeScript, and React for food industry solutions \item Built WPF/XAML applications using SOLID principles and MVVM architectural patterns \item Optimized inventory system performance through T-SQL query and stored procedure refinement \item Established enterprise wiki system by migrating legacy documentation and capturing tribal knowledge \item Built responsive web interfaces using ASP.NET Core, React, and TypeScript with CI/CD \end{itemize} \subsection{National Indoor RV Centers \hfill Surprise, AZ} \subsubsection{Software Engineer \hfill Sept 2021 - Apr 2022} \begin{itemize} \item Architected cloud-based ERP/CRM systems using Azure and .NET for enterprise-scale deployment \item Established incident response protocols and automated monitoring for production environments \item Developed enterprise UWP/Xamarin applications integrated with ASP.NET RESTful services \item Improved database performance through SQL Server query optimization and stored procedures \end{itemize} \subsubsection{Systems Administrator/Software Developer \hfill Apr 2020 - Sept 2021} \begin{itemize} \item Implemented business intelligence dashboards using InfluxDB, Telegraf, Grafana, and T-SQL \item Automated Active Directory management and maintenance through PowerShell scripting \item Integrated Microsoft Teams with enterprise VOIP systems for unified communications \item Established multi-tiered technical support infrastructure using Freshdesk platform \end{itemize} \section{Technical Skills \& Certifications} %===============================% \begin{description}[itemsep=0pt] \item[Core Stack] .NET Core, C\#, React, TypeScript, Azure, SQL Server, Docker \item[Backend] ASP.NET Web API, Entity Framework Core, Go, REST APIs, OData, Redis \item[Frontend] React Native, Vue.js, Vite, Tailwind CSS, Material UI, WPF/XAML \item[DevOps] CI/CD Pipelines, GitHub Actions, Azure DevOps, Docker Compose, Git \item[Database] T-SQL, Entity Framework Core, Couchbase, Redis, Database Design \item[Testing] xUnit, Moq, Jest, React Testing Library, TDD Methodology \item[Certifications] CompTIA Project+, ITIL v4 (Active) | Security+, Network+ (Previous) \end{description} \section{Projects} %================= \subsection{Knowledge Base Platform $|$ \normalfont\textit{github.com/smjklake/glancr}} \begin{itemize} \item Architected full-stack application using a Go API and Vue.js with TypeScript on Vite \item Implemented editor-in-place markdown rendering with Markdown-It and Monaco Editor \end{itemize} \end{document}