yw5ncom/html/resume.html
ange ab48932ad5
All checks were successful
/ deploy (push) Successful in 51s
AAAAA
2025-03-09 06:53:25 +00:00

72 lines
2.2 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">
<img src="static/2404.webp" alt="Ange DUHAYON" width="128"><br>
{{template "phone"}}<br>
<a href="//yw5n.com">yw5n.com<br>
{{template "email"}}<br>
{{template "in"}}<br>
</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 Engineer</h3>
SEPTEMBER 2023 - TODAY
<ul>
<li>Docker / K8S</li>
<li>GitHub Actions</li>
<li>Prometheus</li>
<li>Python / Go backend</li>
</ul>
<h3><b>Selfhost</b> - DevOps Engineer</h3>
JANUARY 2022 - TODAY
<ul>
<li>Bare metal K8S</li>
<li>Gitea Actions</li>
<li>Nextcloud, Matrix.org, Jellyfin, SearXNG</li>
</ul>
<h3><b>EPITECH CodingClub association, Toulouse</b> - Trainer</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>GitLab CI</li>
<li>Prometheus, Grafana</li>
<li>OpenLDAP + Python frontend, Keycloak, K8S webhook</li>
<li>Postfix, Dovecot</li>
<li>Customer 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>