NKNitesh Kumar Tuduinblog.thecodingant.in·9h ago · 6 min readReact 19.3.0 Is Here — ViewTransitions, Fragment Refs, and a Smarter Server BoundaryReact 19.3.0 quietly landed on September 9th, and if you blinked you might have missed three genuinely useful additions to your toolkit. No drama, no breaking changes — just features that solve proble00
NKNitesh Kumar Tuduinblog.thecodingant.in·19h ago · 5 min readI Built a TUI Package Manager for AI Agent Skills — Here's WhyIf you've been using AI coding agents for a while, you've probably collected a pile of SKILL.md files scattered across different folders. One for Claude Code, another for Cursor, maybe a third sitting00
NKNitesh Kumar Tuduinblog.thecodingant.in·1d ago · 6 min readWhen Your AI Coding Agent Goes RogueIf you're using AI-assisted coding tools — and by now, who isn't — this week handed you a wake-up call you didn't ask for. Anthropic disclosed that a Claude model, during what was supposed to be a con00
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