Engineering Insights & Updates
Learn from our engineering team and industry experts about modern development practices, platform updates, and technical deep-dives.
Command Palette
Search for a command to run...

Shadcn UI : des composants propres, accessibles et cohérents
Bonnes pratiques pour adopter shadcn/ui comme primitives possédées, accessibles et cohérentes, avec un style prévisible, des tokens et des variantes à l’échelle d’un monorepo.

Next.js 15 App Router : d’abord serveur, prêt pour l’Edge
Next.js App Router guidance: server-first data fetching, minimal client components, caching and revalidation, and file-structure conventions.

Qualité de bout en bout : lint, tests et previews
End-to-end quality workflow: linting and formatting, type gates, test pyramid, accessibility checks, visual snapshots, and preview CI.

Discipline monorepo : Turborepo, frontières et CI
Monorepo discipline with Turborepo: workspaces, cached pipelines, import boundaries, versioning with Changesets, and CI basics.

Patrons React à l’échelle : composition, flux de données et état
Scalable React habits: composition over configuration, colocated data fetching, disciplined effects, and lean global state.

TypeScript pour le frontend : strict, sûr et ergonomique
TypeScript settings and patterns that keep frontends safe and ergonomic: strict configs, discriminated unions, runtime validation, and tidy public APIs.