64 lines
2.7 KiB
TeX
64 lines
2.7 KiB
TeX
|
|
\documentclass[11pt,a4paper,sans]{moderncv}
|
|
\moderncvstyle{classic} % Style options: 'casual', 'classic', 'oldstyle', 'banking'
|
|
\moderncvcolor{blue} % Color options: 'blue', 'orange', 'green', 'red', 'purple', 'grey', 'black'
|
|
|
|
\usepackage[scale=0.75]{geometry}
|
|
|
|
% Personal data
|
|
\name{Pedro Miguel}{Pessoa Cabral}
|
|
\title{Curriculum Vitae}
|
|
\address{Rittmeisterkoppel 14C}{22359 Hamburg}{Germany}
|
|
\phone[mobile]{+49-(0)-17657-909188}
|
|
\email{pmpcabral@posteo.de}
|
|
\homepage{https://git.sueo.de/pcabral}
|
|
\social[]{} % Optional: GitHub, LinkedIn, etc.
|
|
\photo[3.5cm][0pt]{../me_m_8x8_4x.jpg}
|
|
|
|
\begin{document}
|
|
|
|
\makecvtitle
|
|
|
|
\begin{minipage}[t]{0.48\textwidth}
|
|
\section{Profile}
|
|
\cvitem{Date of Birth}{January 17\textsuperscript{th}, 1988}
|
|
\cvitem{Place of Birth}{Setúbal, Portugal}
|
|
\cvitem{Nationality}{Portuguese}
|
|
\end{minipage}\hfill
|
|
\begin{minipage}[t]{0.48\textwidth}
|
|
\section{Languages}
|
|
\cvitemwithcomment{Portuguese}{First Language}{}
|
|
\cvitemwithcomment{German}{Fluent}{}
|
|
\cvitemwithcomment{English}{Fluent}{}
|
|
\cvitemwithcomment{Spanish}{Good}{}
|
|
\cvitemwithcomment{French}{Basic}{}
|
|
\end{minipage}\hfill
|
|
|
|
\section{Experience}
|
|
\cventry{Jun 2021 -- Jan 2025}{Software Developer}{For Sale Digital Internet-Agentur GmbH}{Hamburg, Germany}{}{
|
|
PHP (\textit{native, Laravel, WordPress}), JavaScript (\textit{Vanilla, jQuery}), MySQL, Google Cloud Platform, TypeScript, React, Jenkins, ShipIt, Docker, Shopify.
|
|
}
|
|
\cventry{Feb 2017 -- May 2021}{Software Developer}{HR4YOU AG}{Großefehn, Germany}{}{
|
|
PHP, JavaScript (\textit{Vanilla, jQuery}), MySQL, CSS, LESS.
|
|
}
|
|
\cventry{Sep 2014 -- Apr 2016}{Support \& Operations}{SAFIRA/KPMG}{Carnaxide, Portugal}{}{
|
|
IBM Business Process Management, Forefront Identity Manager (\textit{FIM}).
|
|
}
|
|
\cventry{Apr 2013 -- Sep 2014}{Software Developer}{SAFIRA}{Carnaxide, Portugal}{}{
|
|
IBM BPM, IBM WebSphere Message Broker, SQL.
|
|
}
|
|
|
|
\section{Education}
|
|
\cventry{2013}{Bachelor of Science}{Faculdade de Ciências e Tecnologia, Universidade Nova de Lisboa}{Caparica, Portugal}{}{}
|
|
|
|
\section{Skills}
|
|
\cvitem{Languages}{PHP, JavaScript (\textit{Vanilla}), TypeScript, SQL, CSS, SCSS, HTML}
|
|
\cvitem{Frameworks \& Libraries}{Laravel, React, jQuery, Bootstrap}
|
|
\cvitem{Content Management Systems}{WordPress, Shopify}
|
|
\cvitem{Dev Tools \& Package Managers}{PHPStorm, Visual Studio Code, Git, Composer, npm, Vite}
|
|
\cvitem{DevOps \& Automation Tools}{Jenkins, ShipIt, Docker, Kubernetes, Google Cloud Platform}
|
|
\cvitem{Software Development Practices}{Test-Driven Development (TDD), Object-Oriented Programming (OOP), Mobile-First Design}
|
|
\cvitem{Soft Skills}{Effective team player, collaborator and mentor; Strong communication and interpersonal skills; Experienced moderator}
|
|
|
|
\end{document}
|