Topic View
#Workflow.
Explore Workflow articles, tutorials, guides, and code examples on MeshWorld India. Learn best practices, get practical tips, and level up your Workflow skills.
4 posts
Dec 2025
Filed under this topic
Git 5 min read
Git Worktree Guide: Work on Multiple Branches Simultaneously
Stop stashing mid-feature for hotfixes. Learn how to use Git worktree to check out multiple branches into separate folders with real-world workflow examples.
Vishnu
Git 5 min read
I Deleted My Code with git reset --hard. git reflog Saved It.
True story: running git reset --hard on the wrong branch wiped a week of work. Here is how git reflog recovered it all.
Vishnu
Claude 5 min read
How Junior Engineers Should Actually Use Claude Code
Not a shortcut — a safety net. How to use Claude Code to learn faster, catch mistakes early, and ship better code.
Vishnu
Claude 5 min read
I Used Claude to Review My Code for a Week. Here Is What It Caught.
A week-long experiment using Claude as a daily code reviewer on a real Node.js project — bugs found, security issues caught, and what actually changed.
Vishnu