PinnedPublished inBetter ProgrammingPermanent File Storage for Web3 Apps With Arweave, Bundlr, Next.js, RainbowKit, and WagmiHow to create an excellent way to store your dataJun 27, 2022Jun 27, 2022
PinnedPublished inBetter ProgrammingHow to Find Length of String in Solidity — From the Smart Contract of “ens”Why bytes(str).length; is not enough for getting length of string in Solidity, and let’s understand the strlen method from contracts of ensMay 21, 20221May 21, 20221
Next.js v13 brings the most awaited featureSolutions for slow page loads and redirections in Next.jsJan 27, 2023Jan 27, 2023
Users don’t give a fu*k if you use blockchain/ web3 in your appBiggest problem with web3 developers, what is not web3.Jan 26, 2023Jan 26, 2023
Published inJavaScript in Plain English5 Must-Know Features in JavaScript ES2022: Enhance Your Code and Boost Your ProductivityJavaScript is constantly evolving, and the latest version, ES2022, introduces some exciting new features that can make your coding life…Jan 16, 2023Jan 16, 2023
Rescue Assets From a Compromised WalletHow to rescue your tokens from a compromised Ethereum wallet by using the power of Flashbots.Dec 31, 20221Dec 31, 20221
Authenticate Users in Your DApp with Sign in with Ethereum: A Step-by-Step GuideConnecting Your Decentralized Application (Dapp) with a Backend: A Step-by-Step GuideDec 21, 2022Dec 21, 2022
Published inCoinmonksHow to develop and deploy smart contracts with Foundry & OpenzeppelinGetting started with Foundry by developing, testing, deploying, and verifying your smart contracts with FoundryNov 25, 2022Nov 25, 2022
How to Add Sentry to your Angular project with GraphqlSentry.io is an external monitoring and logging service which can help you identify and triage errors in your code.Feb 6, 2022Feb 6, 2022
What is the !! (not not) operator in JavaScript?Converts Object to boolean. If it was falsey (e.g. 0, null, undefined, etc.), it will be false, otherwise, true.Feb 7, 2021Feb 7, 2021