397 followers
Welcome to my blog! 👋 This is a space where I write technical articles about building in web3!
Introduction This guide will cover why React Query is an excellent tool to take your code to the next level when building full-stack...
Introduction In this guide, we will create: An ERC-721 NFT Drop smart contract with lazy minted NFTs users can mint Your own ERC-20 token smart...
Spoiler Alert: This blog post makes several references to the show Squid Game, if you don't want to see spoilers, I'd recommend looking...
Introduction In this blog post, we'll explore how to set up a Next.JS project with bulletproof testing libraries, including: Unit Testing with Jest...
Introduction Over the past two months I have been chipping away at my favourite project to date... Upsocial! If you're interested, you can check it...
Introduction Higher order functions in JavaScript such as map reduce and filter can completely transform the way you write your code. They are some of...