How to build your first smart contract with SolidityLearn how to build and deploy your first smart contractOct 31, 2022·3 min read
Integrating your React application with EmailjsLearn how to receive custom emails directly from contact form page without backendJun 20, 2022·4 min read
The Web Storage APIIntroduction An API (Application Programming Interface) refers to a set of instructions (read code) that enables users to communicate with computers or software components to communicate with each other. In other words, an API serves as the interacti...Jun 12, 2022·3 min read
Building a chart with React (Part 1)Ever wondered how to build a chart using react? For a long time, I had been scared of building charts with react because I imagined it would take complex code to build and implement charts. Turns out I was wrong😅, building a chart with react is way ...Sep 6, 2021·3 min read