PBParth Bhovadinparthbhovad.hashnode.dev·Aug 2 · 4 min readReact Keys and Lists - Explained!Whenever you worked with rendering lists of DOM elements in React.js you have encountered this error. And most probably you solve this error in wrong way. Let me explain what's the correct approach! i00
PBParth Bhovadinparthbhovad.hashnode.dev·Jul 24 · 5 min readHow to generate dynamic sitemap in NextJS?Earlier I used to manage sitemap manually in NextJS. And I end up forgetting to update the sitemap whenever I add/remove any pages from my website. But now I don’t have to remember updating the sitema00
PBParth Bhovadinparthbhovad.hashnode.dev·Jul 5 · 2 min readI tried AI Assisted coding. And here's why I'm moving back to manual codingI started using GitHub Copilot when I got enough confidence on my logic building. And it was a right decision. Autocompletions helping me to get my work done fast. There is no problem in it. Autocompl00
PBParth Bhovadinparthbhovad.hashnode.dev·Jun 2, 2025 · 2 min readSeparated the version control logic from my backend folder🚀 Big update on my GitHub clone project!I finally separated the version control logic from my backend folder and built it into a standalone CLI tool — and even published it on NPM!Now anyone can install it globally and manage code files locally whil...00
PBParth Bhovadinparthbhovad.hashnode.dev·May 28, 2025 · 2 min readI’m Finally Separating Git From My Backend🎯 Kicked things off last weekCleaned up my messy codebase — better folder structure, killed redundancy, and made my GitHub clone way easier to manage. But there’s still this one thing bugging me… 📖 The problem I’ve been avoidingRight now, all my cu...00