resume/alejandro_resume.tex

160 lines
6.9 KiB
TeX
Raw Normal View History

2022-12-10 04:58:09 +00:00
\documentclass{article}
\usepackage{array}
\usepackage{enumitem}
2024-04-28 00:12:29 +00:00
\usepackage[letterpaper, portrait, top=0.5in, right=0.5in, left=0.5in, bottom=2.5in]{geometry}
2022-12-20 17:24:31 +00:00
\usepackage[colorlinks=true, linkcolor=linkColor, urlcolor=linkColor, citecolor=linkColor, anchorcolor=linkColor]{hyperref}
2022-12-10 04:58:09 +00:00
\usepackage{multirow}
\usepackage{titlesec}
\usepackage[usenames, dvipsnames]{xcolor}
\usepackage{fancyhdr}
\usepackage{fontspec}
\setmonofont{Hack Nerd Font}
2022-12-10 04:58:09 +00:00
\definecolor{blue}{HTML}{2079C7}
\definecolor{gray}{HTML}{666666}
2022-12-20 17:24:31 +00:00
\definecolor{linkColor}{HTML}{0000FF}
2022-12-10 04:58:09 +00:00
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\pagenumbering{gobble}
\renewcommand{\familydefault}{\sfdefault}
2022-12-20 17:24:31 +00:00
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
2022-12-10 04:58:09 +00:00
2022-12-20 20:20:17 +00:00
\setlength{\headheight}{69pt}
2022-12-20 17:24:31 +00:00
\setlist[itemize]{noitemsep, leftmargin=1em}
2022-12-10 04:58:09 +00:00
\titleformat{\section}
2022-12-15 07:10:49 +00:00
{\color{blue}\normalfont\Large\bfseries}
{\color{blue}\thesection}{1em}{\large\uppercase}
2022-12-10 04:58:09 +00:00
\titleformat{\subsection}
2022-12-15 07:10:49 +00:00
{\normalfont\Large\bfseries}
{\thesection}{1em}{\normalsize}
2022-12-10 04:58:09 +00:00
\titleformat{\subsubsection}
2022-12-15 07:10:49 +00:00
{\color{gray}\normalfont\Large\bfseries}
{\color{gray}\thesection}{1em}{\small}
2022-12-10 04:58:09 +00:00
\titlespacing*{\section}
2022-12-15 07:10:49 +00:00
{0em}{0em}{0em}
2022-12-10 04:58:09 +00:00
\titlespacing*{\subsection}
2022-12-15 07:10:49 +00:00
{0em}{1em}{0em}
2022-12-10 04:58:09 +00:00
\titlespacing*{\subsubsection}
2022-12-15 07:10:49 +00:00
{0em}{0em}{0em}
2022-12-10 04:58:09 +00:00
\begin{document}
\noindent
\pagestyle{fancy}
2022-12-20 17:24:31 +00:00
\fancyhead[L]{
2022-12-20 22:59:17 +00:00
\begin{tabular}{L{.4\textwidth} l l}
2023-10-07 16:42:29 +00:00
\multirow{2}{*}{\Huge{\textbf{Alejandro Angulo} }} & \small{\texttt{}} \space \href{https://github.com/alejandro-angulo}{https://github.com/alejandro-angulo} & \small{\texttt{󰖟}} \space \href{https://alejandr0angul0.dev}{https://alejandr0angul0.dev} \\
& {\small{\texttt{}} \space \href{mailto:\email}\email} & \small{\texttt{}} \space \phonenumber \\ % chktex 1
2022-12-20 22:59:17 +00:00
\end{tabular}
2022-12-20 17:24:31 +00:00
}
\fancyfoot[L]{
2024-04-28 00:12:29 +00:00
The source code for this document is available at \href{https://github.com/alejandro-angulo/resume}{https://github.com/alejandro-angulo/resume}\\
If you have \href{https://nixos.wiki/wiki/Nix_package_manager}{nix} installed you can run the command below to generate the latest version\\
\texttt{nix run --refresh --experimental-features 'nix-command flakes' github:alejandro-angulo/resume/main -- \textbackslash\\\ \ -e '\email' -p '\phonenumber'} % chktex 8 chktex 32
}
2024-04-28 00:12:29 +00:00
\vspace*{-0.3in}
2022-12-20 17:24:31 +00:00
\hspace*{-2em}
\begin{minipage}[t]{.6\textwidth}
2022-12-20 22:59:17 +00:00
\section*{Professional Experience}
2023-02-12 02:34:46 +00:00
\subsection*{Sure --- \textit{Staff Software Engineer}}
2022-12-20 22:59:17 +00:00
\subsubsection*{February 2020--Present}
\begin{itemize}
2024-04-28 00:12:29 +00:00
\item Developing and maintaining a backend that supports managing an
insurance policy's lifecycle (quoting, binding, renewals, etc.)
\item Working on transitioning toward a more data-driven design
(drastically reducing the time to onboard new clients)
2022-12-20 22:59:17 +00:00
\item Help unstick teammates with various types of problems (failing test cases,
2024-04-28 00:12:29 +00:00
environment troubleshooting, suggestions on implementation, etc.)
\item Investing in our developer experience (setting up tooling for
linting/formatting, investigating slow CI pipelines, improving
build
process, adding tooling to generate documentation, etc.)
\item Participating in setting technical direction for teams across the
division
2022-12-20 22:59:17 +00:00
\end{itemize}
\subsection*{Everbridge (formerly NC4) --- \textit{Software Engineer}}
\subsubsection*{October 2018--February 2020}
\begin{itemize}
\item Developed and maintained Python and PHP applications used to help notify
clients of potential issues (fires, police activity, etc)
\item Migrated version control system from SVN to Git
\item Re-architected Python application to improve modularity
\item Introduced best practices (follow PEP8 for Python, begin linting code, etc.)
\item Streamlined code review process (integrated with source control)
\item Maintained and developed a RESTful API written in Python capable of generating
reports for end users
\item Worked with product managers to implement ``behind the scenes'' changes
(upgrading language versions, databases, etc.)
\end{itemize}
\subsection*{MedQIA --- \textit{Software Engineer}}
\subsubsection*{April 2017--September 2018}
\begin{itemize}
\item Developed and maintained a Java desktop application used by clinical readers
and lab technologists to assist in clinical trials
\item Documented and validated systems to comply with FDA regulations
\item Worked on Python applications that keep track of the status of scans
\item Maintained and develop a web client written in PHP and JavaScript that provided
a dashboard for the data team
\item Maintained and develop a RESTful API written in Python capable of generating
reports for end users
\item Wrote Python scripts that plug in to a Java application in order to provide
additional functionality (dynamic loading of patients, automating certain tasks
for end users, etc.)
\end{itemize}
\subsection*{UC Davis College of Engineering IT Shared Services --- \textit{Student Web Developer and Applications Programmer}}
\subsubsection*{May 2014--April 2017}
\begin{itemize}
\item Managed departmental websites (most running WordPress)
\item Wrote PHP scripts to scrape data from third-party sites in order to visualize
energy consumption
\item Helped ensure compliance with security standards
\end{itemize}
2022-12-20 17:24:31 +00:00
\end{minipage}
\hspace{0.08\textwidth}
\begin{minipage}[t]{.3\textwidth}
2024-04-28 00:12:29 +00:00
\section*{About Me}
I'm a computer nerd. I've always enjoyed tinkering with computers and now I
get to make a living from it. I'm excited about writing maintainable
software and am looking to join a team that values having a good developer
experience.
Outside of my professional work, lately I've taken an interest in
\href{https://nixos.org/}{nix}. I've been leveraging it to maintain my
personal servers/machines (I self host a bunch of services in my private
network). I've dabbled a bit in hardware as well and I built the keyboard
I'm typing on right now. If a computer is involved, I'm probably interested
in learning more!
\vspace{1em}
\section*{Related links}
2022-12-20 22:59:17 +00:00
\begin{itemize}
2024-04-28 00:12:29 +00:00
\item \href{https://github.com/alejandro-angulo/qmk_firmware/tree/master/keyboards/crkbd/keymaps/alejandro-angulo}{keyboard configuration}
\item \href{https://github.com/alejandro-angulo/dotfiles/}{nix configuration}
2022-12-20 22:59:17 +00:00
\end{itemize}
\section*{Toolset}
2024-04-28 00:12:29 +00:00
Some tools I use regularly in my current role:
\vspace{-0.6em}
2022-12-20 22:59:17 +00:00
\begin{itemize}
\item docker
\item git
\item linux
\item tmux
2024-04-28 00:12:29 +00:00
\item python
2022-12-20 22:59:17 +00:00
\item vim
\end{itemize}
\section*{Education}
\subsection*{UC Davis}
\subsubsection*{B.S. in Applied Physics}
\subsubsection*{2012--2016}
2022-12-10 04:58:09 +00:00
\end{minipage}
\end{document}