update
This commit is contained in:
@@ -0,0 +1,80 @@
|
|||||||
|
%% 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
|
||||||
|
{May 2021 -- February 2024}
|
||||||
|
{Software Engineer}
|
||||||
|
{Asurion}
|
||||||
|
{}
|
||||||
|
{}
|
||||||
|
{\begin{itemize}%
|
||||||
|
\item Developed high traffic nodejs APIs
|
||||||
|
\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 Maintained high traffic highly available ReactJS app
|
||||||
|
\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 Maintained delegated server resources, including local version control repositories and orchestration
|
||||||
|
\item Headed migrating administrative tools and automations into version control
|
||||||
|
\end{itemize}}
|
||||||
|
\section{Skills}
|
||||||
|
\cvitem{Programming Languages}{Javascript, Python, Java, SQL}
|
||||||
|
\cvitem{Python Frameworks}{fastAPI, Django, Flask}
|
||||||
|
\cvitem{AWS}{S3, CodePipelines, IAM, Lambda, EC2}
|
||||||
|
\cvitem{Devops}{Ansible, Docker, Kubernetes}
|
||||||
|
\section{Education}
|
||||||
|
\cventry
|
||||||
|
{2012 | 2016}
|
||||||
|
{BS in Mechanical Engineering}
|
||||||
|
{Clarkson University}
|
||||||
|
{}
|
||||||
|
{\textit{Potsdam, NY}}
|
||||||
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
\
|
||||||
|
\end{document}
|
||||||
|
|||||||
Reference in New Issue
Block a user