forked from posquit0/Awesome-CV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coverletter.tex
140 lines (113 loc) · 6.69 KB
/
coverletter.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
% Awesome CV LaTeX Template for Cover Letter
%
% This template has been downloaded from:
% https://github.com/posquit0/Awesome-CV
%
% Authors:
% Claud D. Park <[email protected]>
% Lars Richter <[email protected]>
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
%
%-------------------------------------------------------------------------------
% CONFIGURATIONS
%-------------------------------------------------------------------------------
% A4 paper size by default, use 'letterpaper' for US letter
\documentclass[11pt, a4paper]{awesome-cv}
% Configure page margins with geometry
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
% Color for highlights
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
% awesome-nephritis, awesome-concrete, awesome-darknight
\colorlet{awesome}{awesome-skyblue}
% Uncomment if you would like to specify your own color
% \definecolor{awesome}{HTML}{CA63A8}
% Colors for text
% Uncomment if you would like to specify your own color
\definecolor{text}{HTML}{2C2C2C}
% \definecolor{text}{HTML}{333333}
% \definecolor{graytext}{HTML}{5D5D5D}
% \definecolor{lighttext}{HTML}{999999}
% \definecolor{sectiondivider}{HTML}{5D5D5D}
% Set false if you don't want to highlight section with awesome color
\setbool{acvSectionColorHighlight}{true}
% If you would like to change the social information separator from a pipe (|) to something else
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
%-------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%-------------------------------------------------------------------------------
% Available options: circle|rectangle,edge/noedge,left/right
\photo{./resources/profile.png}
\name{Lucas}{Fagliano}
\position{Data Officer{\enskip\cdotp\enskip}Data engineering and data solutions}
\mobile{(+49) 0152-960412}
\email{[email protected]}
%\dateofbirth{January 1st, 1970}
%\homepage{www.posquit0.com} --- We should make it for displaying flask and django projects
\github{lfagliano}
\linkedin{lucasfagliano}
% \gitlab{gitlab-id}
% \stackoverflow{SO-id}{SO-name}
% \twitter{@twit}
% \skype{skype-id}
% \reddit{reddit-id}
% \medium{madium-id}
% \kaggle{kaggle-id}
% \hackerrank{hackerrank-id}
% \googlescholar{googlescholar-id}{name-to-display}
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
% \extrainfo{extra information}
%\quote{``Be the change that you want to see in the world."}
%-------------------------------------------------------------------------------
% LETTER INFORMATION
% All of the below lines must be filled out
%-------------------------------------------------------------------------------
% The company being applied to
\recipient
{ABN AMRO}
{}
% {Karperstraat 8, 1075 KZ Amsterdam, Netherlands}
% The date on the letter, default is the date of compilation
\letterdate{\today}
% The title of the letter
\lettertitle{Job Application for ETL Developer at ABN AMRO}
% How the letter is opened
\letteropening{Dear Ali Coskun and Marcel Vos,}
% How the letter is closed
\letterclosing{Sincerely,}
% Any enclosures with the letter
%\letterenclosure{}
%[Attached]{Curriculum Vitae}
%-------------------------------------------------------------------------------
\begin{document}
% Print the header with above personal information
% Give optional argument to change alignment(C: center, L: left, R: right)
\makecvheader[R]
% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
\makecvfooter
{\today}
{Lucas Fagliano~~~·~~~Cover Letter}
{\thepage}
% Print the title with above letter information
\makelettertitle
%-------------------------------------------------------------------------------
% LETTER CONTENT
%-------------------------------------------------------------------------------
\begin{cvletter}
I am writing to express my interest in the ETL Developer position at ABN AMRO, as described in the job posting. With a comprehensive background in Data Engineering and DevOps, I am excited about the opportunity to contribute to your team, leveraging my expertise in creating and monitoring ETL pipelines and my readiness to expand my skills in Azure cloud infrastructure.
Currently, as a Data Officer at the Armed Conflict Location and Events Data Project (ACLED), I have developed a profound skill set in cloud infrastructure and data pipeline management, predominantly in environments other than Azure. Although I have not directly worked with Azure, my experience with other cloud providers has provided me with a strong foundation in cloud computing principles and practices. I am highly enthusiastic about the prospect of broadening my expertise by diving into Azure technologies and am confident in my ability to rapidly assimilate and excel in this new environment.
My experience in YAML has been largely through the implementation of Github Actions. This experience has honed my skills in CI/CD tooling, a key component of the role at ABN AMRO. I am adept at using these skills to enhance operational efficiencies and ensure the seamless execution of development pipelines.
One of my key strengths is the unique combination of DevOps and Data Engineering skills. This dual capability allows me not only to develop robust ETL pipelines but also to effectively monitor and optimize them. In my current role, I have been instrumental in deploying and managing various data engineering tools and ensuring their optimal performance. This experience has provided me with a holistic understanding of the data life cycle, from creation and extraction to transformation and loading, making me well-equipped to handle the responsibilities of an ETL Developer at ABN AMRO.
I am particularly excited about the opportunity to work within an agile DevOps team at ABN AMRO. I am eager to bring my collaborative spirit, problem-solving skills, and technical expertise to your esteemed team. I look forward to the prospect of contributing to the reporting processes for DNB, ECB, and tax authorities, and being part of a team that thrives on innovation and continuous improvement.
Thank you for considering my application. I am enthusiastic about the opportunity to bring my blend of skills and eagerness to learn to ABN AMRO and contribute to your team’s success. I am looking forward to the possibility of discussing my application further.
\end{cvletter}
%-------------------------------------------------------------------------------
% Print the signature and enclosures with above letter information
\makeletterclosing
\end{document}