📝 Blogs

Fri Mar 14 2025
Setup Storybook to Better Organize your Components for React Project
In this article, we will demonstrate how to setup a simple storybook and deploy it to chromatic so that your teammate could access via a link.

Sat Dec 14 2024
A Must-Have Function for HTML Number Inputs – How to Prevent Value Changes on Scroll
Learn how to prevent unexpected value changes in HTML number inputs caused by mouse scroll, especially when using React and TypeScript in a Next.js project.

Fri May 23 2025
Reset Forgotten Password for Local n8n Setup
Reset a forgotten password in your local n8n setup by directly updating the SQLite database using DBeaver and a bcrypt-hashed password. No email setup required — quick and secure fix for localhost environments.