Blog
Fun Facts about JavaScript Arrays
Explore the fun and often strange, but nonetheless very important world of JavaScript arrays.
The Skinny on CSS in Vue Single File Components
I wrote a deep-dive on how Vue.js's Single File Component (SFCs) manage your CSS, how does style encapsulation work and what new special selectors you get with Vue version 3 onward.
Weird Phishing attempt on GitHub
The other day I got a strange message on Github, turns out phishing and spamming has not spared the biggest code sharing platform on the Internet.
How to make a parameterized spinner component in React
I wrote a tutorial on making a customizable loading spinner component. The code uses React.js, but the principles can be applied to other component frameworks as well.