-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
151 lines (132 loc) · 4.39 KB
/
resume.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
%-----------------------------------------
% Seth Reno
% Resumé
%
%-----------------------------------------
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[11pt,letterpaper,final]{moderncv}
\usepackage{fontspec}
\moderncvtheme[darkblue]{classic}
% DOCUMENT LAYOUT
\usepackage[scale=0.85]{geometry}
\setlength{\hintscolumnwidth}{2cm}
\AtBeginDocument{\recomputelengths}
% FONTS
\usepackage[utf8]{inputenc}
\defaultfontfeatures{Mapping=tex-text}
% Remove % to set to different fonts
%\setromanfont [Ligatures={Common},Numbers={OldStyle}]{Adobe Caslon Pro}
%\setmonofont[Scale=0.8]{Monaco}
% ---- CUSTOM AMPERSAND
\newcommand{\amper}{{\fontspec[Scale=.95]{Adobe Caslon Pro}\selectfont\itshape\&}}
% ---- MARGIN YEARS
%\newcommand{\years}[1]{\marginpar{\scriptsize #1}}
% PDF SETUP
% ---- FILL IN HERE THE DOC TITLE AND AUTHOR
% Personal Information
\firstname{Seth}
\familyname{Reno}
\mobile{(816) 352-6684}
\email{[email protected]}
\homepage{github.com/sethreno}
\title{Seth Reno's Resume}
\nopagenumbers{}
\begin{document}
\maketitle
\section{Summary}
\cvline{}{
I am a software engineer who cares about my craft and strives to make
software that improves peoples lives. I have proven success as an
individual contributor, architect, and team lead.
}
\section{Languages \& Tools}
\cvline {Languages:}
{C\#, JavaScript, Python, Java, VB.NET, C, Ruby, Scheme, SQL, HTML, CSS, shell scripting}
\cvline {Frameworks:}
{.NET Core, ASP.NET, Nancy, React, WPF, Django, Ruby on Rails}
\cvline {Tools:}
{Vim, VS Code, Visual Studio, Git, Docker, Jenkins, Github, IIS, SQL
Server, PostgreSQL, Redis, RabbitMQ, Elasticsearch, Kibana, New Relic,
Launch Darkly }
\section{Experience}
\cventry
{2012 -- Now} {Technical Lead}{Rosnet}{Parkville, MO}{}{
\begin{itemize}
\item
Designed and implemented Rosnet's Inventory Workflow
feature using .NET 7 and React.
\item
Designed and implemented Rosnet's POS integration
platform. This is a distributed system with clients
running on thousands of machines. It integrates 25
different POS systems with Rosnet and provides near
real-time data servicing \char`\~5,000 requests per
minute.
\item
Filled a dev ops role by setting up and maintaining
automated builds, deployments, cross platform code
search, SQL server version control, Bitbucket, Jira,
New Relic, \& Launch Darkly.
\item
Designed and implemented Rosnet's public API.
\httplink{api.rosnet.com}
\item
Designed and implemented a labor rules engine which
applies complex rules to accurately calculate pay for
tens of thousands of employees daily.
\end{itemize}
}
\cventry
{2019 -- Now} {Lead Maintainer}{ReGitLint}{github.com/sethreno/ReGitLint}{}{
\begin{itemize}
\item
Created and maintained ReGitLint, an open source code formatting
utility that helps development teams maintain consistent code
style.
\end{itemize}
}
\cventry
{2009 -- Now} {Lead Maintainer}{Schema Zen}{github.com/sethreno/schemazen}{}{
\begin{itemize}
\item
Reviewed and merged contributions from developers from around the world
with a wide range of skill levels.
\item
Maintained a code base for over a decade as the underlying .NET
framework has evolved.
\end{itemize}
}
\cventry
{2020 -- 2021} {Consultant}{ECS Geothermal}{Smithville, MO}{}{
\begin{itemize}
\item
Designed and implemented phase 1 of a custom cloud hosted CRM
using .NET Core, Azure App Services, \& AWS Postgres RDBMS.
\end{itemize}
}
\cventry
{2005 -- 2012} {Sr. Programmer Analyst}{Cameron Insurance Companies}{Cameron, MO}{}{
\begin{itemize}
\item
Completed a three year mainframe policy system
replacement project. My role was technical lead on a
team comprised of four .NET developers, four COBOL
programmers, and an outside vendor. During this project
I utilized my skills in communication, project
management, and object oriented analysis and design to
help provide an effective solution.
\end{itemize}
}
\cventry
{2001 -- 2005}{Sr. System Administrator}{Shook, Hardy, \& Bacon}{Kansas City, MO}{}{
\begin{itemize}
\item
Developed various applications and scripts scripts to
automate repetitive system administration tasks.
\end{itemize}
}
\section{Education}
\cventry
{2001 -- 2004}{Bachelor of Science in Computer Information Systems}{DeVry University}{Kansas City, MO}{}{}
\end{document}