Computers nowadays are blazingly fast. When they to do a really large amount of work though, it can...
The problem When working with Storyblok there are two ways to set up your Next.js app if...
Deferrable Views To be fair lazy-loading is not a new thing in Angular. It has been...
In my previous article, I showed how you can interact with ChatGPT through Voice UI on the web. If...
I probably don’t have to tell you what an enormous impact the rise of AI has had on the industry in...
You might have heard about the View Transitions API in the context of animating between web pages....
What is a JavaScript module? In JavaScript, a module system allows developers to organize...
I Don't Want to Leave My Terminal The terminal, often called the command line or shell, is...
Why does it take so much time to create unit tests? Unit tests are an important part of...
What is Unit testing Unit testing ensures that pieces of code work the way you expect them...
This article on "ECMAScript Explicit Resource Management Early Implementation in TypeScript 5.2" is...
I was today years old when I learned something new about the CSS order property. I didn't learn about...
I've been around for a while, and it has been rewarding to witness CSS develop into a powerful...
Finite State Machines (FSMs) are a concept in programming that helps model complex systems with a...
Introduction In the ever-evolving landscape of modern application development and...
I often use LocalStorage (or SessionStorage) to store structured data on the client for demos and...
Code Is For Humans And Humans Alone Code is for humans and humans alone. There, I said it....
Using Tailwind is already a highly debated topic, I would like to emphasize that the following...
The use case: Maintaining code and UX for multiple radio channels When I was a lead...
1. Remove Unused Imports with Ease Especially when refactoring, a file can end up with a...
GitHub is often one of the more overlooked social platforms that developers use. While having an...
I’ve worked on many component libraries during my career. One of the main difficulties I find is to...
As a developer, I am always on the lookout for new tools and technologies to make my work easier and...
The web is an incredibly powerful platform that keeps getting better. I’m always on the hunt for new...
What’s wrong with listening for the resize event? Nothing really, it does the job. This...