Articles

Javascript

Follow elements visibility with Intersection Observer

03/03/2026

A quick look at the Intersection Observer API, which allows to follow the visibility of an element within a page or a container

React
Typescript
Laravel

useSyncExternalStore in React

02/18/2026

Discovery and examples of useSyncExternalStore hook's usage

Symfony
PHP

Symfony bundles : How does it work ?

02/02/2026

What is a bundle in the Symfony ecosystem ? What role does it play and how does it work ?

Rust

Docusaurus to PDF with Rust

01/01/2026

A CLI tool to convert a Docusaurus website to PDF

AI
Typescript

Model Context Protocol (MCP) - AI talk to your application

12/20/2025

Exploration of the MCP, this new protocol that supercharges AI and gives them the ability to communicate with any application

Symfony

Autoconfiguration in Symfony

12/14/2025

About autoconfiguration in Symfony, a time-saving feature for classifying services in the container

Astro

i18n and content collections with Astro

11/30/2025

Configuration and routing of multi-language content collections in Astro

PHP

PHP : What are PSR for ?

11/25/2025

What purpose do PSR serve in PHP ?