summaryrefslogtreecommitdiff
path: root/cv.tex
blob: d5141954b0ebc33aee2a3583acdeb2eba4a41e78 (plain)
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
% -- Encoding UTF-8 without BOM
% -- XeLaTeX => PDF (BIBER)

\documentclass[]{cv-style}          % Add 'print' as an option into the square bracket to remove colours from this template for printing.
                                    % Add 'espanol' as an option into the square bracket to change the date format of the Last Updated Text

\sethyphenation[variant=british]{english}{} % Add words between the {} to avoid them to be cut

\begin{document}

\header{Rafael}{Marçalo}           % Your name
% \lastupdated

%----------------------------------------------------------------------------------------
%	SIDEBAR SECTION  -- In the aside, each new line forces a line break
%----------------------------------------------------------------------------------------

\begin{aside}
%
\section{contact}
Moita, Setúbal
Portugal
~
work@rafaelmarcalo.xyz
~
\url{rafaelmarcalo.xyz}
~
{\fontspec{CaskaydiaCove Nerd Font}} rafa-99
%
\section{languages}
Portuguese (Native)
English (C1)
%
\section{programming}
JavaScript, TypeScript
C, C\#, Go, Java, Python
SQL, Shell Scripting
CSS, HTML, \LaTeX{}
%
\end{aside}

%----------------------------------------------------------------------------------------
%	SKILLS SECTION
%----------------------------------------------------------------------------------------

\section{skills}
  \vspace{-0.2cm}

.Net Framework, Ansible, Bootstrap, Docker, Excel, MySQL, NodeJS, Pandas, PowerBI, Seaborn, Unix

%----------------------------------------------------------------------------------------
%	WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------

\section{experience}

\begin{entrylist}
%------------------------------------------------
\entry
  {2022--Now}
  {CAST, Lda}
  {Olivais, Lisbon, Portugal}
  {\jobtitle{Software Programmer}\\
  As an IT Consultant, I am responsible for providing expert technical guidance and solutions to clients. This involves analyzing their business needs, recommending appropriate IT strategies, and designing/implementing custom systems and solutions. I also provide ongoing support and maintenance for the client's IT infrastructure, while continuously enhancing my expertise to offer innovative solutions.
  Detailed achievements:
  \begin{itemize}
    \item Automatic Programming
    \item Model Driven Applications
    \item Web Development in Healthcare Field
    \item Docker Image Deployment
    \item Graphical Design (Adobe Photoshop/GIMP)
    \item API Integration
    \item KANBAN Boards
    \item Microsoft Excel
  \end{itemize}}
%------------------------------------------------
\entry
  {2024}
  {Câmara Municipal da Moita}
  {Moita, Setúbal, Portugal}
  {\jobtitle{IT Support Technician (European Parliament Elections)}\\
  In order to support of the electoral process, within the scope of the European elections, in order to facilitate the exercise of the right to vote on the move by dematerializing the electoral roll.\\
  Detailed achievements:
  \begin{itemize}
    \item IT System BackOffice Management
    \item Training and support for the members of the electoral board
  \end{itemize}}
%------------------------------------------------
\entry
  {2022}
  {CAST, Lda}
  {Olivais, Lisbon, Portugal}
  {\jobtitle{Internship}\\
  Internship related to the Bachelor's degree in Computer Science Engineering, where students enroll in a company or organization. During the internship, students utilize available resources and technologies, while following established social and collaborative procedures and processes. This allows students to establish an effective connection with potential employers. \\
  Detailed achievements:
  \begin{itemize}
    \item Automatic Programming
    \item Model Driven Applications
    \item Web Development in Healthcare Field
  \end{itemize}}
%------------------------------------------------

\end{entrylist}

%----------------------------------------------------------------------------------------
%	EDUCATION SECTION
%----------------------------------------------------------------------------------------

\section{education}

\begin{entrylist}
%------------------------------------------------
\entry
{2023--Now}
{M.Sc. {\normalfont in Software Engineering}}
{Polytechnic Institute of Setúbal}
{\vspace{-0.3cm}}
%------------------------------------------------
\entry
{2019--2022}
{B.Eng. {\normalfont in Computer Science}}
{Polytechnic Institute of Setúbal}
{(Emphasis in Software Engineering)}
%------------------------------------------------
\end{entrylist}

%----------------------------------------------------------------------------------------
%	OTHER QUALIFICATIONS SECTION
%----------------------------------------------------------------------------------------

\section{other qualifications}

\begin{entrylist}
%------------------------------------------------
\entry
{2024}
{Training for Election Board IT Support Technicians}
{Instituto do Emprego e Formação Profissional}
{\vspace{-0.3cm}}
%------------------------------------------------
\entry
{2013}
{English Language Summer Course}
{Easy Talk}
{\vspace{-0.3cm}}
%------------------------------------------------
\end{entrylist}

% %----------------------------------------------------------------------------------------
% %	AWARDS SECTION
% %----------------------------------------------------------------------------------------
%
% \section{awards}
%
% \begin{entrylist}
% %------------------------------------------------
% \entry
% {2014}
% {Award name}
% {Institution}
% {Award description. Award description. Award description. Award description. Award description. Award description. Award description. }
% %------------------------------------------------
% \end{entrylist}
%
% %----------------------------------------------------------------------------------------
% %	INTERESTS SECTION
% %----------------------------------------------------------------------------------------
%
% \section{interests}
%   \vspace{-0.2cm}
%
% \begin{entrylist}
% %------------------------------------------------
% \entry
% {2023--Now}
% {Swimming}
% {Alhos Vedros Municipal Swimming Pools}
% {\vspace{-0.3cm}}
% %------------------------------------------------
% \entry
% {2011--2023}
% {Athletics}
% {Clube Desportivo e Recreativo Ribeirinho}
% {\vspace{-0.3cm}}
% %------------------------------------------------
% \entry
% {2008--2015}
% {Scouts}
% {Agrupamento 688 Alhos Vedros}
% {\vspace{-0.3cm}}
% %------------------------------------------------
% \end{entrylist}
%
% %----------------------------------------------------------------------------------------

\end{document}