Blog posts
Latest posts
Posted on January 1, 2025
@blocz/react-responsive v4 was just released. Let’s go through all the different features and changes added by this new major version
Posted on December 23, 2024
Tools like Sentry or Datadog provide amazing monitoring tools for a lot of requests, but not for WebSockets. Why is that and can we find a way to still monitor WebSockets?
Posted on July 25, 2023 (Edited on Oct 10, 2023)
UTF is tricky: the length of a string can mean a lot of different things based on whether you want the number of code points, code units, and graphemes. What are the differences, and how can we navigate through those using JavaScript?
Posted on April 11, 2023
TypeScript 5.0 is out and introduced a new compilation option: `moduleResolution: bundler`, let’s see how we can use it
Posted on January 30, 2023
When writing CSS selectors, they sometimes don’t seem to be following the order of the code. Indeed they don’t: they also follow the specificity of each selectors. But what is the specificity and how does it work?
Posted on January 26, 2023
A tiny list of websites to learn CSS while playing interactive games
Posted on January 17, 2023 (Edited on Jan 23, 2023)
Is there a difference in CSS between `:before` and `::before`? Which one is valid? What about similar syntaxes like `:hover` and `::first-child`?
Posted on January 16, 2023
In my previous articles about Light/dark mode, I made a few mistakes, or forgot to mention some elements
Posted on October 6, 2022
Classical cross-fades in CSS using opacity don’t properly animate the opacity of elements, making them less opaque then needed. This article will show you how to achieve a proper cross-fade in CSS.
Posted on September 25, 2022 (Edited on Nov 21, 2022)
TypeScript 4.9 is out and introduced a new operator: `satisfies`, let’s see how we can use it
See more
Click here to see the full list of posts.