A Comprehensive Guide on Building and Deploying WEB3 Apps on Internet Computer BlockchainFeb 17, 2023·14 min read
How to Build and Deploy an ERC-721 Token Smart Contract on Binance Smart ChainOverview Digital collectibles have been gaining popularity as an alternative to traditional asset ownership models, as they provide a secure way to store and transfer ownership of digital and physical items. In this guide, you will learn how to easil...Feb 17, 2023·12 min read
How to Start Testing Your React Apps Using the React Testing LibraryTesting is often seen as a tedious process. It's extra code you have to write, and in some cases, to be honest, it's not needed. But every developer should know at least the basics of testing. It increases confidence in the products they build, and f...Nov 16, 2022·6 min read
A beginner's guide on implementing CRUD operations with React and FirebaseFirebase is a cloud-based development platform that offers a range of backend services. It can easily power up web, mobile, and unity-based applications. Google over the years, has developed firebase to offer a fast and easy way to set up a real-time...Nov 16, 2022·7 min read
How to add a dark mode theme on your website using javascriptDark mode is a display setting integrated in user interfaces that allows texts and other elements to appear on top of a dark background. The theme has seen a considerable increase in popularity because it allows devices to reduce the amount of light ...Oct 29, 2022·3 min read
Build a minified google Keep App using ReactIntroduction I am a big fan of google and its products. The world as we see it today has been largely shaped by the many amazing solutions google has designed, developed, and shipped. One of my personal favorites is google Keep App I usually prefer ...Sep 21, 2022·9 min read
A complete beginner's guide on learning Reactjs.Overview. If you want to learn React, but you still aren't sure. You still have some questions, such as: How should I create my React projects? What tools should I have to build my React app? Do I need to learn JavaScript first before learning Reac...Aug 30, 2022·7 min read
Build a Nodejs RESTful API with Express and SQLite3Introduction What is REST REST stands for Representation State Transfer. An architectural design pattern that simplifies the communication between computer systems. Software systems that are REST compliant are also called REStful systems. They are st...Aug 30, 2022·4 min read