After leading product teams for several years, I’ve come to deeply appreciate Code Review as an...
To prevent web attacks, Nonce (Number Used Once) and CSRF Token (Cross-Site Request Forgery Token)...
Flowcharts are a powerful form of diagram that use a few simple elements to illustrate the sequence...
Naming is hard, really. There is a famous browser API XMLHttpRequest, it’s famous in part for its...
Dark mode support has become a fundamental aspect of modern web applications, and I recently tackled...
This is the second half of my CSS Variable post, the first half is here. In this article we'll look...
In my exploration of CSS variables, I discovered a lot of exciting potential and subtle details that...
We did a cursor trailing effect on our website. Learned how to do holiday effects the right way,...
Made a codepen that visualize the event propagation process. Just click on "click me!!" and enjoy...