Design, tech, innovation and more.
Language learning has never lacked tools. Over the years, I've tried various apps that promise faste...
As an English learner, I've long struggled to grow my vocabulary. After trying various approaches, I...
Having been in the design field for a decade, I’ve encountered this dilemma many times: Should I cha...
In The Design of Everyday Things, Don Norman emphasizes that design should act as a clear, intuitive...
Cryptography is the foundation of digital security—from protecting your messages and passwords to se...
A common feature in web development is closing a popup or menu when the user clicks outside of it.
JWTs offer several advantages over traditional authentication methods like cookies, making them a po...
Traditional English speaking test prep methods felt inefficient, and the process of recording my ans...
Building on my previous article, I want to explore the broader topic of testing asynchronous code in...
When testing JavaScript applications, it’s often necessary to verify that expected errors are trigge...
A discussion about the decision on choosing useRef over useState in a specific scenario.
How to customize the label of tooltips of charts in Chart.js
How to Resolve the “Functions cannot be passed directly to Client Components” Error in Next.js
When working with the DOM, you’ll often encounter events that help capture and respond to user inter...