-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv_la_sse_cpp_fr.html
More file actions
65 lines (63 loc) · 1.62 KB
/
cv_la_sse_cpp_fr.html
File metadata and controls
65 lines (63 loc) · 1.62 KB
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
<!DOCTYPE html>
<html>
<head>
<title>CV Ludovic Aubert</title>
<script type="module" src="cv_la_fr.js"></script>
<link rel="stylesheet" type="text/css" href="cv_la.css">
<link rel="stylesheet" type="text/css" href="cv_la_senior_software_engineer_cpp.css">
</head>
<body onload="main();">
<div id="flex-container">
<div id="left-panel">
<br>
<div id="headline"></div>
<h1>Ludovic Aubert</h1>
<br>
<img id="pict" src="lax.png">
<h1>Formation</h1>
<hr />
<div id="education"></div>
<br>
<h1>Projet</h1>
<hr />
<div id="pitch"></div>
<h1>Compétences</h1>
<hr />
<ul>
<li>Langages: C++, SQL, Css, JavaScript, JSON, Html, Python</li>
<li>Bases de données: SQL Server, PostgreSQL, Oracle, MySQL</li>
<li>Environnements: Linux, Git, Kubernetes, AWS</li>
<li>Outils: CI/CD, TDD, ELT, NodeJS, JIRA, REST API</li>
<li>Méthodologies: Agile/Scrum, DevOps, test automatisés, architecture logicielle</li>
</ul>
<h1>Intérêt technique</h1>
<hr />
<ul>
<li>LLM, Kubernetes, performance des bases, cloud-native</li>
</ul>
<br>
<h1>Langages</h1>
<hr />
<p>Français (natif), Espagnol(B1), Allemand(C2), Anglais(C2)</p>
<br><br>
<h1>Contact</h1>
<hr />
<div id="contacts"></div>
<br>
<div id="links"></div>
<br>
<br>
<br>
<h1>Project Personel</h1>
<hr />
<div id="personal-project"></div>
</div>
<div id="right-panel">
<h2>Realisations</h2>
<div id="achievements"></div>
<h2>Hobby</h2>
<div id="hobby"></div>
</div>
</div>
</body>
</html>