N
Sharing insights, experiences, and learnings from my journey in tech
Categories
Tags
Dec 10, 2025
9 min read
509 views
Stop inconsistent commit messages in your team. Learn how to enforce Conventional Commits using commitlint and Husky's commit-msg hook for better collaboration and automated changelog generation.
Dec 4, 2025
8 min read
120 views
Working with multiple developers on the same codebase? Learn how to enforce consistent code style across your team using Prettier, ESLint, lint-staged, and Husky pre-commit hooks.
Nov 25, 2025
5 min read
84 views
Excited to launch the latest version of my portfolio! Built with the latest version of Next.js, TypeScript, and cutting-edge design
Nov 30, 2025
3 min read
57 views
I'm thrilled to announce the launch of my personal art website, a curated gallery showcasing my traditional paintings, drawings, digital artworks, and more.
Jan 4, 2025
65 views
Stop 'works on my machine' issues forever. Learn how to specify and enforce your Node.js version using .nvmrc, package.json engines, and more to ensure consistent behavior across all devices and environments.