Fin Chen

Fin Chen @finfin

Joined:
May 17, 2020

Fin Chen
articles - 9 total

Things About Code Review: Balancing Code Quality and Development Speed

After leading product teams for several years, I’ve come to deeply appreciate Code Review as an...

Learn More 0 0Jan 1

Things About Nonce & CSRF Token: Differences, Use Cases, and How They Work

To prevent web attacks, Nonce (Number Used Once) and CSRF Token (Cross-Site Request Forgery Token)...

Learn More 0 0Dec 21 '24

Flowchart Components and Examples

Flowcharts are a powerful form of diagram that use a few simple elements to illustrate the sequence...

Learn More 1 0Dec 17 '24

Naming with Acronyms in PascalCase and camelCase

Naming is hard, really. There is a famous browser API XMLHttpRequest, it’s famous in part for its...

Learn More 0 0Dec 7 '24

Implementing Dark Mode and Theme Switching using Tailwind v4 and Next.js

Dark mode support has become a fundamental aspect of modern web applications, and I recently tackled...

Learn More 12 0Nov 29 '24

Thing You May Not Know About CSS Variables - 2. Using var() and Cool Examples

This is the second half of my CSS Variable post, the first half is here. In this article we'll look...

Learn More 4 0Nov 13 '24

Thing You May Not Know About CSS Variables - 1. Naming Rules and Value Assignments

In my exploration of CSS variables, I discovered a lot of exciting potential and subtle details that...

Learn More 2 2Nov 7 '24

A cursor trailing effect library for this Christmas

We did a cursor trailing effect on our website. Learned how to do holiday effects the right way,...

Learn More 5 0Dec 25 '21

Event Propagation

Made a codepen that visualize the event propagation process. Just click on "click me!!" and enjoy...

Learn More 5 0Jul 18 '20