git.fiddlerwoaroof.com
Langley-2020-Resume.tex
007d8add
 \documentclass[margin]{res}
 
 % Default font is the helvetica postscript font
 \usepackage{polyglossia}
 \usepackage{fontspec}
 \usepackage{url}
 \usepackage{hyperref}
 \usepackage{hyphenat}
 
2c80bb8d
 \newcommand{\clisp}{\nohyphens{Common\penalty10000\ Lisp}}
007d8add
 \setdefaultlanguage{english}
 
 \setmainfont{Alegreya-Regular.otf}[
2c80bb8d
   BoldFont=Alegreya-Bold.otf,
   ItalicFont=Alegreya-Italic.otf,
   BoldItalicFont=Alegreya-BoldItalic.otf,
   SmallCapsFont=AlegreyaSC-Bold.otf
007d8add
 ]
 
 \setsansfont{AlegreyaSans-Regular.otf}[
2c80bb8d
   BoldFont=AlegreyaSans-Bold.otf,
   ItalicFont=AlegreyaSans-Italic.otf,
   BoldItalicFont=AlegreyaSans-BoldItalic.otf,
   SmallCapsFont=AlegreyaSansSC-Bold.otf
007d8add
 ]
 
 \setmonofont{SourceCodePro-Regular.otf}
 
 % Increase text height
 \textheight=700pt
 \parskip=8pt
 
 \begin{document}
 
 %-------------------------------------------------------------------------------
 %	NAME AND ADDRESS SECTION
 %-------------------------------------------------------------------------------
 \name{\Huge{\textsc{Edward Langley}}}
 
 
 \address{\textbf{Email:} edward@elangley.org \\ \textbf{Phone:} (832) 585--2660}
4c3e2f2b
 \address{1204 Forest Dr.\\ Santa Paula, CA 93060}
007d8add
 
 \begin{resume}
 
 %-------------------------------------------------------------------------------
 %	PROJECTS SECTION
 %-------------------------------------------------------------------------------
   \section{\textbf{\textsc{Skills}}}
 
2c80bb8d
 \par Designing ETL pipelines for analytics platforms.
007d8add
 
2c80bb8d
 \par Developing maintainable, test-driven frontends.
007d8add
 
2c80bb8d
 \par Administering Unix systems and associated services.
007d8add
 
da350f2a
 \par Managing automated deployments to the AWS Cloud.
007d8add
 
 %-------------------------------------------------------------------------------
 
 %-------------------------------------------------------------------------------
 %	EXPERIENCE SECTION
 %-------------------------------------------------------------------------------
 % Modify the format of each position
 \begin{format}
 \title{l}\employer{r}\\
 \dates{l}\location{r}\\
 \body\\
 \end{format}
 %-------------------------------------------------------------------------------
 
 \section{\textbf{\textsc{Experience}}}
2c80bb8d
 \employer{CJ Affiliate (ADS, Publicis Groupe)}
 \location{Westlake Village, CA}
 \dates{2017--present}
 \title{\textbf{Senior Software Engineer}}
 \begin{position}
da350f2a
   Maintained key systems for CJ's affiliate marketing clients, developing
   features that led to key clients renewing contracts worth approximately 10\%
   of our revenue:
2c80bb8d
 
da350f2a
   First, CJ's situational commissioning solution, enabling our clients
   to optimize their affiliate spend by targeting classes of users more
   precisely. (Scala, Oracle)
 
   Second, CJ's Insights platform, a real-time analytics platform for our
2c80bb8d
   clients, enabling them to analyze a variety of metrics according to
   an arbitrary set of dimensions. (Kafka, Elastisearch, ClickHouse,
   Clojure)
 \end{position}
 
007d8add
 \employer{Independent Consultant}
 \location{Ventura, CA}
2c80bb8d
 \dates{2014--2017}
 \title{\textbf{Software Engineer}}
007d8add
 \begin{position}
2c80bb8d
   Maintained and developed features for a AtomOS, a Gentoo-derived
da350f2a
   proprietary Linux distribution for routers.
007d8add
 
2c80bb8d
   Developed and maintained the UI and operations for an e-commerce
   site.
007d8add
 \end{position}
 
 \employer{NCMI, Baylor College of Medicine}
 \location{Houston, TX}
 \dates{2007--2012}
2c80bb8d
 \title{\textbf{Software Engineer}}
007d8add
 \begin{position}
2c80bb8d
   Built a web framework for EMEN2, a document-oriented database for
   recording scientific experiments.
   Improved EMEN2's reliability and performance by debugging and fixing
   memory leaks and taking advantage of Berkeley DB's transactional
   storage.
007d8add
 \end{position}
 
 \employer{Desktop Assistance, L.P.}
 \location{Houston, TX}
 \dates{2004}
 \title{\textbf{IT Assistant}}
 \begin{position}
 Installed and configured Linux desktops and servers. Built a Linux distribution
 based on Fedora Cores 1 and 2 for internal use. Researched, installed and configured
 a variety of server applications including: databases, Apache, Squid, Samba, NFS.\@
 \end{position}
2c80bb8d
 
 %-------------------------------------------------------------------------------
 %	COMPUTER SKILLS SECTION
 %-------------------------------------------------------------------------------
 \section{\textbf{\textsc{Technologies}}}
 
 \par Clojure, Java, Scala, JavaScript (NodeJS and Browser), TypeScript, Python, Haskell, SQL,
      \clisp, \texttt{\LaTeX{}}
 
 \par React, Redux, Ramda, HTML, CSS, Nginx, PHP-FPM
 
 \par PostgreSQL, ClickHouse, Oracle, Elasticsearch, Interbase/Firebird
 
 \par Vi/Vim, Emacs, VirtualBox, OpenVPN, NFS, Samba
 
 \par Unix, Linux, FreeBSD, Sol\-aris (SmartOS), Mac OSX, AWS (EC2, EKS, ECS, S3, RDS, Route53)
 
 %-------------------------------------------------------------------------------
 
 \vfill
007d8add
 %-------------------------------------------------------------------------------
 \section{\textbf{\textsc{Publications}}}
 
 \par
 Rees, I., Langley, E., Chiu, W., \& Ludtke, S.J. (2013). {\em EMEN2: an object oriented database and electronic lab notebook.\/} Microsc Microanal 19, 1--10
 
 
 %-------------------------------------------------------------------------------
 %	EDUCATION SECTION
 %-------------------------------------------------------------------------------
 \section{\textbf{\textsc{Education}}}
 \textbf{Thomas Aquinas College}, Santa Paula, CA\\
2c80bb8d
 {\sl Bachelor of Arts}, Liberal Arts, 2012%\hfill GPA:\ 3.96
 % \\
 % \textbf{The Catholic University of America}, Washington, DC\\
 % {\sl Ph.D Student}, Philosophy, 2012--2015\hfill GPA:\ 3.84
 % %-------------------------------------------------------------------------------
007d8add
 
 
 \end{resume}
 \end{document}