NKNitesh Kumar Tuduinblog.thecodingant.in·Apr 10 · 10 min readGit Basics You Actually Need to Know - Part 2In Part 1, we covered commits, branches, and basic Git workflows. You know how to create branches and make commits. Now comes the hard part: bringing those branches back together. This is where most p10
NKNitesh Kumar Tuduinblog.thecodingant.in·Apr 9 · 9 min readGit Basics You Actually Need to Know - Part 1You've cloned a repo, made some changes, and now you're staring at the terminal wondering what comes next. git add ., git commit -m "fix", git push — you've copy-pasted these commands a hundred times,10
NKNitesh Kumar Tuduinblog.thecodingant.in·Apr 8 · 9 min readJSDoc: The TypeScript Experience Without TypeScriptRemember that time you called a function, forgot what parameters it needed, then had to scroll up 200 lines to check? Or when you refactored a function and broke 12 files because nothing told you wher10
NKNitesh Kumar Tuduinblog.thecodingant.in·Apr 7 · 9 min readWriting Better APIs: Error Handling and Logging That Actually WorksYou know that moment when your API throws a 500 error and you have no idea why? Or when you're hunting through 47 route files trying to find where that specific error message comes from? Let's fix tha10
NKNitesh Kumar Tuduinblog.thecodingant.in·Apr 6 · 12 min readDesign for Developers: Making Your UI Actually Work Everywhere (Part 2)In Part 1, we covered the fundamentals: spacing, typography, color, hierarchy, and alignment. Those rules fix 80% of ugly developer UIs. But there's a problem. You followed all the rules. Your spacing10