2025-02-11 11:26:39 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "description" content = "CV" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Curriculum Vitæ< / title >
2025-02-16 00:03:30 +01:00
<!--
2025-02-23 03:36:20 +01:00
< link rel = "stylesheet" href = "../style/debug.css" >
2025-02-15 15:46:54 +01:00
<!-- -->
2025-02-23 03:36:20 +01:00
< link rel = "stylesheet" href = "../fonts/forkawesome-webfont.css" >
< link rel = "stylesheet" href = "../style/reset.css" >
< link rel = "stylesheet" href = "../style/main.css" >
< script defer src = "../script/main.js" > < / script >
2025-02-11 11:26:39 +01:00
< / head >
< body >
2025-02-11 17:10:11 +01:00
<!-- columns / start -->
< div class = "columns" >
2025-02-11 11:26:39 +01:00
< aside >
2025-02-11 17:10:11 +01:00
2025-02-16 17:02:16 +01:00
< article class = "org" > < header class = "org" >
< div class = "position" >
< h1 class = "title" > Marc Beninca< / h1 >
2025-02-17 20:07:34 +01:00
< p class = "sub" > < span class = "fa fa-search" > < / span >
2025-02-16 03:10:19 +01:00
< a href = "https://www.openstreetmap.org/?query=Bordeaux" > Bordeaux< / a > ,
< a href = "https://www.openstreetmap.org/?query=Metropolitan%20France" > France< / a >
2025-02-16 13:40:52 +01:00
< / p >
2025-02-16 17:02:16 +01:00
< / div >
2025-02-16 20:03:30 +01:00
< button id = "theme" > < / button >
2025-02-16 17:02:16 +01:00
< / header >
2025-02-18 16:37:05 +01:00
2025-02-16 17:02:16 +01:00
< section class = "banner" >
2025-02-23 20:53:27 +01:00
< a href = "../img/photo.png" >
2025-02-23 03:36:20 +01:00
< img class = "big photo" src = "../img/photo.png" alt = "Me in front of hex dumps." >
2025-02-23 20:53:27 +01:00
< / a >
2025-02-16 17:02:16 +01:00
< table > < tbody >
2025-02-16 15:32:53 +01:00
< tr >
2025-02-23 03:36:20 +01:00
< th > < a href = "../en" > English< / a > < / th >
< td class = "logo" > < img class = "logo" src = "../img/en.png" alt = "American flag" > < / td >
2025-02-16 17:02:16 +01:00
< td > C2< / td >
2025-02-16 15:32:53 +01:00
< / tr >
< tr >
2025-02-23 03:36:20 +01:00
< th > < a href = "../fr" > French< / a > < / th >
< td class = "logo" > < img class = "logo" src = "../img/fr.png" alt = "French flag" > < / td >
2025-02-16 17:02:16 +01:00
< td > C2< / td >
2025-02-16 15:32:53 +01:00
< / tr >
< / tbody > < / table >
2025-02-18 16:37:05 +01:00
< p > Talence,< br >
Bordeaux,< br >
France< / p >
2025-02-11 23:12:14 +01:00
< / section >
2025-02-18 16:37:05 +01:00
< / article >
< section >
< h2 > Contact< / h2 >
< section class = "banner" >
2025-02-23 03:37:59 +01:00
< a href = "../vcard.vcf" >
2025-02-23 03:36:20 +01:00
< img class = "big" id = "vcard" src = "../img/vcard.svg" alt = "Vcard QR code." > < / a >
2025-02-12 22:11:46 +01:00
< table > < tbody >
< tr >
2025-02-23 03:36:20 +01:00
< th class = "logo" > < img class = "logo" src = "../img/tel.svg" alt = "Tel logo" > < / th >
2025-02-18 14:57:20 +01:00
< td > < span class = "fa fa-plus" > < / span > 33 6 07 47 84 34< / td >
2025-02-16 03:10:19 +01:00
< / tr >
< tr >
2025-02-23 03:36:20 +01:00
< th class = "logo" > < img class = "logo" src = "../img/mail.svg" alt = "Mail logo" > < / th >
2025-02-17 18:26:53 +01:00
< td > cv < span class = "fa fa-at" > < / span > marc.beninca.link< / td >
2025-02-12 22:11:46 +01:00
< / tr >
< tr >
2025-02-23 03:36:20 +01:00
< th class = "logo" > < img class = "logo" src = "../img/link.svg" alt = "Link logo" > < / th >
2025-02-18 14:57:20 +01:00
< td > < a href = "https://marc.beninca.link" > marc.beninca.link< / a > < / td >
2025-02-12 22:11:46 +01:00
< / tr >
< / tbody > < / table >
2025-02-18 16:37:05 +01:00
< / section >
< / section >
2025-02-11 17:10:11 +01:00
2025-02-11 23:12:14 +01:00
< section >
< h2 > Skills< / h2 >
2025-02-12 22:11:46 +01:00
2025-02-16 02:21:19 +01:00
< article >
2025-02-12 22:48:46 +01:00
< h3 > Boot< / h3 >
2025-02-18 14:32:13 +01:00
< ul >
< li > BIOS, EFI, GRUB, Live Boot, Parted< / li >
2025-02-24 02:39:49 +01:00
< li > BTRFS, ESP, LVM, RAID, SquashFS< / li >
< li > CryptSetup, LUKS, Secure Boot< / li >
2025-02-18 14:32:13 +01:00
< / ul >
2025-02-16 02:21:19 +01:00
< / article >
2025-02-12 22:48:46 +01:00
2025-02-16 02:21:19 +01:00
< article >
2025-02-18 14:32:13 +01:00
< h3 > Operating Systems (Linux)< / h3 >
< ul >
< li > Debian, Mint, Ubuntu< / li >
< li > Alma, OpenSUSE, Rocky< / li >
< li > Alpine, Arch, Guix< / li >
< / ul >
2025-02-16 02:21:19 +01:00
< / article >
2025-02-12 23:15:51 +01:00
2025-02-16 02:21:19 +01:00
< article >
2025-02-24 02:39:49 +01:00
< h3 > CI / CD< / h3 >
2025-02-18 14:32:13 +01:00
< ul >
2025-02-24 02:39:49 +01:00
< li > Ansible, Jenkins, Nexus, SonarQube< / li >
2025-02-18 14:32:13 +01:00
< li > ForgeJo, Gitea, GitHub, GitLab< / li >
2025-02-24 02:39:49 +01:00
< li > Maven, NPM, PIP, UV< / li >
2025-02-18 14:32:13 +01:00
< / ul >
2025-02-16 02:21:19 +01:00
< / article >
2025-02-12 22:11:46 +01:00
2025-02-16 02:21:19 +01:00
< article >
2025-02-12 22:48:46 +01:00
< h3 > Virtualization< / h3 >
2025-02-18 14:32:13 +01:00
< ul >
< li > Docker, LXC< / li >
< li > MSys2, WINE< / li >
< li > ProxMox, vSphere< / li >
< li > QEMU, VirtualBox< / li >
< / ul >
2025-02-16 02:21:19 +01:00
< / article >
2025-02-12 22:48:46 +01:00
2025-02-16 02:21:19 +01:00
< article >
2025-02-12 23:15:51 +01:00
< h3 > Code< / h3 >
2025-02-18 14:32:13 +01:00
< ul >
2025-02-24 02:39:49 +01:00
< li > BASH, POSIX Shell< / li >
2025-02-18 14:32:13 +01:00
< li > CSS, HTML, JavaScript< / li >
< li > Java, Python< / li >
< li > Codium, Git< / li >
< / ul >
2025-02-16 02:21:19 +01:00
< / article >
2025-02-12 22:48:46 +01:00
2025-02-16 02:21:19 +01:00
< article >
2025-02-12 22:48:46 +01:00
< h3 > Cryptography< / h3 >
2025-02-18 14:32:13 +01:00
< ul >
2025-02-24 02:39:49 +01:00
< li > GPG, OpenPGP, Pass< / li >
2025-02-18 14:32:13 +01:00
< li > OpenSSH, OpenSSL< / li >
< / ul >
2025-02-16 02:21:19 +01:00
< / article >
2025-02-12 22:48:46 +01:00
2025-02-16 02:21:19 +01:00
< article >
2025-02-12 22:48:46 +01:00
< h3 > Documentation< / h3 >
2025-02-18 14:32:13 +01:00
< ul >
< li > LaTeX, XeLaTeX< / li >
< li > MarkDown, ReStructuredText< / li >
< li > PanDoc, PDFTK, Sphinx< / li >
< / ul >
2025-02-16 02:21:19 +01:00
< / article >
2025-02-12 23:15:51 +01:00
2025-02-16 02:21:19 +01:00
< article >
2025-02-12 23:15:51 +01:00
< h3 > Web< / h3 >
2025-02-18 14:32:13 +01:00
< ul >
< li > BIND, DNS, UnBound< / li >
< li > CertBot, HTTPS< / li >
< li > HTTPd, NginX< / li >
2025-02-24 02:39:49 +01:00
< li > TomCat, uWSGI< / li >
2025-02-18 14:32:13 +01:00
< / ul >
2025-02-16 02:21:19 +01:00
< / article >
2025-02-12 22:48:46 +01:00
2025-02-11 23:12:14 +01:00
< / section >
2025-02-12 21:08:20 +01:00
< section >
< h2 > Links< / h2 >
2025-02-11 17:10:11 +01:00
2025-02-22 13:40:17 +01:00
< table > < tbody >
2025-02-11 17:10:11 +01:00
< tr >
2025-02-22 13:40:17 +01:00
< th scope = "row" > Forge< / th >
2025-02-23 03:36:20 +01:00
< td class = "logo" > < img class = "logo" src = "../img/forgejo.svg" alt = "ForgeJo logo" > < / td >
2025-02-12 22:48:46 +01:00
< td > < a href = "https://forge.rwx.work/marc.beninca" > forge.rwx.work< / a > < / td >
2025-02-11 17:10:11 +01:00
< / tr >
2025-02-16 19:21:50 +01:00
< tr > < td colspan = "3" > < hr > < / td > < / tr >
2025-02-11 22:42:57 +01:00
< tr >
2025-02-22 13:40:17 +01:00
< th scope = "row" > BlueSky< / th >
2025-02-23 03:36:20 +01:00
< td class = "logo" > < img class = "logo" src = "../img/bluesky.svg" alt = "BlueSky logo" > < / td >
2025-02-15 12:05:06 +01:00
< td > < a href = "https://bsky.app/profile/marc.beninca.link" > marc.beninca.link< / a > < / td >
2025-02-11 22:42:57 +01:00
< / tr >
2025-02-16 19:21:50 +01:00
< tr > < td colspan = "3" > < hr > < / td > < / tr >
2025-02-11 22:42:57 +01:00
< tr >
2025-02-22 13:40:17 +01:00
< th scope = "row" > LinkedIn< / th >
2025-02-23 03:36:20 +01:00
< td class = "logo" > < img class = "logo" src = "../img/linkedin.svg" alt = "LinkedIn logo" > < / td >
2025-02-15 18:26:46 +01:00
< td > < a href = "https://linkedin.com/in/marc-beninca" > marc-beninca< / a > < / td >
< / tr >
< tr >
2025-02-22 13:40:17 +01:00
< th scope = "row" > YouTube< / th >
2025-02-23 03:36:20 +01:00
< td class = "logo" > < img class = "logo" src = "../img/youtube.svg" alt = "YouTube logo" > < / td >
2025-02-12 22:11:46 +01:00
< td > < a href = "https://youtube.com/@marc.beninca" > marc.beninca< / a > < / td >
2025-02-11 22:42:57 +01:00
< / tr >
2025-02-22 13:40:17 +01:00
< / tbody > < / table >
2025-02-11 17:10:11 +01:00
2025-02-11 22:42:57 +01:00
< / section >
2025-02-11 17:10:11 +01:00
2025-02-12 21:08:20 +01:00
< section >
< h2 > Identity< / h2 >
< table > < tbody >
< tr >
2025-02-22 13:40:17 +01:00
< th scope = "row" > KeyOxide< / th >
2025-02-23 03:36:20 +01:00
< td class = "logo" > < img class = "logo" src = "../img/keyoxide.svg" alt = "KeyOxide logo" > < / td >
2025-02-14 22:30:54 +01:00
< td > < a href = "https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54" > ASP< / a > ,
< a href = "https://keyoxide.org/08EDA7006234A0EB29A3A8471DBD5EC4BADA5579" > OpenPGP< / a > < / td >
2025-02-12 21:08:20 +01:00
< / tr >
< tr >
2025-02-22 13:40:17 +01:00
< th scope = "row" > OpenPGP< / th >
2025-02-23 03:36:20 +01:00
< td class = "logo" > < img class = "logo" src = "../img/openpgp.svg" alt = "OpenPGP logo" > < / td >
2025-02-12 21:08:20 +01:00
< td > < a href = "https://keys.openpgp.org/search?q=08EDA7006234A0EB29A3A8471DBD5EC4BADA5579" > keys.openpgp.org< / a > < / td >
< / tr >
< / tbody > < / table >
< / section >
2025-02-11 11:26:39 +01:00
< / aside >
2025-02-11 17:10:11 +01:00
< main >
2025-02-16 14:37:25 +01:00
< article class = "org" > < header class = "org" >
< div class = "position" >
< h1 class = "title" > System/Software Architect< / h1 >
< p class = "sub" > Exploring & automating Information Technologies< / p >
< / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > < time datetime = "P23Y" > 23 years< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2025" > 2025< / time > ← < time datetime = "2002-05" > 2002< / time > < / p >
2025-02-16 14:37:25 +01:00
< / div > < / header >
< ul >
< li > booting, building, configuring, securing and maintaining operating systems< / li >
< li > modeling, implementing, updating, integrating and deploying software projects< / li >
< / ul >
< / article >
2025-02-11 20:56:48 +01:00
< section >
< h2 > Experience< / h2 >
2025-02-11 22:42:57 +01:00
2025-02-16 00:03:30 +01:00
< article class = "org" > < header class = "org" >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/dirisi.png" alt = "DIRISI logo" >
2025-02-15 22:34:03 +01:00
< div class = "position" >
2025-02-23 23:13:34 +01:00
< p class = "title" > < a href = "https://en.wikipedia.org/wiki/Joint_Directorate_of_Infrastructure_Networks_and_Information_Systems" > < abbr title = "Direction Interarmées des Réseaux d’Infrastructure et Systèmes d’Information" > DIRISI< / abbr > (Joint Directorate of Infrastructure Networks & < abbr title = "Information Systems" > IS< / abbr > )< / a > < / p >
< p class = "sub" > < strong > DevOps< / strong > @ < a href = "https://www.openstreetmap.org/?query=Bordeaux" > Bordeaux< / a > < / p >
2025-02-15 22:34:03 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration org" > < time datetime = "P9Y" > 9 years< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2025" > 2025< / time > ← < time datetime = "2016-09" > 2016< / time > < / p >
2025-02-15 22:34:03 +01:00
< / div > < / header >
2025-02-15 21:21:19 +01:00
< article > < header >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/cdad-bdx.png" alt = "CDAD-BDX logo" >
2025-02-15 21:21:19 +01:00
< div class = "position" >
2025-02-24 02:39:49 +01:00
< p class = "title" > < abbr title = "Centre de Développement des Applications de la Défense" > CDAD< / abbr > (Defense Applications Development Center)< / p >
2025-02-23 23:13:34 +01:00
< p class = "sub" > < strong > DevOps< / strong > @ Quality Assurance< / p >
2025-02-15 21:21:19 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > < time datetime = "P6Y" > 6 years< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2025" > 2025< / time > ← < time datetime = "2019-02" > 2019< / time > < / p >
2025-02-15 22:29:49 +01:00
< / div > < / header >
< ul >
2025-02-15 21:21:19 +01:00
< li > configuring and maintaining tools: Gitea, GitLab, Jenkins, Nexus, SonarQube< / li >
2025-02-17 00:12:49 +01:00
< li > Python scripting for offline mirrors of Alma, Debian, Maven, MSys2, NPM< / li >
< li > writing and maintaining BASH scripts for better offline usage of MSys2< / li >
< li > writing technical documentation, Ansible playbooks and roles< / li >
< li > conducting studies and writing methodological documentation< / li >
< li > training system administrators in BASH, Debian, Git & GRUB (UEFI & BIOS)< / li >
< li > migrating Continuous Integration virtual machines from vCloud to vRealize< / li >
2025-02-15 22:29:49 +01:00
< / ul >
< / article >
2025-02-11 22:42:57 +01:00
2025-02-15 22:03:08 +01:00
< article > < header >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/cdad-bdx.png" alt = "CDAD-BDX logo" >
2025-02-15 22:03:08 +01:00
< div class = "position" >
2025-02-24 02:39:49 +01:00
< p class = "title" > < abbr title = "Centre de Développement des Applications de la Défense" > CDAD< / abbr > (Defense Applications Development Center)< / p >
2025-02-23 23:13:34 +01:00
< p class = "sub" > < strong > System Administrator< / strong > @ Architecture & Security< / p >
2025-02-15 22:03:08 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > < time datetime = "P1Y5M" > 2 years< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2019-02" > 2019< / time > ← < time datetime = "2017-09" > 2017< / time > < / p >
2025-02-15 22:29:49 +01:00
< / div > < / header >
< ul >
2025-02-15 22:03:08 +01:00
< li > administration of a VMware vCloud with Virtual Machines and LXC containers< / li >
2025-02-17 00:12:49 +01:00
< li > Python scripting for APT mirrors, Git repos, OpenSSH keypairs and Sphinx docs< / li >
< li > SSO architecture with KeyCloak/WildFly + MariadB Galera clusters & HAproxy< / li >
< li > training developers and system administrators in Git, LXC, NginX & GRUB< / li >
< li > writing ReStructuredText documentation< / li >
2025-02-15 22:29:49 +01:00
< / ul >
< / article >
2025-02-15 22:03:08 +01:00
2025-02-15 22:11:17 +01:00
< article > < header >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/cdad-bdx.png" alt = "CDAD-BDX logo" >
2025-02-15 22:11:17 +01:00
< div class = "position" >
2025-02-24 02:39:49 +01:00
< p class = "title" > < abbr title = "Centre de Développement des Applications de la Défense" > CDAD< / abbr > (Defense Applications Development Center)< / p >
2025-02-23 23:13:34 +01:00
< p class = "sub" > < strong > Software Developer< / strong > @ Digital Factory< / p >
2025-02-15 22:11:17 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > < time datetime = "P1Y" > 1 year< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2017-09" > 2017< / time > ← < time datetime = "2016-09" > 2016< / time > < / p >
2025-02-15 22:29:49 +01:00
< / div > < / header >
< ul >
2025-02-15 22:11:17 +01:00
< li > installation of a development network: stations & LXC server running Debian< / li >
2025-02-17 00:12:49 +01:00
< li > Python & BASH scripting for GRUB, CloneZilla, Debian, DebMirror & PanDoc< / li >
< li > implementation of a source control management methodology with Git< / li >
< li > training developers and system administrators in Git, LXC & BASH< / li >
< li > writing MarkDown documentation< / li >
2025-02-15 22:29:49 +01:00
< / ul >
< / article >
2025-02-11 22:42:57 +01:00
2025-02-15 22:34:03 +01:00
< / article >
2025-02-16 00:03:30 +01:00
< article class = "org" > < header class = "org" >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/aae.png" alt = "AAE logo" >
2025-02-15 23:19:08 +01:00
< div class = "position" >
2025-02-23 23:13:34 +01:00
< p class = "title" > < a href = "https://en.wikipedia.org/wiki/French_Air_and_Space_Force" > < abbr title = "Armée de l’Air et de l’Espace" > AAE< / abbr > (French Air and Space Force)< / a > < / p >
< p class = "sub" > < strong > Software Developer< / strong > @ < a href = "https://www.openstreetmap.org/?query=Bordeaux" > Mont-de-Marsan< / a > < a href = "https://en.wikipedia.org/wiki/Mont-de-Marsan_Air_Base" > Air Base< / a > < / p >
2025-02-15 23:19:08 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration org" > < time datetime = "P14Y4M" > 14 years< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2016-09" > 2016< / time > ← < time datetime = "2002-05" > 2002< / time > < / p >
2025-02-15 23:19:08 +01:00
< / div > < / header >
2025-02-15 22:18:35 +01:00
< article > < header >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/gaio.png" alt = "GAIO logo" >
2025-02-15 22:18:35 +01:00
< div class = "position" >
2025-02-23 23:13:34 +01:00
< p class = "title" > < abbr title = "Groupement Aérien d’Informatique Opérationnelle" > GAIO< / abbr > (Operational IT Aerial Grouping)< / p >
< p class = "sub" > < strong > Java Developer< / strong > @ Production< / p >
2025-02-15 22:18:35 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > < time datetime = "P8Y" > 8 years< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2016-09" > 2016< / time > ← < time datetime = "2008-09" > 2008< / time > < / p >
2025-02-15 22:29:49 +01:00
< / div > < / header >
< ul >
2025-02-15 22:18:35 +01:00
< li > something< / li >
2025-02-17 00:12:49 +01:00
< li > something< / li >
< li > something< / li >
2025-02-17 01:15:17 +01:00
< li > writing a full cartographic engine based on PNG images and XML metadata< / li >
< li > simulyaneous programming of EEPROM modules for Mirage onboard computers< / li >
< li > management of industrial ADL (Airborne Data Loader) equipment, flashing
DTM (Data Transfer Module) induction cards used by AlphaJet onboard computers< / li >
< li > import of KML or KMZ files to display a layer of tactical situations (SITAC)< / li >
2025-02-15 22:29:49 +01:00
< / ul >
< / article >
2025-02-15 22:18:35 +01:00
2025-02-15 22:20:53 +01:00
< article > < header >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/ceam.png" alt = "CEAM logo" >
2025-02-15 22:20:53 +01:00
< div class = "position" >
2025-02-23 23:13:34 +01:00
< p class = "title" > < a href = "https://en.wikipedia.org/wiki/Centre_d%27expertise_a%C3%A9rienne_militaire" > < abbr title = "Centre d’Expertise Aérienne Militaire" > CEAM< / abbr > < / a > (Military Air Experiments Center)< / p >
< p class = "sub" > < strong > Visual Basic Developer< / strong > @ Implementation< / p >
2025-02-15 22:20:53 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > < time datetime = "P6Y4M" > 6 years< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2008-09" > 2008< / time > ← < time datetime = "2002-05" > 2002< / time > < / p >
2025-02-15 22:29:49 +01:00
< / div > < / header >
2025-02-17 00:12:49 +01:00
< ul > Preparation, programming, unloading and replaying of missions (in Visual Basic)< br >
for the AlphaJet, Transall, Mirage 2000, Mirage F1, Mirage IV & Jaguar aircrafts
< li > sequential programming of EEPROM modules for Mirage onboard computers< / li >
< li > import of NavData global database (international standard ARINC 424)< / li >
< li > NavData exports adapted to the constraints of Transall onboard computers (FMS)< / li >
< li > route programming and unloading with several Garmin GPS devices< / li >
2025-02-15 22:29:49 +01:00
< / ul >
< / article >
2025-02-15 22:20:53 +01:00
2025-02-15 23:19:08 +01:00
< / article >
2025-02-11 22:42:57 +01:00
2025-02-11 17:10:11 +01:00
< / section >
2025-02-14 15:43:31 +01:00
< section >
< h2 > Projects< / h2 >
2025-02-16 15:03:13 +01:00
< article class = "org" > < header class = "org" >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/rwx.svg" alt = "RWX logo" >
2025-02-16 15:03:13 +01:00
< div class = "position" >
< p class = "title" > Read Write eXecute< / p >
2025-02-23 23:13:34 +01:00
< p class = "sub" > < a href = "https://forge.rwx.work/rwx.work/rwx" > < strong > rwx< / strong > @ forge.rwx.work< / a > < / p >
2025-02-16 15:03:13 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > < time datetime = "P2Y" > 2 years< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2025" > 2025< / time > ← < time datetime = "2023-07" > 2023< / time > < / p >
2025-02-16 15:03:13 +01:00
< / div > < / header >
2025-02-17 00:58:47 +01:00
< ul >
< li > something< / li >
< / ul >
2025-02-16 15:03:13 +01:00
2025-02-16 15:07:55 +01:00
< article > < header >
< div class = "position" >
< p class = "title" > Shell to Python Continuous Deployment< / p >
2025-02-23 23:13:34 +01:00
< p class = "sub" > < a href = "https://forge.rwx.work/rwx.work/spcd" > < strong > spcd< / strong > @ forge.rwx.work< / a > < / p >
2025-02-16 15:07:55 +01:00
< / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > < time datetime = "P1Y" > 1 year< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2025" > 2025< / time > ← < time datetime = "2024-03" > 2024< / time > < / p >
2025-02-16 15:07:55 +01:00
< / div > < / header >
< ul >
< li > something< / li >
< / ul >
2025-02-16 15:03:13 +01:00
< / article >
2025-02-16 14:45:27 +01:00
2025-02-16 15:13:56 +01:00
< article > < header >
< div class = "position" >
< p class = "title" > Live Scan Grub Menu< / p >
2025-02-23 23:13:34 +01:00
< p class = "sub" > < a href = "https://forge.rwx.work/rwx.work/lsgm" > < strong > lsgm< / strong > @ forge.rwx.work< / a > < / p >
2025-02-16 15:13:56 +01:00
< / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > < time datetime = "P2Y" > 2 years< / time > < / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2025" > 2025< / time > ← < time datetime = "2023-09" > 2023< / time > < / p >
2025-02-16 15:13:56 +01:00
< / div > < / header >
< ul >
< li > something< / li >
< / ul >
< / article >
2025-02-14 15:43:31 +01:00
2025-02-16 15:07:55 +01:00
< / article >
2025-02-14 15:43:31 +01:00
< / section >
2025-02-11 20:56:48 +01:00
< section >
< h2 > Education< / h2 >
2025-02-11 22:42:57 +01:00
2025-02-15 20:39:03 +01:00
< article > < header >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/cnam.png" alt = "CNAM logo" >
2025-02-15 20:39:03 +01:00
< div class = "position" >
2025-02-23 23:58:47 +01:00
< p class = "title" > < a href = "https://en.wikipedia.org/wiki/Conservatoire_national_des_arts_et_m%C3%A9tiers" > EICNAM (École d’Ingénieurs du < abbr title = "Conservatoire National des Arts et Métiers" > CNAM< / abbr > )< / a > < / p >
2025-02-24 02:18:40 +01:00
< p class = "sub" > Master of Science (level 2)< / p >
2025-02-15 20:39:03 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > 2 years< / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2021" > 2021< / time > ← < time datetime = "2019" > 2019< / time > < / p >
2025-02-15 22:29:49 +01:00
< / div > < / header >
< ul >
2025-02-24 02:18:40 +01:00
< li > < abbr title = "Ingénieur en Informatique, Réseaux, Systèmes et Multimédia" > IRSM< / abbr > (Software Engineer: networks, systems & multimedia)< / li >
2025-02-15 22:29:49 +01:00
< / ul >
< / article >
2025-02-15 20:39:03 +01:00
< article > < header >
2025-02-23 03:36:20 +01:00
< div class = "org" > < img class = "org" src = "../img/cnam.png" alt = "CNAM logo" >
2025-02-15 20:39:03 +01:00
< div class = "position" >
2025-02-23 23:58:47 +01:00
< p class = "title" > < a href = "https://en.wikipedia.org/wiki/Conservatoire_national_des_arts_et_m%C3%A9tiers" > CNAM (Conservatoire National des Arts et Métiers)< / a > < / p >
2025-02-24 02:18:40 +01:00
< p class = "sub" > Master of Science (level 1)< / p >
2025-02-15 20:39:03 +01:00
< / div > < / div >
< div class = "time" >
2025-02-23 12:09:15 +01:00
< p class = "duration" > 5 years< / p >
2025-02-18 11:50:47 +01:00
< p class = "period" >
2025-02-23 12:09:15 +01:00
< time datetime = "2019" > 2019< time > ← < time datetime = "2014" > 2014< / time > < / p >
2025-02-15 22:29:49 +01:00
< / div > < / header >
< ul >
2025-02-24 02:18:40 +01:00
< li > < abbr title = "Concepteur en Architecture Informatique" > CAI< / abbr > (Computing Architecture Designer)< / li >
2025-02-15 22:29:49 +01:00
< / ul >
< / article >
2025-02-11 22:42:57 +01:00
2025-02-11 17:10:11 +01:00
< / section >
< / main >
<!-- columns / end -->
< / div >
2025-02-11 11:26:39 +01:00
< / body >
< / html >