71 lines
2.3 KiB
HTML
71 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{{template "head.tmpl" .}}
|
|
<link rel="stylesheet" href="resume.css"/>
|
|
</head>
|
|
<body>
|
|
{{template "header.tmpl" .}}
|
|
<div id="content">
|
|
<div id="nav">
|
|
<!--
|
|
<ul>
|
|
<li><a href="#formation">Formation</a></li>
|
|
<li><a href="#experience">Experience</a></li>
|
|
<li><a href="#competences">Competences</a></li>
|
|
</ul>
|
|
-->
|
|
<img src="static/2404.webp" alt="Ange DUHAYON" width="128">
|
|
</div>
|
|
<div id="main">
|
|
|
|
<h2 id="formation">FORMATION</h2>
|
|
<h3><b>EPITECH Toulouse</b> - Bachelor 2024</h3>
|
|
<ul>
|
|
<li>C/C++ (system programming, AI, ciphering, games)</li>
|
|
<li>Free languages (math, functional programming)</li>
|
|
<li>DevOps (GitHub Actions, Docker, Ansible, K8S)</li>
|
|
</ul>
|
|
|
|
<h2 id="experience">EXPERIENCE</h2>
|
|
<h3><b>Freelance</b> - DevOps</h3>
|
|
SEPTEMBER 2023 - TODAY
|
|
<ul>
|
|
<li>Server setup (Debian, Docker/K8S, web server, customer application)</li>
|
|
<li>CI/CD, real-time monitoring</li>
|
|
</ul>
|
|
<h3><b>Selfhost</b> - DevOps</h3>
|
|
JANUARY 2022 - TODAY
|
|
<ul>
|
|
<li>Debian, K8S, Gitea CI/CD</li>
|
|
<li>Nextcloud, Matrix.org, Jellyfin, SearXNG</li>
|
|
</ul>
|
|
<h3><b>EPITECH CodingClub association, Toulouse</b> - Cobra</h3>
|
|
JANUARY 2021 - JUNE 2024
|
|
<ul>
|
|
<li>Coding workshops for high school students</li>
|
|
</ul>
|
|
<h3><b>Predicloud, Toulouse</b> - DevOps SRE</h3>
|
|
JUNE 2022 - JULY 2023
|
|
<ul>
|
|
<li>CI/CD, K8S monitoring</li>
|
|
<li>Authentication solution (LDAP, SSO, Webhook) + Python backend</li>
|
|
<li>Mail server (Postfix, Dovecot)</li>
|
|
<li>Customer communication and troubleshooting</li>
|
|
</ul>
|
|
|
|
<h2 id="competences">COMPETENCES</h2>
|
|
<table>
|
|
<tr><th>LANGUAGES</th> <th>SOFTWARE</th></tr>
|
|
<tr><td>C/C++</td> <td>*nix</td></tr>
|
|
<tr><td>Python</td> <td>Git</td></tr>
|
|
<tr><td>Bash</td> <td>Vim</td></tr>
|
|
<tr><td>Go</td> <td>Docker</td></tr>
|
|
<tr><td>JS</td> <td>K8S</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|