103 lines
4.6 KiB
TeX
103 lines
4.6 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}
|
|
%=================%
|
|
Full-stack software developer with 3+ years of experience building enterprise applications using .NET, React, and cloud technologies. Specialized in developing scalable solutions with expertise in ERP systems, real-time applications, and enterprise architecture.
|
|
|
|
\section{Education}
|
|
%=================%
|
|
\subsection{Western Governors University \hfill 2021 - 2023}
|
|
\subsubsection{Bachelor of Science in Computer Science (65 Credits)}
|
|
\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 Architected wiki platform with automated content integration and version control
|
|
\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, Jest, React Testing Library, Cypress, 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 Go microservices and Vue.js with TypeScript
|
|
\item Implemented real-time collaborative editing using WebSocket and Monaco Editor
|
|
\item Designed RESTful API with JWT authentication and Git-based version control
|
|
\item Containerized with Docker and deployed using GitHub Actions CI/CD pipeline
|
|
\end{itemize}
|
|
|
|
\end{document}
|