Understanding OAuth2 and OpenID Connect

OAUTH2 and OpenID Connect are popular Authorization and Authentication mechanisms and a lot of confusion around these standards.

In this article, we will unravel the OAUTH2  and OpenID Connect standards and practically demonstrate the various flows.

Here is the link to the article:

Understanding OAuth2 and OpenID Connect

Enjoy 😉 !!!

Raft Consensus Algorithm Unraveled

Ever wondered how the modern distributed data stores like CockroachDB, YugabyteDB, TiDB, Kudu, etc., kept data in-sync across the different nodes in the cluster ??? They all use one thing in common – the Raft Consensus Alogrithm to maintain consistency among the nodes in the cluster.

In this article, we unravel the inner workings of Raft by implementing our own version of the algorithm in Go programming language.

Here is the link to the article:

Raft Consensus Algorithm Unraveled

Enjoy 😉 !!!