
Using custom dialog elements instead of native browser implementations, such as alert,
confirm, or prompt,
has become the standard for web…

Since fetch) is pratically universally supported on the most used web browsers, we may safely drop the use Axios and other similar…

In computer science, a first-class citizen is an entity that supports all operations available to other entities. Some of the available…

Recently, I created a package with the ESLint settings I like to use in my React projects, as I was tired of always having to configure it…

Have you ever faced the situation where the layout of your beautifully crafted interface "breaks" if the image (depeding on the quality of…

Most of the work needed to create custom HTML elements that fit the design system of your company resides styling and adding your own…

Have you ever needed to create an EditorConfig to your programming projects but can never remember all the options you can use? Worry no…

YouTube videos (along with all modern video implementations on the web) uses the HTML5 video element. This new media tag implements the…