-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
108 lines (89 loc) · 4.97 KB
/
main.tex
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
% -- Encoding UTF-8 without BOM
% -- XeLaTeX => PDF (BIBER)
% Add 'print' as an option into the square bracket to remove colours from this template for printing.
\documentclass[]{cv-style}
\usepackage{graphicx}
\graphicspath{{images/}}
% Add words between the {} to avoid them to be cut
\sethyphenation[variant=british]{english}{}
\begin{document}
\header{Pierre}{ Martin}
\begin{aside}
\includegraphics[scale=0.24]{photo.jpg}
\section{contact}
+44 7947 936286
\section{languages}
French {\color{orange} $\star\star\star$}
English {\color{orange} $\star\star\star$}
Portuguese {\color{orange} $\star$}
\end{aside}
\section{personality}
With a problem-solver mindset, Pierre is seen as an original leader. Creative tech addict since 1998 when he took his first steps into programming, he fully embraces being a geek, always looking to learn and stay up-to-date with technology trends.\\\\
Pierre likes to find elegant solutions to problems,to bootstrap ideas from scratch, and to carry projects to success. He enjoys building healthy foundations and encourages strong guidelines adoption, while promoting knowledge sharing.\\\\
Being a fast learner allows Pierre to stay up-to-date with technology trends.
\section{interests}
\textbf{Personal}: Guitar and sax player. Microcontrolers geek. Chess enthusiast. House rabbits owner. Battlefield and battlegrounds player. MtG builder. \textbf{Professional}: Blockchain and smart-contract enthusiast. AI \& ML worshiper.
\section{know-how}
\textbf{Languages}: Elixir {\color{red} $\varheartsuit$}, Ruby, Go, C++, PHP, Java etc.
\textbf{Devops}: Git, Docker, AWS, Ansible.
\textbf{OS}: GNU - Linux. Significant experience with MacOS X and Windows.
\section{experience}
\begin{jobs}
\job{2015 -- present}{Solution Architect}{Altolabs / Snappic}{PT, UK}{
Technical lead for a global social online shopping platform offering acquisition and re-targeting ads.\\
\vspace{-0.2cm}
\begin{itemize}
\item Lead a team of 4 to 6 engineers and orchestrate relations with other departments.
\item On point for API definition, backend development, devops, technology choices etc.
\item Scaled from 17 to 250+ global customers within 1.5 years by re-architecturing legacy platform into a modern codebase.
\item Pivoted the product within a week by quickly researching and integrating retargeting ad delivery into the existing platform in response to an increasing competitive landscape.
\end{itemize}
}
\job{2015 -- 2016}{Co-Founder}{Sudoers LDA}{PT}{
Business kickstarter offering deep expertise over code audits, development tasks, and IT consultancy.\\
\vspace{-0.2cm}
\begin{itemize}
\item Secured, hot-fixed and led extensions for a sport trading platform.
\item Led development of auditing and reporting back-office tools for the 5th largest Portuguese bank.
\item Consulted as team lead and mentor of 5, tasked with creating a socially-driven professional evaluation platform.
\item Adapted in a very agile manner to diverse technical environments to deliver on the project commitments.
\end{itemize}
}
\pagebreak
\job{2012 -- 2015}{Founder}{Pierre qui Roule}{USA, FR}{
Innovator and sole developer of an unique solution for document recognition and data extraction.\\
\vspace{-0.2cm}
\begin{itemize}
\item Created a full AI-driven framework and its backend allowing code-free training of embeddable image recognition packages.
\item Successfully distributed the solution to 500+ SMB (prepaid document recognition, fraud prevention) and public sector entities (license plate recognition).
\item Source code acquired by ATOS Worldline (official documents, energy bills etc).
\end{itemize}
}
\job{2011 -- 2015}{Co-Founder}{WID LLC}{USA, FR}{
Team-lead and AI expert developing custom-tailored transportation management systems for logistic companies.\\
\vspace{-0.2cm}
\begin{itemize}
\item Oversaw the creation of multi-modular transportation management software.
\item Researched and deployed an AI enabling transportation companies to obtain precise ETAs of trailers onboarded on trains.
\end{itemize}
}
\job{2010 -- 2011}{Lead Developer}{LDLC}{FR}{
Skilled developer offering expertise in creation of document management solutions.\\
\vspace{-0.2cm}
\begin{itemize}
\item Created and maintained prepaid document handling software.
\item Integrated many bank scanners allowing wider adoptability of the end product.
\end{itemize}
}
\job{2005 -- 2009}{Co-Founder / Developer}{Scilice / BCMD}{FR}{
Opensource evangelist with focus on leading innovation in embedded and mobile solutions.\\
\vspace{-0.2cm}
\begin{itemize}
\item Planned, architectured and deployed bespoke ERP / CRM / SCM modules for a global luxury saddlery.
\item Kicked-off and architectured the development of an interactive tourist guide leveraging pioneer geofencing algorithms.
\item Developed embbedded software to visually classify items on live food-processing chains.
\end{itemize}
}
\end{jobs}
\end{document}