-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56daa8b
commit cfeaabd
Showing
4 changed files
with
25 additions
and
325 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
% | ||
|
||
\documentclass[letterpaper,11pt]{article} | ||
|
||
%----------------------------------------------------------- | ||
|
@@ -41,28 +39,20 @@ | |
\end{tabular*}\vspace{-6pt}} | ||
%----------------------------------------------------------- | ||
|
||
%----------------------------------------------------------- | ||
%General Resume Tips | ||
% No periods! Technically, nothing in this document is a full sentence. | ||
% Use parallelism by ending key words with the same thing, i.e. "Coordinated; Designed; Communicated". | ||
% More tips on bottom of this LaTeX document. | ||
%----------------------------------------------------------- | ||
|
||
\begin{document} | ||
|
||
\newcommand{\mywebheader}{ | ||
\begin{tabular*}{7in}{l@{\extracolsep{\fill}}r} | ||
\textbf{{\LARGE Drew Boardman}} & \href{mailto:[email protected]}{[email protected]}\\ | ||
{\footnotesize {Chicago, IL 60601}} & {(772)-413-8043} \\ | ||
\end{tabular*} | ||
{\footnotesize {Greater Orlando Area}} & {(772)-413-8043} \\ | ||
\end{tabular*} | ||
\\ | ||
\vspace{0.1in}} | ||
|
||
% CHANGE HEADER SOURCE HERE | ||
\mywebheader | ||
|
||
%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
\resheading{Education} | ||
\begin{itemize} | ||
\item | ||
|
@@ -73,9 +63,31 @@ | |
\resheading{Experience} | ||
\begin{itemize} | ||
\item | ||
\ressubheading{\href{http://www.modaoperandi.com/}{Moda Operandi}}{Chicago, IL}{Senior Engineer}{Sept. 2019 -- Current} | ||
\ressubheading{Rewards Network}{Greater Orlando Area (remote)}{Principal Engineer}{Aug. 2023 -- Current} | ||
{ \footnotesize | ||
\begin{itemize} | ||
\resitem{Tech: Scala 3, cats-effect, fs2, fs2-kafka} | ||
\resitem{Senior contributor to merchants project, a system responsible for onboarding and maintaining merchants and their associated contracts.} | ||
\resitem{Built several micro-services projects, including some that moved critical business logic from a legacy AS400 to a modern Scala application suite.} | ||
\resitem{Mentor and provide advice on current FP practices in Scala.} | ||
\resitem{Collaborated with Data Science team to improve financial models for approving cash products for merchants.} | ||
\resitem{Utilized Jupyter Notebook, numpy, and sklearn to analyze merchants' financial data and projected risk.} | ||
\end{itemize} | ||
} | ||
\item | ||
\ressubheading{Rewards Network}{Chicago, IL}{Senior Engineer}{Dec. 2020 -- Aug. 2023} | ||
{ \footnotesize | ||
\begin{itemize} | ||
\resitem{Tech: Scala 3, cats-effect, fs2, fs2-kafka} | ||
\resitem{Senior contributor to merchants project, a system responsible for onboarding and maintaining merchants and their associated contracts.} | ||
\resitem{Built several micro-services projects, including some that moved critical business logic from a legacy AS400 to a modern Scala application suite.} | ||
\resitem{Mentor and provide advice on current FP practices in Scala.} | ||
\end{itemize} | ||
} | ||
\item | ||
\ressubheading{\href{http://www.modaoperandi.com/}{Moda Operandi}}{Chicago, IL}{Senior Engineer}{Sept. 2019 -- Current} | ||
{ \footnotesize | ||
\begin{itemize} | ||
\resitem{Tech: Scala, http4s, fs2, circe, cats, Docker, AWS} | ||
\resitem{Focus on writing pure, non side-effecting applications and libraries.} | ||
\resitem{Breaking apart Ruby on Rails monolith with event-driven Scala microservices.} | ||
|