If you don't care about web performance, you're missing out. Better performance leads to first and foremost a better user experience. But not only, it also improves the conversion rate, and surprisingly also the SEO of the website. Recently, Google i...
My favorite media to broaden my horizon is blog posts. But some knowledge must be acquired by reading books. Why? Because it takes time to build the right context or that the topic is too broad to cover in blog posts. For the last few years, I have r...
React is the most popular frontend library these days. It's maintained by Facebook and has 163K stars on GitHub. Big tech companies such as Facebook (duh!), Twitter, Netflix, and GitHub use React to power their products. Although its immense populari...
Next.js is a multi-page React framework bundled with all the features you need for production use cases. It is one of the leading platforms for building a React application. Until recently, only two serving strategies were available: Static Site Gene...
Web performance is a crucial part of the user experience of our web application. It has a direct impact on the conversion rate. Walmart found that for every 1-second improvement in page load time, conversions increased by 2% (see source). And if that...
In the early days of the internet, web development was very straightforward. There was no JavaScript, which means no React or Vue, no endless debates. The only tool at our disposal for creating websites was HTML. To create dynamic websites, we had to...