blog.anishde.devCreating a Custom Solana Connect Wallet UI with React and Chakra UIIf you have worked with the Solana Wallet Adapter before, you will know that it is very easy to set up a Connect Wallet button with a decent modal. However, customization is pretty limited. We can only add some custom CSS hence changing the styles bu...Feb 15, 2023ยท5 min read
medusajs.hashnode.devMedusa Webhooks: The Best Technical Project of the Medusa HackathonExtensibility is one of the core features of Medusa, an open source headless ecommerce engine, and it has enabled developers to create plugins for Medusa. This infinitely increases the potential for what can be done with Medusa. Webhooks are web requ...Nov 10, 2022ยท5 min read
blog.anishde.devHow to quickly create a Gasless NFT Collection on Solana with CandyPayLet's say you are an NFT creator and want to publish your NFT onto the Solana blockchain quickly. This can be time-consuming as it involves creating the collection, setting up a minting website, etc. It also requires you to be familiar with all the t...Aug 29, 2022ยท5 min read
blog.anishde.dev5 Modern CLI tools that help boost your productivityAs developers, most of us use the terminal to interact with our computers for many tasks as we find it more productive. We are familiar with commands like ls, cd, cat, grep, and find. These are primarily pre-installed on our computers and mostly get ...Aug 13, 2022ยท3 min read
blog.anishde.devForgit and Lazygit. The 2 Git tools to supercharge your git workflow?Most of us use version control systems (mostly git) for our projects but the git CLI is unproductive. We often need to run multiple commands and got to type more characters. Well, what if I told you there are tools that can improve this significantl...Jul 23, 2022ยท2 min read