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
-
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.
-
Errors as Values V2
Why you should return errors as values with helper functions in TypeScript.
-
Errors as Values
Handling errors without try-catch? Here's why returning errors as values can lead to cleaner, safer TypeScript code.