-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
124 lines (113 loc) · 3.93 KB
/
cv.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
%!TEX TS-program = lualatex
\documentclass[]{friggeri-cv}
\usepackage{afterpage}
\usepackage{hyperref}
\usepackage{color}
\usepackage{xcolor}
\usepackage{smartdiagram}
\usepackage{fontspec}
% if you want to add fontawesome package
% you need to compile the tex file with LuaLaTeX
% References:
% http://texdoc.net/texmf-dist/doc/latex/fontawesome/fontawesome.pdf
% https://www.ctan.org/tex-archive/fonts/fontawesome?lang=en
%\usepackage{fontawesome}
\usepackage{metalogo}
\usepackage{dtklogos}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{mindmap,shadows}
\hypersetup{
pdftitle={},
pdfauthor={},
pdfsubject={},
pdfkeywords={},
colorlinks=false, % no lik border color
allbordercolors=white % white border color for all
}
\addbibresource{bibliography.bib}
\RequirePackage{xcolor}
\definecolor{pblue}{HTML}{0395DE}
\begin{document}
\header{Jack}{Wolverson}
{Data Engineer}
% Fake text to add separator
\fcolorbox{white}{gray}{\parbox{\dimexpr\textwidth-2\fboxsep-2\fboxrule}{%
.....
}}
% In the aside, each new line forces a line break
\begin{aside}
% \includegraphics[scale=0.18]{img/snow_circle.png}
\section{Location}
Birmingham
United Kingdom
~
\section{Tel}
+44 7562798116
~
\section{Mail}
\href{mailto:jwwolverson@gmail.com}{\textbf{jwwolverson@}\\gmail.com}
~
\section{Web \& Git}
\href{http://github.com/JackWolverson}{github.com/\\JackWolverson}
\href{https://www.linkedin.com/in/jack-wolverson/}{linkedin.com/in/jack-wolverson}
~
% use \hspace{} or \vspace{} to change bubble size, if needed
\section{Programming \& Software}
\textbf{SQL}\includegraphics[scale=0.40]{img/5stars.png}
\textbf{DBT}\includegraphics[scale=0.40]{img/5stars.png}
\textbf{Kafka}\includegraphics[scale=0.40]{img/4stars.png}
\textbf{Python}\includegraphics[scale=0.40]{img/4stars.png}
\textbf{Talend}\includegraphics[scale=0.40]{img/3stars.png}
\textbf{Tableau}\includegraphics[scale=0.40]{img/3stars.png}
~
\section{Personal Skills}
\textbf{Problem Solving}
\textbf{Time Management}
\textbf{Well Organised}
\textbf{Team Player}
~
\end{aside}
~
\section{Personal Statement}
A Data Engineer with 5 years of experience working on a variety of projects and technologies. A passionate problem solver who is always looking for alternative solutions to streamline efficency within the data stack.Enjoys both working in a team on a group project as well as solo projects. Great knowledge on SQL, dbt, Kafka and Python but always eager to learn new skills.
\section{Experience}
\begin{entrylist}
\entry
{2019 - Now}
{Data Engineer}
{Sidetrade}
{
\begin{itemize}
\item Worked on a near real time datalake powered by kafka with transformation handled by dbt ( which I introduced to the company)
\item Worked on improving our analytics module powered by Talend and Tableau
\item Worked with multiple DB technologies including Oracle, Postgres, Greenplum and Mongo
\item Built and maintained multiple Python ETL pipelines
\item Taught on the Sidetrade Code Academy
\end{itemize}}
\\
\entry
{2016 - 2019}
{Front of House - Bar Staff}
{The Crown,Four Oaks}
\end{entrylist}
\section{Education}
\begin{entrylist}
\entry
{2015 - 2018}
{First Class Honours Degree in Computer Science}
{Birmingham City University}
{Main modules are: Artificial Intelligence and Machine Learning, App Development for iOS and Android, Software development, Data Analysis, and Several Different Programming Modules Covering Many Languages.
\\ My Final Year Honours Project Focused on Machine Learning in Sports Prediction.
\\ A Full List of Modules Can Be Provided With Results.\\}
\entry
{2013 - 2015}
{A Levels}
{The Arthur Terry Sixth Form}
{IT, Maths, Physics, Business Studies(AS)\\}
\end{entrylist}
\\
\section{References}
References Available Upon Request
\\
\end{document}