From 7573e10939323fab55240143f3e6b8afce9d3531 Mon Sep 17 00:00:00 2001 From: stanislas Date: Fri, 11 Apr 2025 23:09:51 +0200 Subject: [PATCH 1/2] =?UTF-8?q?CV=20orient=C3=A9=20Python/Java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv-long.tex | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cv-long.tex b/cv-long.tex index 16238ce..cf56bed 100644 --- a/cv-long.tex +++ b/cv-long.tex @@ -21,12 +21,15 @@ \section {Compétences informatiques} \cvdoubleitem {Langages} {Python, Java, Bash, HTML, CSS, Javascript} -{Déploiement} {Linux/Unix, Docker, Ansible, Kubernetes} +{Déploiement} {Linux/Unix, Docker, Kubernetes} \cvdoubleitem -{Frameworks} {FastAPI, Flask, Spring} -{Bases de données} {PostgreSQL, MySQL, MongoDB, SQLite} +{Architectures} {Hexagonale, micro-services, monolythique} +{Communication} {REST, RabbitMQ, Redis, ActiveMQ} \cvdoubleitem -{CICD} {Gitlab CI, Jenkins} +{Bases de données} {PostgreSQL, MongoDB, SQLite} +{Tests} {Cucumber, Robot Framework, Selenium} +\cvdoubleitem +{CICD} {Gitlab CI, Jenkins, Trivy} {Principes} {SOLID, KISS, DRY, TDD} \section {Expérience professionnelle} From 67cf75f6fe6a0e118c5959a706a386c50db4045a Mon Sep 17 00:00:00 2001 From: stanislas Date: Thu, 1 May 2025 22:40:48 +0200 Subject: [PATCH 2/2] tentative de CI --- .forgejo/workflows/cv-creation.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/workflows/cv-creation.yaml diff --git a/.forgejo/workflows/cv-creation.yaml b/.forgejo/workflows/cv-creation.yaml new file mode 100644 index 0000000..f9c52cb --- /dev/null +++ b/.forgejo/workflows/cv-creation.yaml @@ -0,0 +1,7 @@ +on: [ push ] + +jobs: + test: + runs-on: docker + steps: + - run: echo All good \ No newline at end of file