Featured Article

Create AWS Cognito UserPool using CDK

October 6th, 2022 - 9 min read

We will be creating a new Amazon Cognito Userpool and app client. We will look into different option available to us for configuring cognito authentication.

blog image
AWSCDK

Adding MFA(TOTP) to AWS Cognito with CDK

user image
Anoop Nair@sudodeznit
October 13th, 2022
post cover image

Multifactor Authentication (MFA) is important for adding extra layer of security to your applications. We will use CDK to add MFA using TOTP to Cognito and test it on a nextjs app.

Read More
JSINTERVIEW

Promise.all() vs Promise.allSettled()

user image
Anoop Nair@sudodeznit
March 10th, 2023
post cover image

In this post we will see the differences between Promis.all() and Promise.allSettled() in JS

Read More