Skip to content

Commit

Permalink
Update positions and rework sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrp committed Jun 18, 2022
1 parent 0abd2bd commit 064392b
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 47 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.log
*.out
*.pdf
*synctex.gz

9 changes: 2 additions & 7 deletions cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@
%
% 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}

Expand All @@ -49,7 +44,6 @@
% 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
Expand All @@ -75,9 +69,9 @@
%% \firstname and \lastname will be used
% \googlescholar{googlescholar-id}{}
% \extrainfo{extra informations}

\quote{``Choose a job you love, and you will never have to work a day in your life."}

\renewcommand{\acvHeaderAfterNameSkip}{2mm}

%-------------------------------------------------------------------------------
\begin{document}
Expand All @@ -97,6 +91,7 @@
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%-------------------------------------------------------------------------------
\vspace{-2mm}
\input{sections/summary.tex}
\vspace{-2mm}
\input{sections/skills.tex}
Expand Down
1 change: 0 additions & 1 deletion sections/certifications.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
%-------------------------------------------------------------------------------
\cvsection{Certifications}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
Expand Down
15 changes: 2 additions & 13 deletions sections/education.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,20 @@
%-------------------------------------------------------------------------------
\cvsection{Education}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}

%---------------------------------------------------------
\cventry
{Bachelor's Degree, Information Technology} % Degree
{UNIPD, Universita degli studi di Padova} % Institution
{Started Bachelor's Degree, Information Technology} % Degree
{UNIPD, Universita degli studi di Padova \textmd{\bodyfontlight{(after High School techincal diploma)}}} % Institution
{Padova, Italy} % Location
{Sep. 2004 - Not completed} % Date(s)
{
}
\vspace{-5mm}

%---------------------------------------------------------
\cventry
{Technical Diploma} % Degree
{I.T.I.S E. Barsanti} % Institution
{Castelfranco V., Italy} % Location
{Sep. 2001 - Jun. 2004} % Date(s)
{
}
\vspace{-5mm}

%---------------------------------------------------------
\end{cventries}
33 changes: 21 additions & 12 deletions sections/experience.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,35 @@
%-------------------------------------------------------------------------------
\cvsection{Work Experience}



%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cventries}

%---------------------------------------------------------
\cventry
{Technical Lead} % Job title
{Porsche Digital GmbH} % Organization
{Ludwigsburg, Germany} % Location
{Sep. 2022 - Future} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Leading a team in developing high quality Vue frontend applications and Kotlin backend services}
\end{cvitems}
}

%---------------------------------------------------------
\cventry
{Technical Lead - Data Streaming} % Job title
{mimacom Deutschland GmbH} % Organization
{Stuttgart, Germany} % Location
{Sep. 2021 - Present} % Date(s)
{Sep. 2021 - Aug. 2022} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Internal trainings and public training offering for Kafka}
\item {Contributing to the company blog in the area of Data Streaming}
\item {Participating and speaking in conferences}
\item {Researching the state of the art in the area of Data Streaming to drive the company in the right direction}
\item {Contributed to the company blog in the area of Data Streaming}
\item {Spoke in conferences about Kafka ALC management, Event Driven Architecture}
\item {Being the reference point for the company in the area of Data Streaming and Kafka}
\end{cvitems}
}

Expand All @@ -30,15 +40,15 @@
{Senior Software Engineer / Solution Architect} % Job title
{mimacom Deutschland GmbH} % Organization
{Stuttgart, Germany} % Location
{Jun. 2016 - Present} % Date(s)
{Jun. 2016 - Aug. 2022} % Date(s)
{
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Facilitated MyPorsche cross team architectural discussions providing valuable input and opinions}
\item {Designed and implemented automatic Kafka deployment via Terraform and Ansible for the main Kafka cluster in MyPorsche}
\item {Driven the transformation of a monolith into Spring/Quarkus micro services communicating over Kafka to modernize and scale the application}
\item {Bootstrapped and developed the official MyPorsche Inbox end customer application using Angular and GraphQL/DynamoDB/AWSLambda}
\item {Designed and implemented automatic MyPorsche Kafka cluster deployment via Terraform and Ansible}
\item {Driven the transformation of a monolith into Spring/Quarkus micro services communicating over Kafka to allow application scaling}
\item {Bootstrapped and developed the official MyPorsche Inbox frontend customer application using Angular and GraphQL/DynamoDB/AWSLambda}
\item {Set up distributed tracing via Opentracing and NewRelic to allow effective intra and cross team distributed tracing}
\item {Set up CI/CD pipelines via CodePipeline for automated build, test and deployments to Production}
\item {Set up CI/CD pipelines for automated build, test and deployments to Production}
\end{cvitems}
}

Expand All @@ -52,7 +62,6 @@
\begin{cvitems} % Description(s) of tasks/responsibilities
\item {Designed and implemented an explorer like interface in AngularJS for dynamic content}
\item {Implemented a two layer cache based on aggregated hash keys using Varnish in Liferay 5.x}
\item {Maintained and configured Jboss/Tomcat/SOLR application servers}
\end{cvitems}
}

Expand Down
10 changes: 4 additions & 6 deletions sections/skills.tex
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------

\cvsection{Skills}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
Expand All @@ -18,22 +16,22 @@
%---------------------------------------------------------
\cvskill
{Programming} % Category
{Java, Javascript, Typescript, Kotlin, Scala, Python, Haskell, SH/BASH, C/C++} % Skills
{Java, Javascript, Typescript, Kotlin, Scala, Haskell, eLisp, Lua, SH/BASH, Rust, Python, C/C++} % Skills

%---------------------------------------------------------
\cvskill
{Front-end} % Category
{Angular, Akita, React, HTML5, CSS3, SASS/SCSS, Webpack, Apollo} % Skills
{Angular, React, HTML5, CSS3, Akita, SASS/SCSS, Webpack, Rollup, Next.js, GraphQL} % Skills

%---------------------------------------------------------
\cvskill
{Back-end} % Category
{Spring, Quarkus, Jax-RS, ExpressJS, OAS3, REST, GraphQL, Reactive APIs, Kafka, Apigee, Traefik, SQL, Mongo, Redis, ELK} % Skills
{Spring, Quarkus, Node.js, Nest.js, OAS3, REST, GraphQL, Reactive APIs, Kafka, Apigee, Envoy, Traefik, SQL, Mongo, Redis, ELK} % Skills

%---------------------------------------------------------
\cvskill
{DevOps} % Category
{AWS, Kubernetes, Docker, Terraform, Ansible, Jenkins, CodePipeline, NewRelic, Splunk} % Skills
{AWS, Azure, Kubernetes, Docker, Terraform, Ansible, CI/CD, Service Mesh, Blue/Green, NewRelic, Splunk} % Skills

%---------------------------------------------------------
\cvskill
Expand Down
10 changes: 2 additions & 8 deletions sections/summary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@
%-------------------------------------------------------------------------------
\cvsection{Summary}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvparagraph}

%---------------------------------------------------------
Passionate software engineer eager to experiment with new technologies and
that believes that it's always worth running the extra mile. Focused on working
towards reaching the best outcome for the customer with a completely
transparent approach. Brings in the ability to learn quickly and to adapt
promptly to new environments, strong analytical and problem solving skills,
years of experience in designing solutions for big customers and last but not
least a good sense of responsibility and initiative.
Passionate software engineer eager to experiment with new technologies and willing to go the extra mile to deliver amazing products.
Brings in the ability to learn quickly and to adapt promptly to new environments, strong analytical and problem solving skills, years of experience in designing solutions for big customers and last but not least a good sense of responsibility and initiative.
\end{cvparagraph}

0 comments on commit 064392b

Please sign in to comment.