-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv_10.tex
executable file
·126 lines (103 loc) · 3.73 KB
/
cv_10.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Friggeri Resume/CV
% XeLaTeX Template
% Version 1.2 (3/5/15)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Adrien Friggeri ([email protected])
% https://github.com/afriggeri/CV
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{friggeri-cv} % Add 'print' as an option into the square bracket to remove colors from this template for printing
\addbibresource{bibliography.bib} % Specify the bibliography file to include publications
\begin{document}
\header{sawyer}{hopkins}{fullstack engineer} % Your name and current job title/field
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION
%----------------------------------------------------------------------------------------
\begin{aside} % In the aside, each new line forces a line break
\section{contact}
Los Gatos, CA
~
\href{mailto:[email protected]}{[email protected]}
\href{http://www.sawyerhopkins.com}{www.sawyerhopkins.com}
\section{programming}
{\color{red} $\varheartsuit$} JavaScript / NodeJS
Vue, React, Redux
Jest, Sinon
\section{tech}
Docker
AWS / Cloudformation
Serverless
\end{aside}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{education}
\begin{entrylist}
%------------------------------------------------
\entry
{2014--2017}
{Masters {\normalfont in Physics}}
{Kansas State University}
{\begin{itemize}
\item Performed stochastic n-body dynamical simulations using software built using C++.
\item Modeled phase space of protein solutions under the effects of non-pairwise electrostatic interactions.
\end{itemize}}
%------------------------------------------------
\entry
{2010--2014}
{Bachelor {\normalfont in Physics}}
{Michigan Technological University}
{\begin{itemize}
\item Studied nanotechnology with a focus on thermal properties of boron nitride nanosheets.
\item Operated vapour deposition chambers for experimental synthesis of nanostructures.
\end{itemize}}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{experience}
\begin{entrylist}
\entry
{2018-Now}
{Radiowave.io}
{Manhattan, KS}
{\emph{Lead Javascript Engineer} \\
\begin{itemize}
\item Managing infrastructure as code using AWS Cloudformation.
\item Developing progressive web applications using Nuxt.
\item Creating real-time stream metrics, data visualization, and reports for radio broadcasters.
\end{itemize}}
\entry
{2017-Now}
{Import.io}
{Los Gatos, CA}
{\emph{Fullstack Engineer} \\
\begin{itemize}
\item Utilizing headless chromium to convert unstructured HTML into machine readable formats (JSON, CSV).
\item Orchestrating complex micro-service workflows using technologies such as SQS, SNS, Redis, and SWF.
\item Integrating data pipelines with mechanical turk for statistically sampled quality metrics.
\end{itemize}}
\entry
{2015-2017}
{Piestar}
{Manhattan, Kansas}
{\emph{Web Developer} \\
\begin{itemize}
\item Creating single page applications using modern javascript technologies including React and Vue.js.
\item Designing and implementing restful API endpoints using PHP and Laravel.
\end{itemize}}
\end{entrylist}
\end{document}