DevRel 101A lot of people hear “DevRel” for the first time and immediately think it is just posting tech content on Twitter or speaking at conferences. It is more than that. Developer Relations (DevRel) is the May 26, 2026·6 min read
Understanding Smart Contract ABIfabioUnsplash In this article, we will explore what ABI is, why it is important for smart contracts and how it works with an example. What is ABI? Application Binary Interface (ABI) is a set of rules that defines how software components interact with...Mar 3, 2023·3 min read·58
Fetch API: A simple guidePhoto by Douglas Lopes on Unsplash Introduction This tutorial provides an introduction to using the Fetch API for making HTTP requests in JavaScript. It covers the basics of how to make GET and POST requests, how to handle the response, and how to us...Mar 2, 2023·4 min read·102
A simple guide to JavaScript Array Map MethodMap is called on an existing array to return a new array based on what is returned from the function that’s passed as an argument. Here is an example const names = ['Bello', 'Abdullahi', 'Abdulqudus']; const nameLengths = names.map( name => name.len...Feb 27, 2023·1 min read·67
How to connect multiple wallets to your React dApp using Web3ModalIn this tutorial, we will cover how to connect wallets to your React dApp using Web3Modal. Introduction Web3Modal is a library that helps developers connect their decentralized applications to various Ethereum wallets like MetaMask, WalletConnect and...Feb 24, 2023·4 min read·112
Understanding Ethereum, Smart Contracts, Gas and Decentralized applications.This article provides an introductory overview of fundamental concepts in the blockchain space, including blockchain technology itself, the Ethereum platform, smart contracts, the use of gas in transactions and decentralized applications, with the ai...Feb 23, 2023·5 min read·79
Getting Started in Developer RelationsDeveloper Advocacy is an important and growing field that helps bridge the gap between technology companies and the developer community. If you’re interested in getting started in Developer Advocacy, there are several key steps you can take to begin ...Feb 4, 2023·3 min read·17