-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAndreaPusineri_CV.tex
104 lines (88 loc) · 3.75 KB
/
AndreaPusineri_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
%%%%%%%%%%%%%%%%%
%% This is an example CV created using altacv.cls (v1.1.5, 1 December 2018) written by
%% LianTze Lim ([email protected]), based on the
%% Cv created by BusinessInsider at http://www.businessinsider.my/a-sample-resume-for-marissa-mayer-2016-7/?r=US&IR=T
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%
% I used "Nishant Pandey's Résumé" as template, you can find it at overleaf.com/articles/nishant-pandeys-resume/vqvgfpsqjddt
\documentclass[10pt,a4paper]{altacv}
\usepackage{hyperref}
% Change the page layout if you need to
\geometry{left=2cm,right=10cm,marginparwidth=6.8cm,marginparsep=1.2cm,top=1.25cm,bottom=1.25cm}
% Change the font if you want to, depending on whether
% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Carlito}
\else
% If using pdflatex:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
\fi
% Change the colours if you want to
\definecolor{VividPurple}{HTML}{000000}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{2E2E2E}
\colorlet{heading}{VividPurple}
\colorlet{accent}{VividPurple}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
\begin{document}
\name{Andrea Pusineri}
\tagline{DevOps Engineer}
\photo{3cm}{cv-pic}
\personalinfo{%
% You can add your own with \printinfo{symbol}{detail}
\location{Pavia, Italy}
\email{[email protected]}
\homepage{\href{https://pusi77.eu.org}{pusi77.eu.org}}
\github{\href{https://github.com/pusi77}{@pusi77}}
}
%% Make the header extend all the way to the right, if you want.
\begin{fullwidth}
\makecvheader
\end{fullwidth}
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
%\AtBeginEnvironment{itemize}{\small}
\cvsection[sidebar]{Experience}
\cvevent{Solution Architect}{beSharp}{Oct 2023 -- Present}{Pavia,Italy}
\begin{itemize}
\item Design and implement scalable, secure, and cost-effective cloud solutions on AWS, ensuring alignment with business requirements and industry best practices.
\smallskip
\end{itemize}
\cvevent{DevOps Engineer}{beSharp}{Sep 2021 -- Oct 2023}{Pavia,Italy}
\begin{itemize}
\item Design and implementation of Cloud infrastructures on AWS.
\item In depth experience with all AWS services and AWS-specific IaC (Cloudformation, CDK).
\item Daily usage of DevOps tools, such as Ansible, Docker, Terraform and many more.
\smallskip
\end{itemize}
\cvevent{Bachelor Thesis Internship}{beSharp}{May 2021 -- Jul 2021}{Pavia,Italy}
\begin{itemize}
\item Design and development of Alibaba Cloud integration within \href{https://www.leapp.cloud}{Noovolari Leapp}.
\item Experience with Go design and testing of REST API backend server.
\smallskip
\end{itemize}
\cvsection{Education}
\cvevent{Bachelor Degree in Computer Engineering}{University of Pavia}{ Oct 2017 -- Apr 2022 }{}
\smallskip
\cvevent{High School Diploma}{Liceo Scientifico N. Copernico}{ Sep 2012 -- Jun 2017 }{}
\smallskip
\cvsection{Certifications}
\cvevent{AWS Certified Developer – Associate}{}{ July 2024 }{}
\cvevent{AWS Certified SysOps Administrator – Associate}{}{ December 2023 }{}
\cvevent{AWS Certified Solutions Architect - Professional}{}{ June 2023 }{}
\cvevent{AWS Certified Solutions Architect - Associate}{}{ June 2022 }{}
\end{document}