-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbertuzcv.tex
77 lines (66 loc) · 2.67 KB
/
bertuzcv.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
% !TEX encoding = UTF-8 Unicode
\documentclass{bertuzcv}
\author{Matteo Bertamini}
\usepackage[pdftex,
pdfauthor={Matteo Bertamini},
pdftitle={CV Matteo Bertmaini},
pdfsubject={Curriculum Vitae of Matteo Bertamini},
pdfkeywords={CV curriculum vitae Matteo Bertamini},
pdfproducer={Lualatex},
pdfcreator={Lualatex with Matteo Bertamini's `bertuzcv` class}]{hyperref}
\usepackage{color}
\begin{document}
\header
{Matteo}
{Bertamini}
{Madrid (Spain) or Remote}
{+39 0464 076 072}
{matteo@bertamini.net}
\noindent
\begin{cvbox}{Who am I?}
\emoji{waving-hand-medium-skin-tone} Experienced full stack architect/developer looking for challenging and
rewarding hands-on opportunities. Passionate about tying together
neat yet durable solutions with state of art User Interfaces. Experienced
in managing and working middle and large projects, really comfortable with
both front and back end web technologies and Agile methodologies.
\end{cvbox}
\begin{cvbox}{Highlights}
\begin{itemize}[leftmargin=*,itemsep=-5pt]
\item Five years of accumulated experience in PHP and Javascript programming;
\item Skilled in customized Continuous Deployment and Continous Integration;
\item Deep knowledge of Symfony;
\item Experienced in Test Driven Development and Domain Driven Design.
\item Long lasting and tight collaboration with UI/UX experts for designing and developing interfaces.
\end{itemize}
\end{cvbox}
\noindent
\begin{cvbox}{Work experiences}
\begin{workExp}{January 2016}{Present}{PurrCode}{Torino - Madrid}{Italy - Spain}{Fullstack Architect and Developer}
{Product Owner, Scrum Master and part of the full-stack developer team of Hiss, a standalone platform for monitoring cat fights and dog threats.}
\workDetails
{PHP7 and Symfony 2.8;}
{Adoption of TDD;}
{Set up and maintainance of Continuous Integration with Jenkins;}
{Set up Docker, Vagrant and virtual machines for CI and development;}
\end{workExp}
\end{cvbox}
\begin{cvbox}{Languages}
\twocols{%
\textbf{Italian}\\
Mothertongue
\\
\textbf{Spanish}\\
Fluent writing and speaking}
{%
\textbf{English}\\
Fluent writing and speaking
\\
\textbf{European Portuguese}\\
Good writing and speaking}
\end{cvbox}
\begin{cvbox}{Education}
\eduItm
{2022}{UNED - National University of Distance Education (Spain)}{Current student in Environmental Science (Spanish)}
{2014}{University Of Trento (Italy)}{Bachelor of Science in Computer Science}
\end{cvbox}
\end{document}