PBParth Bhovadinparthbhovad.hashnode.dev·1d ago · 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
PBParth Bhovadinparthbhovad.hashnode.dev·May 24, 2025 · 3 min readWhy My Codebase Became a Mess (And What I Did About It)📖 Content Draft: Almost a year into using GitHub — I’ve always had this itch in my mind: “How does GitHub actually work under the hood?”How do commands like add, commit, push, pull, clone work internally? How is version control managed? I also wante...00