📚 All Articles

Open Link
Web Components logo with custom elements JavaScript
1 min read

Before React and Vue, there was a native browser standard for reusable components: Web Components. They consist of three main technologies: Custom Elements…

JavaScript code highlighting the 'this' keyword JavaScript
1 min read

The 'this' keyword in JavaScript is notoriously confusing because its value depends on how the function is called. In the global context, this refers to th…

CSS code showing custom property definitions and usage CSS
1 min read

Maintaining large CSS files used to be a headache. If you wanted a consistent color scheme, you had to do a find-and-replace for every hex code. CSS Variab…