Hi, I'm Farhad Hossain, a passionate web developer on a journey to build impactful software and solve real-world problems. I share coding tips, tutorials, and my growth experiences to inspire others.
Nothing here yet.
Jan 29 · 1 min read · Step 1: Generate OAuth URL Run the following command to start the authentication flow: npx tsx get-token.ts This will print an authorization URL like: https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=https://www.googleapis.com/...
Join discussion
Nov 28, 2025 · 2 min read · This guide provides the steps to create a custom script that toggles the keyboard backlight and binds it to the Scroll Lock key on Xorg-based Linux systems (like Ubuntu, Mint, Fedora, etc.). This solution is useful when the backlight is tied to the S...
Join discussion
Jun 29, 2025 · 3 min read · Imagine this: You build a beautiful web app, deploy it, and everything seems fine... until someone visits your site and it doesn’t load. But if they hard refresh (Ctrl + Shift + R) — suddenly, it works like magic. Sounds familiar?This is one of those...
Join discussionJun 28, 2025 · 3 min read · Today, I took my first deep dive into the world of animations with GSAP (GreenSock Animation Platform)—a powerful JavaScript animation library used by professional developers and designers to create stunning animations with smooth performance. In thi...
Join discussion