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
|
% Awesome Source CV LaTeX Template
%
% This template has been downloaded from:
% https://github.com/darwiin/awesome-neue-latex-cv
%
% Author:
% Christophe Roger
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
%Section compétences
\sectionTitle{Compétences}{\faTasks}
\renewcommand{\arraystretch}{1.1}
\begin{tabular}{>{}r>{}p{13cm}}
\textsc{Langages de programmation:} & \textbf{Java} (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#},asp.net)\\
\textsc{Programmation web:} & ZK, JSP, JSF, JBoss RichFaces, Javascript, jQuery, AngularJS, Bootstrap, LESS, CSS\\
\textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\
\textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, Visual Studio, Maven, Ant, SVN, git\\
\textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS})\\
\textsc{Systèmes d'exploitation:} & Mac OS, Windows 2003 Server, Windows 7, Linux Redhat, Linux Centos\\
\textsc{Conception:} & UML, Merise\\
\textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D
\end{tabular}
|