summaryrefslogtreecommitdiff
path: root/cv.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cv.tex')
-rw-r--r--cv.tex196
1 files changed, 196 insertions, 0 deletions
diff --git a/cv.tex b/cv.tex
new file mode 100644
index 0000000..71bc93b
--- /dev/null
+++ b/cv.tex
@@ -0,0 +1,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}