Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 3.16 KB

File metadata and controls

64 lines (44 loc) · 3.16 KB

Pilot student

Based at Aix-les-Milles (LFMA), France.

METAR

Loading METAR LFML...
<script> (function () { var metarElement = document.getElementById("metar-lfml"); var fallbackMetar = "METAR LFML unavailable."; fetch("https://metar.vatsim.net/LFML") .then(function (response) { if (!response.ok) { throw new Error("HTTP " + response.status); } return response.text(); }) .then(function (metarText) { var clean = metarText.trim(); metarElement.textContent = clean || fallbackMetar; }) .catch(function () { metarElement.textContent = fallbackMetar; }); })(); </script>

Former DevOps Engineer

7 years in tech industry, mainly deploying cloud infrastructures.


Projects

Calcom helm chart

GitHub repository GitHub commit activity GitHub stars

Helm chart for Cal.com application, using a PostgreSQL database.

Home cluster

GitHub repository GitHub commit activity

Applications deployed on my Kubernetes home cluster, using ArgoCD and formerly SSO.


Certifications

Terraform Associate Badge Badge AWS Cloud Practitioner


Homelab

Redaction in progress...