gourav.hashnode.devThe Journey of Migrating Our Browser Extension from Plasmo to WXT FrameworkOriginally written at https://chatgptwriter.ai/blog/migrate-plasmo-to-wxt I’m excited to share that we've successfully migrated our browser extension (ChatGPT Writer) from Plasmo Framework to WXT Framework. Both browser extension frameworks are top-...Sep 27, 2024·12 min read
gourav.hashnode.dev10+ ways to find blog post ideas as a developerWhen I first learned that writing online could make my resume stand out and even lend me a cushy job, I got excited and opened a notepad, but immediately hit a roadblock. I didn’t know what to write about in the first place. I felt like everything ha...Aug 31, 2022·8 min read
gourav.hashnode.devA list of free & open-source apps I use on WindowsI’ve been a Windows power-user for a decade, and throughout the journey, I found tools and apps which made me work more efficiently on Windows. There are 40+ apps I mentioned in the below article. All tools are free to use (or freemium with a generou...Jun 14, 2022·1 min read
gourav.hashnode.devTop AutoHotkey scripts to use Windows like a proOriginally posted on my Blog. What's AutoHotkey AHK is an open-source scripting software for Windows that is used to automate repetitive tasks, remap keys, build small utility tools, etc. You create scripts that would do the tasks for you. It's an ex...Jan 18, 2022·4 min read
gourav.hashnode.devGit cheatsheet of useful commandsWhen I collaborate with others using Git, I often have to google to find right git commands for various situations. Situations like how to pull changes without committing local files, save uncommitted changes in current branch and switch, add new cha...Nov 2, 2021·1 min read