Understanding blockchain transactions

1 year ago

In the previous article, we discussed hashing, asymmetric encryption, and digital signatures. In this article, we will dwell on how…

Hashing, asymmetric encryption, and digital signatures

1 year ago

In this article we will learn about hashing, asymmetric encryption, and how we use them to produce digital signatures.…Read More

Fixing exhaustive-deps warning in some common use cases

2 years ago

Let's look at how we can adapt the right mental model of useEffect to fix the exhaustive-deps warning.…Read More

You might be using useEffect wrong the whole time

2 years ago

I had a tryst with the eslint exhaustive-deps rule recently. It made me go down the rabbit hole and realize…

useTransition and useDeferredValue in React 18

2 years ago

useTransition and useDeferredValue are two new hooks React introduced with React 18 earlier this year. These two hooks make use…

Magic link authentication using Asgardeo

2 years ago

Passwords are becoming obsolete, and the tech world is exploring various different technologies to allow users to log in without…

Challenges of a decentralized transaction system

2 years ago

Courtesy: Yagi Studio/Getty Images In the previous article, we looked at the motivation behind blockchain. In this article, let’s look…

The motivation behind blockchain

2 years ago

Courtesy: https://www.goodbadmarketing.com/ The online literature on blockchain is torn between too simplistic rundowns for non-techies and advanced hieroglyphic riddles targeted…

Call a child component’s method from its parent in React

2 years ago

Invoking a parent component’s method from a child component is pretty straightforward in React. We can do it by passing…

Passwordless login using Asgardeo

2 years ago

https://youtu.be/Aq1mDC0d5Bc Passwords are fast becoming a thing of the past and for the right reasons. For better user experience and…