Baptiste Devessier
I'm Baptiste Devessier, a full stack web and XState freelance consultant. When I'm not consulting on freelance projects, you will find me recording screencasts for YouTube, writing articles, and working on my side projects.
You can find me on many platforms:
- I post my thoughts and the progress of my projects on Twitter
- The code of my projects is open-source on GitHub
- My screencasts live on YouTube
- I co-host Parlons Dev, a French podcast about web development
- And I try to be more active on LinkedIn
Are you looking for a web developer who loves building complex UIs? Contact me.
Last video
I'm currently focusing on making videos on YouTube. Check out my latest video and my channel.
Latest articles
- Published on
Go back to fundamentals: HTML label
Rediscover the power of the HTML label element by looking at how we can use it and its impact on accessibility.
- Published on
#5 Unit test a state machine
Unit test state machines by leveraging their deterministic nature. Complete the coverage with integration and e2e testing.
- Published on
#4 Invoke and spawn utility machines
Rely on XState’s Actor model to manage concurrency by invoking or spawning actors. Invoke for guaranteed actors and spawn for dynamic ones like worker pools. Actors communicate through events, ensuring modular and scalable systems.