-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.tex
More file actions
73 lines (66 loc) · 4.62 KB
/
Copy pathresume.tex
File metadata and controls
73 lines (66 loc) · 4.62 KB
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
\documentclass[line, margin]{res}
\newcommand{\CS}{C\nolinebreak\hspace{-.05em}\raisebox{.6ex}{\scriptsize\bf \#}}
\newcommand{\ts}{\textsuperscript}
\usepackage{enumitem}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
urlcolor=blue
}
\addtolength{\topmargin}{-.375in}
\addtolength{\footskip}{-.5in}
\addtolength{\textheight}{1in}
\begin{document}
\name{H.\,Chase Stevens}
%\address{150 River's Edge Drive, Apt. 327, Medford, MA 02155 | 603 312 2553 | chase@chasestevens.com}
\address{603 312 2553 | chase@chasestevens.com}
\begin{resume}
\section{EXPERIENCE}
\textit{Principal Data Science Engineer} at \textbf{Teikametrics, Inc.} \hfill July 2019 - Present \\
\textit{Senior Data Science Engineer} at \textbf{Teikametrics, Inc.} \hfill December 2017 - July 2019
\begin{itemize}[leftmargin=10pt]
\item Served as tech lead for 12-person Data Science group; liaised directly with clients
\item Architected core machine learning training and serving platform atop AWS SageMaker, allowing rapid prototyping with CI/CD (see ``Conferences")
\item Genericized and adapted existing Scala-based automated bidding technology to new advertising products, directly enabling over \$1m/yr in additional revenue
\end{itemize}
\textit{Software Engineer} at \textbf{Curata, Inc.} \hfill April 2017 - November 2017
\begin{itemize}[leftmargin=10pt]
\item As part of Research and Development division, leveraged NLP, ML, and optimization techniques in ideating, prototyping, developing, and productionizing new analytics features using Jupyter Notebooks, nltk, spaCy, and d3.js.
\item Redeveloped and improved performance of critical Python ETL systems, in one instance bringing user-facing requests from 3 minutes to under 5 seconds.
\end{itemize}
\textit{Software Engineer} at \textbf{Skyscanner, Ltd.} \hfill May 2013 - February 2017
\begin{itemize}[leftmargin=10pt]
\item Performed business-critical operations for Sequoia-Capital-backed startup up to and during \$1.7bn exit; produced codebase audit requisite to acquisition
\item Maintained and developed highly-available, service-vital web scraping and deep-linking platform and associated Python framework, parsing over 10 GB/s of data to serve more than 5000 requests/second
\item Delivered NLP/ML-based tool for automatic point-and-click web scraper generation
\item Proposed and authored Selenium WebDriver-based web scraper framework in Python
\item Created AST-based tooling allowing real-time analysis, manipulation, generation, and automated quality assurance of code in multi-million line legacy Python codebase
\end{itemize}
\section{EDUCATION}
\textbf{University of Edinburgh}: \textit{MSc.\ Artificial Intelligence} \hfill 2015 - 2016\\
Specialism in Natural Language Processing \\
Dissertation: \textit{\href{http://www.chasestevens.com/papers/msc_dissertation.pdf}{Applying Statistical Language Modeling to Genetic Programming}}\\[5pt]
\textbf{University of Edinburgh}: \textit{MA Hons.\ Cognitive Science} \hfill 2011 - 2015\\
First-class honours\\
Dissertation: \textit{\href{http://www.chasestevens.com/papers/undergrad_dissertation.pdf}{Understanding Referential Coordination as a Particle Swarm Optimization Task}}
\section{SKILLS}
\begin{itemize}[leftmargin=10pt]
\item Code: Python, Scala, SQL, Haskell, Matlab
\item Data: XPath, PostgreSQL, Snowflake, Airflow, DBT, Protobuf, Avro, Hadoop
\item Build/Deployment: Docker, AWS, Heroku, CircleCI, RPM
\end{itemize}
\section{CONFERENCES}
\textbf{2020}. \href{https://www.youtube.com/watch?v=8Zn4hV9xE1I}{``Painless Machine Learning in Production."} EuroPython 2020. Online. \\[5pt]
\textbf{2018}. \href{https://www.youtube.com/watch?v=Yq3wTWkoaYY}{``Exploring the Python AST Ecosystem."} EuroPython 2018. Edinburgh, UK. \\[5pt]
\textbf{2015}. Stevens, H. C. \& Rohde, H. ``Modeling Referential Coordination as a Particle Swarm Optimization Task." The 19th Workshop on the Semantics and Pragmatics of Dialogue. Gothenburg, Sweden.
\section{OPEN-SOURCE PROJECTS}
\begin{itemize}[leftmargin=10pt]
\item \href{https://github.com/hchasestevens/bellybutton}{bellybutton}: linting engine for Python allowing custom rulesets
\item \href{https://github.com/hchasestevens/astpath}{astpath}: command-line utility/library for searching Python codebases via AST queries
\item \href{https://github.com/hchasestevens/monkeys}{monkeys}: strongly-typed genetic programming framework
\item \href{https://github.com/hchasestevens/show_ast}{showast}: Jupyter plugin for AST visualization; used in CS curriculum at Bryn Mawr
\item \href{https://github.com/hchasestevens/hypothesis-protobuf}{hypothesis-protobuf}: property-based testing utility for Protocol Buffer messages
\end{itemize}
\end{resume}
\end{document}