1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

Compare commits

..

2 Commits
v4.4.0 ... main

Author SHA1 Message Date
92eca82127 fix: update Curriculum Vitae 2025-09-09 19:32:06 +02:00
4502e32250 build(deps): update latest 2025-09-09 19:10:52 +02:00
7 changed files with 1015 additions and 1015 deletions

View File

@@ -28,7 +28,7 @@ The commit message guidelines adheres to [Conventional Commits](https://www.conv
### Prerequisites
- [Node.js](https://nodejs.org/) >= v24.0.0 [(`nvm install 24`)](https://nvm.sh)
- [pnpm](https://pnpm.io/) v10.15.0 [(`npm install --global corepack@0.34.0 && corepack enable`)](https://github.com/nodejs/corepack)
- [pnpm](https://pnpm.io/) v10.15.1 [(`npm install --global corepack@0.34.0 && corepack enable`)](https://github.com/nodejs/corepack)
- [Docker](https://www.docker.com/)
### Installation

View File

@@ -3,7 +3,7 @@
"version": "0.0.0-develop",
"private": true,
"type": "module",
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"engines": {
"node": ">=24.0.0"
},

View File

@@ -41,6 +41,7 @@
"institution": "IUT Robert Schuman in Illkirch-Graffenstaden",
"study-type": "University Bachelor of Technology (BUT) Computer Science",
"years": {
"title": "2021 - 2024",
"2021-2022": {
"courses": {
"java": "Object Oriented Development in Java",
@@ -98,17 +99,17 @@
"tasks": {
"WebSurg": "Development of WebSurg, a virtual university dedicated to medical-surgical training, built with React.js/Next.js and API Platform with Symfony.",
"Figma": "Integration of Figma mockups for WebSurg, website dedicated to medical-surgical training.",
"IRCAD-Core": "IRCAD Core, an internal tool for managing medical training sessions and their requirements (anatomicals models, medications, staff training, etc.).",
"IRCAD-Core": "IRCAD Core, an internal tool for managing medical training sessions and their requirements (anatomical models, medications, staff training, etc.).",
"feature-logs": "History and traceability of data modifications (what? who? when?) in IRCAD Core.",
"feature-permissions": "Advanced permissions system and OAuth2 authentication, with read, write, and delete access restricted for specific users of the IRCAD Core application.",
"feature-search": "Search engine with filters, sorting, and customizable display for each user of IRCAD Core.",
"feature-architecture": "IRCAD Core project architecture in TypeScript Monorepo with Turborepo, and automatic deployment (CI/CD) with Docker Compose, self-hosted internally."
"feature-architecture": "IRCAD Core project architecture in TypeScript Monorepo with Turborepo, automatic deployment (CI/CD) and self-hosted internally with Docker Compose."
}
},
"numerize": {
"duration": "3 months",
"position": "Full Stack Web Developer Intern",
"summary": "Development of an DMS (Document Management System) tool in React.js, Laravel and GraphQL."
"summary": "Development of a DMS (Document Management System) tool in React.js, Laravel and GraphQL."
},
"title": "Work experiences"
}

View File

@@ -41,6 +41,7 @@
"institution": "IUT Robert Schuman à Illkirch-Graffenstaden",
"study-type": "Bachelor Universitaire de Technologie (BUT) Informatique",
"years": {
"title": "2021 - 2024",
"2021-2022": {
"courses": {
"java": "Développement Orientée Objet en Java",
@@ -102,7 +103,7 @@
"feature-logs": "Historique et traçabilité des modifications des données (quoi? qui? quand?) dans IRCAD Core.",
"feature-permissions": "Système de permissions avancé et authentification OAuth2, avec accès en lecture, écriture et suppression restreint pour des utilisateurs spécifiques de l'application IRCAD Core.",
"feature-search": "Moteur de recherche avec filtres, tris et ordre d'affichage personnalisable pour IRCAD Core.",
"feature-architecture": "Architecture du projet IRCAD Core en Monorepo TypeScript avec Turborepo, et déploiement automatique (CI/CD) avec Docker Compose, auto-hébergé en interne."
"feature-architecture": "Architecture du projet IRCAD Core en Monorepo TypeScript avec Turborepo, déploiement automatique (CI/CD) et hébergé en interne avec Docker Compose."
}
},
"numerize": {

View File

@@ -14,50 +14,55 @@ export const CurriculumVitaeEducation: React.FC<
years: t("curriculum-vitae.education.cnam.years.2024-2027.title"),
studyType: t("curriculum-vitae.education.cnam.study-type"),
institution: t("curriculum-vitae.education.cnam.institution"),
score: t("curriculum-vitae.education.cnam.years.2024-2027.description"),
// score: t("curriculum-vitae.education.cnam.years.2024-2027.description"),
courses: [],
},
{
years: t("curriculum-vitae.education.iut.years.2023-2024.title"),
years: t("curriculum-vitae.education.iut.years.title"),
studyType: t("curriculum-vitae.education.iut.study-type"),
institution: t("curriculum-vitae.education.iut.institution"),
score: t("curriculum-vitae.education.iut.years.2023-2024.description"),
courses: [
t("curriculum-vitae.education.iut.years.2023-2024.courses.web"),
t("curriculum-vitae.education.iut.years.2023-2024.courses.ci-cd"),
t(
"curriculum-vitae.education.iut.years.2023-2024.courses.complexity-algorithms",
),
t("curriculum-vitae.education.iut.years.2023-2024.courses.no-sql"),
],
},
{
years: t("curriculum-vitae.education.iut.years.2022-2023.title"),
studyType: t("curriculum-vitae.education.iut.study-type"),
institution: t("curriculum-vitae.education.iut.institution"),
score: t("curriculum-vitae.education.iut.years.2022-2023.description"),
courses: [
t("curriculum-vitae.education.iut.years.2022-2023.courses.web"),
t("curriculum-vitae.education.iut.years.2022-2023.courses.tests"),
t("curriculum-vitae.education.iut.years.2022-2023.courses.clean-code"),
t("curriculum-vitae.education.iut.years.2022-2023.courses.systems-c"),
// t(
// "curriculum-vitae.education.iut.years.2022-2023.courses.sql-security",
// ),
],
},
{
years: t("curriculum-vitae.education.iut.years.2021-2022.title"),
studyType: t("curriculum-vitae.education.iut.study-type"),
institution: t("curriculum-vitae.education.iut.institution"),
score: t("curriculum-vitae.education.iut.years.2021-2022.description"),
courses: [
t("curriculum-vitae.education.iut.years.2021-2022.courses.java"),
t("curriculum-vitae.education.iut.years.2021-2022.courses.systems-c"),
// t(
// "curriculum-vitae.education.iut.years.2021-2022.courses.windows-forms",
// ),
t("curriculum-vitae.education.iut.years.2021-2022.courses.sql"),
{
year: t("curriculum-vitae.education.iut.years.2021-2022.description"),
title: t("curriculum-vitae.education.iut.years.2021-2022.title"),
courses: [
t("curriculum-vitae.education.iut.years.2021-2022.courses.java"),
t(
"curriculum-vitae.education.iut.years.2021-2022.courses.systems-c",
),
// t(
// "curriculum-vitae.education.iut.years.2021-2022.courses.windows-forms",
// ),
t("curriculum-vitae.education.iut.years.2021-2022.courses.sql"),
],
},
{
year: t("curriculum-vitae.education.iut.years.2022-2023.description"),
title: t("curriculum-vitae.education.iut.years.2022-2023.title"),
courses: [
t("curriculum-vitae.education.iut.years.2022-2023.courses.web"),
t("curriculum-vitae.education.iut.years.2022-2023.courses.tests"),
t(
"curriculum-vitae.education.iut.years.2022-2023.courses.clean-code",
),
// t("curriculum-vitae.education.iut.years.2022-2023.courses.sql-security"),
t(
"curriculum-vitae.education.iut.years.2022-2023.courses.systems-c",
),
],
},
{
year: t("curriculum-vitae.education.iut.years.2023-2024.description"),
title: t("curriculum-vitae.education.iut.years.2023-2024.title"),
courses: [
t("curriculum-vitae.education.iut.years.2023-2024.courses.web"),
t("curriculum-vitae.education.iut.years.2023-2024.courses.ci-cd"),
t(
"curriculum-vitae.education.iut.years.2023-2024.courses.complexity-algorithms",
),
t("curriculum-vitae.education.iut.years.2023-2024.courses.no-sql"),
],
},
],
},
// {
@@ -83,9 +88,13 @@ export const CurriculumVitaeEducation: React.FC<
<strong>{education.studyType}</strong>
</p>
<p className="relative m-0">
<strong>{education.score}</strong>
</p>
{/* {education.score != null ? (
<p className="relative m-0">
<strong>{education.score}</strong>
</p>
) : (
<></>
)} */}
<p className="text-muted m-0">{education.institution}</p>
@@ -94,13 +103,23 @@ export const CurriculumVitaeEducation: React.FC<
</p>
{education.courses.length > 0 ? (
<ul
style={{
paddingInlineStart: 20,
}}
>
{education.courses.map((course) => {
return <li key={course}>{course}</li>
<ul className="list-none">
{education.courses.map(({ year, title, courses }) => {
return (
<li key={year}>
<span className="font-medium">{year}</span>
<span> ({title})</span>
<ul
style={{
paddingInlineStart: 20,
}}
>
{courses.map((course) => {
return <li key={course}>{course}</li>
})}
</ul>
</li>
)
})}
</ul>
) : (

1879
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,14 +12,14 @@ catalog:
# TypeScript
"typescript": "5.9.2"
"@total-typescript/ts-reset": "0.6.1"
"@types/node": "24.3.0"
"@types/node": "24.3.1"
# Utils
"mime": "4.0.7"
# React.js/Next.js
"next": &next "15.5.2"
"next-intl": "4.3.5"
"next-intl": "4.3.7"
"next-themes": "0.4.6"
"react": "19.1.1"
"react-dom": "19.1.1"
@@ -48,11 +48,11 @@ catalog:
# ESLint
"globals": "16.3.0"
"typescript-eslint": "8.41.0"
"eslint": "9.34.0"
"eslint-config-conventions": "20.1.3"
"typescript-eslint": "8.43.0"
"eslint": "9.35.0"
"eslint-config-conventions": "20.2.0"
"eslint-plugin-promise": "7.2.1"
"eslint-plugin-unicorn": "60.0.0"
"eslint-plugin-unicorn": "61.0.2"
"eslint-plugin-import-x": "4.16.1"
"@next/eslint-plugin-next": *next
"eslint-plugin-react": "7.37.5"
@@ -64,7 +64,7 @@ catalog:
"editorconfig-checker": "6.1.0"
# Storybook
"storybook": &storybook "9.1.3"
"storybook": &storybook "9.1.5"
"@storybook/addon-docs": *storybook
"@storybook/addon-a11y": *storybook
"@storybook/nextjs": *storybook
@@ -76,17 +76,17 @@ catalog:
# Testing
"playwright": &playwright "1.55.0"
"@playwright/test": *playwright
"start-server-and-test": "2.0.13"
"start-server-and-test": "2.1.0"
# CSS
"postcss": "8.5.6"
"@tailwindcss/postcss": "4.1.12"
"@tailwindcss/postcss": "4.1.13"
"@tailwindcss/typography": "0.5.16"
"tailwindcss": "4.1.12"
"tailwindcss": "4.1.13"
"tailwind-merge": "3.3.1"
"clsx": "2.1.1"
"cva": "1.0.0-beta.4"
"@fontsource/montserrat": "5.2.6"
"@fontsource/montserrat": "5.2.7"
onlyBuiltDependencies:
- "@swc/core"