Curriculum Vitae
Author
Guilherme Oliveira
Last Updated
9 years ago
License
Creative Commons CC BY 4.0
Abstract
Guilherme Oliveira's CV
Guilherme Oliveira's CV
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% "ModernCV" CV and Cover Letter
% LaTeX Template
% Version 1.11 (19/6/14)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Xavier Danaux (xdanaux@gmail.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template requires the moderncv.cls and .sty files to be in the same
% directory as this .tex file. These files provide the resume style and themes
% used for structuring the document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
\moderncvstyle{casual} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
\usepackage[scale=0.75]{geometry} % Reduce document margins
%\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
%\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name
%----------------------------------------------------------------------------------------
% NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------
\firstname{Guilherme} % Your first name
\familyname{Oliveira} % Your last name
% All information in this block is optional, comment out any lines you don't need
\title{Curriculum Vitae}
\address{10 Meisenweg, app 209 - 67663}{Kaiserslautern, Germany}
\mobile{+55 51 9162 9538}
\email{gosantos@ufrgs.br}
\homepage{github.com/~gosantos}{github.com/$\sim$gosantos} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example
\extrainfo{Invite me to drink a beer :)}
%\photo[70pt][0.4pt]{pictures/picture} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
%\quote{"A witty and playful quotation" - John Smith}
%----------------------------------------------------------------------------------------
\begin{document}
\makecvtitle % Print the CV title
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{Education}
\cventry{2011--2015}{Computer Science Bachelor}{Universidade Federal do Rio Grande do Sul}{Porto Alegre}{\textit{Brazil}}{} % Arguments not required can be left empty
\cventry{2016--Now}{Computer Science Bachelor}{Technische Universit\"{a}t Kaiserslautern}{Kaiserslautern}{\textit{Germany}}{}
%----------------------------------------------------------------------------------------
% TALK ABOUT THE THESIS
%----------------------------------------------------------------------------------------
%\section{Masters Thesis}
%\cvitem{Title}{\emph{Money Is The Root Of All Evil -- Or Is It?}}
%\cvitem{Supervisors}{Professor James Smith \& Associate Professor Jane Smith}
%\cvitem{Description}{This thesis explored the idea that money has been the cause of untold anguish %and suffering in the world. I found that it has, in fact, not.}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{Experience}
\subsection{Industry}
\cventry{2016--Now}{Software Engineer}{\textsc{TU Kaiserslautern}}{Kaiserslautern}{}{Working in a innovation project on Kaiserslautern University of Technology related with Internet of Things using Angular, Node, Express and other new technologies. }
\cventry{2014--2016}{Software Engineer}{\textsc{ADP}}{Porto Alegre}{}{Worked in a large project with people from India and EUA, using JEE, Agile (Scrum and XP) and other technologies and techniques such as JUnit, Code Review and TDD. }
%------------------------------------------------
\cventry{2014--2014}{Software Engineer}{\textsc{Cinted - UFRGS}}{Porto Alegre}{}{Worked as a front-end web developer, building an interface for a text miner using mainly JavaScript and its frameworks.}
%------------------------------------------------
\cventry{2012--2014}{Software Engineer}{CPD - UFRGS}{Porto Alegre}{}{Worked as a PHP web developer, creating softwares for internal use in the university, basically using PHP and Yii Framework to scaffold the development.}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
\section{Awards}
\cvitem{2013}{IELTS Certification - Overall: 7}
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{Computer skills}
\cvitem{}{\textsc{Java}, \textsc{C}, {HTML5}, \textsc{PHP}, {Ruby}}
\cvitem{}{\textsc{Javascript}, \textsc{JUnit}, {GIT}, {SVN}, {Agile}}
%----------------------------------------------------------------------------------------
% COMMUNICATION SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{Communication Skills}
\cvitem{2015}{Toastmaster Club}
%----------------------------------------------------------------------------------------
% LANGUAGES SECTION
%----------------------------------------------------------------------------------------
\section{Languages}
\cvitemwithcomment{Portuguese}{Mothertongue}{}
\cvitemwithcomment{English}{Advanced}{Conversationally fluent}
\cvitemwithcomment{Spanish}{Intermediate}{Good understanding and basic speaking skills}
\cvitemwithcomment{Deutsch}{Basic}{Basic words and phrases only}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\section{Interests}
\renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists
\cvlistdoubleitem{People}{Beer}
\cvlistdoubleitem{Soccer}{Cycling}
\cvlistdoubleitem{Guitar}{Music}
%----------------------------------------------------------------------------------------
\end{document}