Hi, I'm Duhan 👋
I am a software engineer, life-time learner, minimalist, and addicted to coffee. Currently building cool things at Segmentify.
Last 5 Blog Posts
-
ShadCN Tooltips: Where is the TooltipProvider?
I built a tooltip wrapper with shadcn/ui and couldn’t figure out why tooltips felt slow. Turns out the placement of TooltipProvider changes everything.
-
Move Commits from Wrong Branch
Learn how to move commits from a wrongly created Git branch to the correct one using cherry-pick.
-
Switch Branches Without Losing Work in Git
Accidentally made changes on the wrong Git branch? Learn how to safely move your uncommitted work to the right branch using 'git stash'.
-
How Tech Stack Choices Create Technical Debt in Frontend
Tech debt is inevitable, but your rendering strategy and framework choices can either make it manageable or painful. Here's how to avoid common traps.
-
Managing Two Codebases Alone Was a Mistake
Why I switched from a split Nest.js + Next.js stack to a single Next.js app, and what I learned along the way.