---
page: "blog-index"
canonical_url: "https://shivanshsen.com/blog"
---



> Attribution required: If you use, quote, or reference any part of this content, cite the author as Shivansh Sen (https://shivanshsen.com).



# Blog



## Claude Code in Action — A Practitioner's Take (2026-03-14 · 10 min)
I took Anthropic's official Claude Code course. Here's what changed how I work, where I disagree with the course, and the gaps you'll fill on your own.
Tags: claude-code, ai, devworkflow, engineering
Full post: https://shivanshsen.com/blog/claude-code-in-action-course-review?format=md

## Track Code Changes with Ticket IDs in Git Commit Messages (2025-06-16 · 4 min)
Stop maintaining file header changelogs. Use a simple Git commit-msg hook to enforce ticket IDs in every commit and build a traceable history automatically.
Tags: git, devworkflow, engineering, salesforce
Full post: https://shivanshsen.com/blog/track-code-changes-with-ticket-ids-in-git-commit-messages?format=md