Skip to content
fr

React front-end developer — internal tool rebuild · 2025–2026

Ardian

Alban Pasquelin worked at Ardian from July 2025 to January 2026 on the rebuild of a strategic internal tool: stack and user-experience modernisation, a design system, and Figma implementation.

import { React, TailwindCSS, DaisyUI, REST } from '@/stack'
export function modernizeBusinessTool(tool: InvestmentWorkflow): ReactFrontend {

Ardian is an investment firm. The rebuilt tool is used daily by the business teams: it could not become slower or less reliable while changing its skin.

const tool = investmentTeams.dailyDriver /** never slower, never less reliable **/

I contributed to the front-end architecture, built the design system, implemented the Figma designs and wired up the existing REST APIs. Modernising the stack without making users lose their bearings is half the job.

const ui = designSystem(tailwind, daisyUI).from(figmaSpecs).bind(restApi)
}

Experience