98 lines
4.4 KiB
TeX
98 lines
4.4 KiB
TeX
%% start of file 'template.tex'.
|
|
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
|
|
%
|
|
% This work may be distributed and/or modified under the
|
|
% conditions of the LaTeX Project Public License version 1.3c,
|
|
% available at http://www.latex-project.org/lppl/.
|
|
|
|
|
|
\documentclass{moderncv}
|
|
\usepackage{textcomp}
|
|
% moderncv themes
|
|
\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
|
|
\moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
|
|
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
|
|
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
|
|
|
|
% character encoding
|
|
\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
|
|
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
|
|
|
|
% adjust the page margins
|
|
\usepackage[scale=0.75]{geometry}
|
|
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
|
|
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
|
|
% Profile
|
|
\name{Robert Sherman}{}
|
|
\address{Freehold, NJ}
|
|
\phone[mobile]{7325352611}
|
|
\email{robert@sherman.one}
|
|
\homepage{www.linkedin.com/in/robert-sherman-58708b1b4}
|
|
\begin{document}
|
|
\makecvtitle
|
|
|
|
|
|
\section{Experience}
|
|
\cventry
|
|
{September 2025 - April 2026}
|
|
{Software Engineer}
|
|
{Disney}
|
|
{}{}
|
|
{\begin{itemize}
|
|
\item Developed tools to create test content for bleeding edge development in the Disney streaming ecosystem
|
|
\item Worked closely with architects, operations, and developers to provide test scenarios matching specifications still under development
|
|
\item Maintained infrastructure as code for an ecosystem of services across managed kubernetes and related cloud infrastructure, including S3, eventbridge, database orchestration and redis services
|
|
\item Transitioned users away from time consuming manually maintained content listings to programmatic characteristic based discovery
|
|
\end{itemize}}
|
|
\cventry
|
|
{September 2024 - September 2025}
|
|
{Software Engineer}
|
|
{Chubb}
|
|
{}{}
|
|
{\begin{itemize}
|
|
\item Develop closely coupled nodeJS microservice restful APIs and an angular frontend to disparate information for self service
|
|
\item Transitioned microservices to new node version and frontend to new angular version, including updating several major typescript versions
|
|
\item Improved developer experience through tooling improvements
|
|
\item Implemented comprehensive typing options for mutable state
|
|
\end{itemize}}
|
|
\cventry
|
|
{May 2021 -- February 2024}
|
|
{Software Engineer}
|
|
{Asurion}
|
|
{}
|
|
{}
|
|
{\begin{itemize}%
|
|
\item Developed high traffic nodejs APIs and ReactJS app
|
|
\item Updated and deployed EC2 containers and Lambda functions to AWS
|
|
\item Developed and monitored AWS code pipelines to deploy code to production
|
|
\item Wrote and maintained automation to build typescript types from database constraints
|
|
\item Integrated Typescript type checking into both frontend app and backend apis using JSDoc interface
|
|
\end{itemize}}
|
|
\cventry
|
|
{October 2016 -- May 2021}
|
|
{Software/Systems Engineer}
|
|
{Intelsat}
|
|
{}
|
|
{}
|
|
{\begin{itemize}%
|
|
\item Headed an experimental team to improve internal data access and automation
|
|
\item Built backend python APIs to make legacy systems available for modern data access
|
|
\item Developed python automations to synchronize active applications
|
|
\item Built ReactJS SPAs to access new apis and automation records
|
|
\item Headed migrating administrative tools and automations into version control
|
|
\end{itemize}}
|
|
\section{Skills}
|
|
\cvitem{Languages}{Javascript, TypeScript, Python, Java, SQL}
|
|
\cvitem{Frameworks}{fastAPI, Django, Flask, HonoJS, Zod}
|
|
\cvitem{AWS}{S3, IAM, Lambda, EC2}
|
|
\cvitem{Devops}{Ansible, Docker, Kubernetes, Terraform}
|
|
\section{Education}
|
|
\cventry
|
|
{2012 | 2016}
|
|
{BS in Mechanical Engineering}
|
|
{Clarkson University}
|
|
{}
|
|
{\textit{Potsdam, NY}}
|
|
{}
|
|
\end{document}
|