Read about "performance"
Make Google Fonts faster
January 1, 2021Has it happened to you that when you load a website for a small period of time (in good network conditions) don't see any text? That's a really bad experience right? Fonts providers like Google Fonts have adopted the latest CSS good practices by applying font-display: swap; to... Read more →
Code splitting
October 18, 2019We live in a world where there are plenty of devices. They have different sizes, memory, cpu or even screen resolutions. Some are faster than others. But they all have something in common, they want to access the web and they want to do it everywhere. At home or outside, your us... Read more →
React performance with CSS
October 9, 2019There are a lot of different ways to do CSS with React, and the library itself is not opinionated on how you do so, instead, it’s you, the developer, who decides what to use. Reality is, that if you look for “Stying a React App” in google, it will come up with hundreds of artic... Read more →
Intersection Observer in action
October 25, 2017Intersection Observer? Whaaat!? That sounds scary! In this post I want to explain my journey through and use case for using Intersection Observer. I will also give you a brief overview of how you can get started. As the specification says… > The Intersection Observer API provi... Read more →