Seven Hours, Zero Internet, and Local AI Coding at 40,000 Feet ...
Seven hours on a plane, zero internet, and a curiosity about local AI coding. That's how I found...
When I first started using Claude Code, I had a naive approach to working with it. I would describe...
In many years of writing and reviewing code, I learned a few secrets to craft better pull requests...
Server Actions are a new feature in Next.js. The first time I heard about them, they didn’t seem very...
React is living something these days. Although it was created as a client UI library, it can now be...
“The code must be reviewed by senior developers.” “A review by a junior is nice, but their approval...
A recurring question I hear from people learning React: “how do I know if I’m ready to apply to...
I’ve always loved sharing my knowledge. When I love a language, library or framework, more than...
At the same time I released the new design for this blog using Next.js, Vercel announced a new...
I discovered Kotlin recently and realized that, for many people, it was only a new syntax for Java....
A thing you often need to do in React is access the browser’s APIs. These APIs represent side effects...
Redux is an awesome library to handle the state of big applications, React or not. But when you think...
React hooks are awesome, but they are not as easy to use as they sound. In my personal experience, wi...
Although I love React and am more used to single-page applications (SPA), I decided to leave them asi...
A couple of days ago, I created a 3D version for the book I’m writing, with CSS only. Because I could...
Think about a normal day of work. You arrive at the office, take a coffee, start coding, do some code...
When you’ve been working as a developer for several years, improving at coding is not enough to becom...
It’s been some time that I hear about Flutter, the UI library by Google supposed to be a concurrent f...
Thanks to a recent evolution in mobile and desktop operating systems, it is more and more common for...
Switching to Gastby was a very interesting thing to do, it's a fantastic tool, but let's be honest, it's quite hard to use. I made a lot of improvements on the codebase of this blog these past few days, here is a small feedback.
Understand Redux and Redux-Saga by implementing your own version of these great libraries.
'How to access the current state of a component from a callback triggered asynchronously?'
Big week for me: I finished writing my eBook in French about React, and I couldn’t be prouder. Eight months, and it was not easy, but it’s so worth it. In this post I wanted to expose a few thoughts about what happens when you write a technical book.
How to use Parcel bundler to create React components with Reason-React.
Let’s see how with a concrete and complete example how writing HOC with Recompose will make you reconsider how you write components.
Some ideas to go beyond the Reason React tutorial.
Some advices to make your JavaScript code prettier with a few good practices.
My introduction post