fix: add IRCAD Taiwan as work experience + Fusey founder

This commit is contained in:
2026-08-25 15:11:20 +08:00
parent 3f0323366d
commit 909468fef2
4 changed files with 24 additions and 11 deletions
+7 -2
View File
@@ -90,8 +90,8 @@
},
"interests": {
"title": "Interests & hobbies",
"fusey": "<link>Fusey (fusey.gg)</link>: website I'm developing for the game ARK that tracks the number of players connected to the servers in real time and has <strong>over ~5,000 visitors each month, ~100,000 members on Discord, and ~120,000 followers on X/Twitter</strong>.",
"open-source": "<strong>Open-Source Contributor</strong>: publishing and <strong>contributing to npm packages</strong> and <link-github>GitHub</link-github> repositories, notably with <link-markdownlint>markdownlint-rule-relative-links</link-markdownlint> (around 20,000 downloads per week), contributions to <link-leon>Leon</link-leon>, an open-source personal assistant, among other projects."
"fusey": "<link>Fusey (fusey.gg)</link>: company I co-founded with two partners. <strong>Find creators. Fill your community.</strong> A platform to find and book creators to promote a gaming community.",
"open-source": "<strong>Open-Source Contributor</strong>: publishing and <strong>contributing to npm packages</strong> and <link-github>GitHub</link-github> repositories, notably with <link-markdownlint>markdownlint-rule-relative-links</link-markdownlint> (around 20,000 downloads per week) among other projects."
},
"work": {
"ircad": {
@@ -107,6 +107,11 @@
"feature-architecture": "IRCAD Core project architecture in <strong>TypeScript Monorepo</strong> with Turborepo, <strong>automatic deployment (CI/CD)</strong> and <strong>self-hosted internally with Docker Compose</strong>."
}
},
"ircad-taiwan": {
"duration": "2 months",
"position": "Full Stack Web Developer Intern",
"summary": "Development of a participants management application and their hotel reservations."
},
"numerize": {
"duration": "3 months",
"position": "Full Stack Web Developer Intern",
+7 -2
View File
@@ -90,8 +90,8 @@
},
"interests": {
"title": "Intérêts & loisirs",
"fusey": "<link>Fusey (fusey.gg)</link> : site web que je développe pour le jeu ARK qui permet de suivre en temps réel le nombre de joueurs connectés sur les serveurs et a plus de <strong>~5 000 visiteurs chaque mois, ~100 000 membres sur Discord et ~120 000 followers sur X/Twitter</strong>.",
"open-source": "<strong>Contributeur de l'Open-Source</strong> : publications et <strong>contributions sur npm</strong> et <link-github>GitHub</link-github> avec notamment <link-markdownlint>markdownlint-rule-relative-links</link-markdownlint> avec ~20 000 téléchargements par semaine, contributions à <link-leon>Leon</link-leon>, un assistant personnel open source, parmis d'autres projets."
"fusey": "<link>Fusey (fusey.gg)</link> : entreprise que j'ai cofondée avec deux associés. <strong>Trouvez des cateurs. Remplissez votre communauté.</strong> Une plateforme pour trouver et réserver des créateurs de contenu afin de promouvoir une communauté gaming.",
"open-source": "<strong>Contributeur de l'Open-Source</strong> : publications et <strong>contributions sur npm</strong> et <link-github>GitHub</link-github> avec notamment <link-markdownlint>markdownlint-rule-relative-links</link-markdownlint> avec ~20 000 téléchargements par semaine parmis d'autres projets."
},
"work": {
"ircad": {
@@ -107,6 +107,11 @@
"feature-architecture": "Architecture du projet IRCAD Core en <strong>Monorepo TypeScript</strong> avec Turborepo, <strong>déploiement automatique (CI/CD)</strong> et <strong>hébergé en interne avec Docker Compose</strong>."
}
},
"ircad-taiwan": {
"duration": "2 mois",
"position": "Stagiaire Développeur Web Full Stack",
"summary": "Développement d'une application de gestion des participants et de leurs réservations d'hôtel."
},
"numerize": {
"duration": "3 mois",
"position": "Stagiaire Développeur Web Full Stack",
@@ -19,13 +19,6 @@ export const CurriculumVitaeInterests: React.FC<CurriculumVitaeInterestsProps> =
</a>
)
},
"link-leon": (children) => {
return (
<a href="https://github.com/leon-ai/leon" target="_blank" className="font-semibold">
{children}
</a>
)
},
"link-markdownlint": (children) => {
return (
<a
@@ -41,6 +41,16 @@ export const CurriculumVitaeWork: React.FC<CurriculumVitaeWorkProps> = () => {
}),
],
},
{
summary: t("curriculum-vitae.work.ircad-taiwan.summary"),
website: "https://ircadtaiwan.com.tw",
name: "IRCAD Taiwan",
location: "Taiwan",
position: t("curriculum-vitae.work.ircad-taiwan.position"),
dates: "20/07/2026 - 21/09/2026",
duration: t("curriculum-vitae.work.ircad-taiwan.duration"),
tasks: [],
},
{
summary: t("curriculum-vitae.work.numerize.summary"),
website: "https://numerize.com/",