
SolidJS for React Developers
SolidJS has been around for a few years now. As a React developer, I wanted to give it a try. While it resembles React in many ways, it also introduces some key differences.
Full-stack web developer at marmelab, loves functional programming and JavaScript.
SolidJS has been around for a few years now. As a React developer, I wanted to give it a try. While it resembles React in many ways, it also introduces some key differences.
Introducing the `<FormFillerButton />` component in the React Admin AI package that provides automatic form filling from images.
We automated proofreading our blog articles with a GitHub action leveraging an LLM. It even reviewed this very article!
Marmelab était au Devfest Strasbourg 2024. Voici ce qu'on en a pensé et ce qu'on y a découvert.
To finish the exploration of functional programming with the Checkoid internals, let's combine a synchronous Validator with asynchronous one with a lazy Promise... that is also a Monad.
Pour stabiliser des tests dépendant de la date, on peut changer la date d'un container. Mais est-ce que ce pouvoir n'est pas trop dangereux ?
In this new functional programming tutorial, I'll explain how Functors can help us assemble validator functions to validate complex data structures like objects.