PinnedMastering Essential Array Methods in JavaScript for Data Structures and AlgorithmsArrays are the fundamental building blocks of data structures in JavaScript, enabling you to store and manipulate collections of items…Aug 23, 2023Aug 23, 2023
What the heck is Promise anyway?Javascript is a popular language because of it’s fast execution and asynchronous behavior. Being a single threaded language, javascript is…Nov 25, 2024Nov 25, 2024
Deploy Node Application in Digital OceanToday let me go through the process of setting up nginx server in a droplet in digital ocean to deploy the node application. This process…Nov 17, 2024Nov 17, 2024
Building a ReactJs Frontend for a To-Do Application: MERN Stack — Part 2My previous article deals with the backend API development for the common To-Do application that everyone try to work on when learning new…Mar 31, 2024Mar 31, 2024
Building a To-Do Application with the MERN Stack: A Comprehensive Guide for Beginners — Part 1I always wanted to develop a full fledged To-Do application and deploy it so that other beginner developers who are learning full stack…Mar 22, 2024Mar 22, 2024
Mint NFTs with web3.jsFrom the previous articles, we have created and deployed our NFT smartcontract. We also uploaded our NFT metadata collection in Pinata. Now…Mar 7, 2023Mar 7, 2023
Create NFT collection and metadataIn this article, we will learn to create NFT metadata and use it in our NFT minting process. We will create a bunch of digital avatars as…Mar 7, 2023Mar 7, 2023
Write and deploy NFT Smart ContractsIn this article, we will setup hardhat to write nft smartcontract, compile and deploy in goerli test network. Please make sure you have…Mar 2, 2023Mar 2, 2023
How to automate your start of day as a developer with Bash?As a developer, when you sit down at your desk to start your regular work day, you will obviously open a few applications. It may be the…Feb 16, 2023Feb 16, 2023
Set up custom polygon full node easilyPolygon has excellent documentation for setting up full node in different ways but it might be overwhelming when starting for first time…Aug 24, 2022Aug 24, 2022