Blog
Welcome to the Blog. This is where I write about being a software engineer, tooling, career advice, and short tutorials.
See the sample article: software-engineer-life.md.
Being a Software Engineer — A Short Note
Friday, October 24, 2025 in Blog
Being a software engineer is half about writing code and half about communicating ideas. Keep your PRs small and focused. Write clear commit messages and README updates. Invest in tools that reduce friction (good editor, fast CI, reproducible dev …
Dev Tips: Small Tools, Big Wins
Sunday, February 02, 2025 in Blog
Categories:
Short tips collected while working on projects. Use an editor with good multiple-cursor support for repetitive edits. Keep a cheatsheet of commonly used git commands. Add small scripts for repetitive local tasks in a bin/ or scripts/ folder.
Another Day in Software
Wednesday, January 15, 2025 in Blog
Categories:
Working in software is mostly about learning how to learn faster. Small, steady improvements compound. This post collects short notes from the day: a debugging trick, a refactor that paid off, and one productivity tip. Debugging trick When debugging …