Blogs

I mostly write ✍️ about web development, technologies that i'm interested in at the time and my journey as a developer.
The right way to refresh token

Refresh tokens are a powerful tool to keep users logged in for a long time. In this article, I will explain how to use them securely and efficiently.

Continue reading
Why we should use HSL colors ?

CSS can provide a lot of ways to define colors, many of them are not used as much as they should be. With the help of this article, I'like to show you why HSL colors are a great way to define colors in CSS.

Continue reading
How to interact with non React code

While most of the time our components will only read data from their props, state or context. But sometimes a component needs to read data from some store outside of React that can change over time. In this article, we're going to create an external store, and learn how it can help us solve some edge cases.

Continue reading
Simplifying React Server Components

React Server Components, a brand new concept in React , can seem cryptic and has a pretty steep learning curve. This post cover the most fundamental parts of React Server Components and provide examples of how you can use it to create a simple, yet powerful, fullstack app.

Continue reading