From 76ce6c40b56565bb8f1a9d62ab22c9696b559449 Mon Sep 17 00:00:00 2001 From: "Crom (Thibaut CHARLES)" Date: Fri, 16 Jun 2023 10:12:49 +0200 Subject: [PATCH] Removed experiences pages (privacy reasons) --- index.html | 1 - pages/experiences.md | 137 ------------------------------------------- 2 files changed, 138 deletions(-) delete mode 100644 pages/experiences.md diff --git a/index.html b/index.html index 6fb3bd1..2c02180 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,6 @@ Home Skills Projects - Experiences Hobbies Gitea diff --git a/pages/experiences.md b/pages/experiences.md deleted file mode 100644 index d55fc05..0000000 --- a/pages/experiences.md +++ /dev/null @@ -1,137 +0,0 @@ -
-

Ifremer

- -Between 2018 and 2019 I worked in Ifremer Brest, on a distributed data processing platform for scientific data. - -## Project - -The original code-base had a lot of un-necessary complexity caused by a long history of feature added without doing any proper code architecture change (the project started around 2004). The platform was strongly tied to the enterprise environment, with dependencies on specific software versions, environment variables and NFS shares. - -My **main missions** were: - -- **Decoupling the platform from the production environment**, for easier testing during development. The applications were very dependent on NFS shares and specific environment files. -- **Removing unused features** and reworking others while **keeping the compatibility** when possible. The platform shares a lot of similarities with continuous integration platforms, and Gitlab CI was a good inspiration for improving / replacing existing features. -- **Migrating from Python 2.4 to Python 3**, and **upgrading libraries**. -- Setting up better deployment tools, mainly with Anaconda environments and Docker containers. -- Making the software **interoperable with current services**: sending logs to Elasticsearch and RabbitMQ, replacing SQLite with PostgreSQL, sending processing jobs to PBS Pro, ... - -## Skills - -- Python 2 to 3 migration -- Unearthing, understanding and upgrading legacy code :) -- Code refactoring, quality improvements, bug fixes, ... and adding new features -
- - -
-

Ifremer

- -Between 2016 and 2017 I worked in Ifremer Brest, on marine observatory stations. During this period I improved the developer environment, installing a lot of automation tools for building, checking and deploying/flashing the software on a testing environment. - -I also worked on understanding / reverse engineering an acoustic MODEM protocol. - -## Skills - -- Bare metal C development - + ARM EFM32 board -- Gitlab / CI / Chat server setup - + Gitlab instance - + Mattermost instance, linked to Gitlab - + GitlabCI (`gitlab-ci-runner`) to run automated tests - + Automated updates of both the server OS (CoreOS) and services (mostly Docker containers) - + Automated CoreOS setup changes through GitlabCI - -
- -
-# Thales Airborne Systems - - - -Between 2014 and 2015, I worked in sandwich courses at Thales Airbourne Systems. - -My mission was to __evaluate Yocto__ for building embedded Linux distributions, tuned to __match__ as much as possible the __system capabilities__. - -Yocto is a __recent__ project based on OpenEmbedded Bitbake, similar to Buildroot. It __automates__ the task of building, installing and configuring softwares to __assemble__ a __complete Linux distribution__. - -Yocto comes also with a lot of tools, that allows the user to execute unit tests on an emulated system, serve packages and provide updates, check that licenses are respected, ... - -## Skills -- Yocto toolchain -- Linux ecosystem -- Linux Kernel -- Build automation - -## More -- [Documentation](https://git.tcharles.fr/tcharles/yocto-public) (may be incomplete) -- [School presentation slides (fr)](https://tcharles.fr/slides/yocto-isen-slides) - -
- - -
-# Thales Underwater Systems - - - -Between 2012 and 2013, I worked in sandwich courses at Thales Underwater Systems, on the __portage__ of the graphic part of the __Android SDK__ on RHEL5, and on the creation of a __custom window manager__ based on XLib. - - -## Skills -- Java, C/C++ dev. -- Building Android SDK -- Desktop Environment & Window Manager -- X11 Server - -## More -- [Slides (fr)](/res/Memoire_obf.pdf) - -
- - - - -
-# Genesys internship - - - -In 2012, I did a 7 week internship in Genesys, an affiliate of Alcatel Lucent. - -I worked on debugging the VBS Scripts for __automated regression tests__, started by another student the preceding year. - -
- - - -
-# Electronics Club - -Since 2011, I am an active member of the Electronics Club of ISEN Brest, a __student-driven club__ specialized in __electronics__, __computer sciences__ and __robotics__, hosted by my engineer school. - - -## Skills -- Team managing -- Meetings organization -- Event poster designs -- Repair/configuration of PC running Windows/Linux, and electronic hardware -- Electronic and programming projects -