Theviyanthan Krishnamohan

Adding authentication to an ASP.NET Core app using Asgardeo

ASP.NET Core is a cross-platform, open-source web framework that allows you to develop MVC applications and Web APIs with ease.…

1 year ago

All about blockchain forks

We looked at double spending and immutability in blockchain in the previous article. In this article, let’s discuss forks in…

1 year ago

Integrating Asgardeo with a .NET UWP application

Universal Windows Platform (UWP) allows you to write Windows applications that run across different platforms such as Windows 10, Windows…

1 year ago

Double spending and immutability in blockchain

In the last article, we looked at the process of mining in blockchain in depth. This article will look at…

1 year ago

React Server Components vs. Server-Side Rendering

React 18 introduced a completely new paradigm to the frontend realm in the form of React Server Components (RSC). Next.js…

1 year ago

Mining in blockchain

We looked at Merkle proof in the previous article and that concluded our discussions on blocks and their structure. In…

1 year ago

What is Merkle proof and why do we need it?

In the last article, we discussed the Merkle tree and how we can use that to ensure integrity, that is,…

1 year ago

Block structure in blockchain

In this article, we talk about block structure in blockchain, the block header and how we generate the Merkle root.…Read…

1 year ago

Difficulty adjustment in blockchain

We looked at the Proof-of-Work algorithm in the previous article, and in this article, we shall look at how we…

1 year ago

How Proof of Work is used to establish consensus in blockchain

In the previous article, we saw how we use a puzzle to achieve consensus. In this article, we will see…

1 year ago

Blockchain consensus using a puzzle

In the previous article, we saw how we order transactions in a blockchain by hashing transactions. However, this alone doesn’t…

1 year ago

Establishing an order of transactions in blockchain

In the previous article, we took a look at how we verify transactions in detail. In this article, we will…

1 year ago

Verifying blockchain transactions

We discussed proving ownership of bitcoins in the previous article. Let’s discuss how verifying transactions works at length in this…

1 year ago

Proving ownership of coins in blockchain

This article discusses blockchain account addresses, how they are used to prove ownership of bitcoins and how blockchain transactions work.…Read…

1 year ago

Understanding blockchain transactions

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

1 year ago

Hashing, asymmetric encryption, and digital signatures

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

1 year ago