Posts by this author
How to Create Sanity Headless CMS in Next.js
Learn how you can create text, images, and other media types with Sanity Headless CMS and display that content in your Next.js application.
Understanding Structs and Enums in Solidity
Structs allow you to create custom data types in Solidity. Enums restrict a variable to have only one value. Learn how to use them in this tutorial.