TCP and UDP in Simple Terms!!!Story Time: Imagine you want to send a message to your friend who lives far away. You have two options: TCP and UDP. TCP: TCP (Transmission Control Protocol) is like sending a letter through registered mail. You write your message, put it in an env...Jul 5, 2023·2 min read
Enhance User Experience with Scroll-Triggered Animations on the Website.HELLO Gorgeous People !!! on internet. In this article let's learn about how to bring up the animations at the right time while you scroll the website. Here we will be using the FRAMER-MOTION package which helps us to develop animations within second...Dec 26, 2022·3 min read
Wish to see these features in HASHNODE in 2023Hey, Gorgeous people on the internet. In today's article, we will be discussing some new features that I would love to see on HASHNODE 2023. NOTICE: I am not a hashnode developer, I am just writing this article to suggest some features that could imp...Dec 2, 2022·3 min read
Promise .any() vs .race() vs .all() vs allSettled()Hey, Gorgeous people on the internet in the previous article we discussed the Promise like why we need it comparing it with Callback. In Today's article, we will be looking into the different types of methods that promises provide. And more important...Nov 29, 2022·4 min read
What is Promise, why do we need it?HEY Gorgeous people on internet today let's learn about the Promise which is majorly used for async programming in JavaScript. First let us know what is the need to use Promise's when we have MIGHTY Callback🤴. Need For Promise: As we know that callb...Nov 25, 2022·2 min read
Try this if you are facing issues while using web3JS in ReactJSUncaught ReferenceError: process is not defined If you are getting this error right after importing the Web3js package in your ReactJs application then you are using create-react-app version >=5 for this reason you may run into issues building. Thi...Jul 1, 2022·2 min read