Using Identity In ASP.NET Core MVC Authentication
This article explains how to get started with Identity.UI in ASP.Net Core MVC user authentication and registration. In this article, we discussed how to use Identity UI in ASP.NET Core…
Favourite tutorials for developers
This article explains how to get started with Identity.UI in ASP.Net Core MVC user authentication and registration. In this article, we discussed how to use Identity UI in ASP.NET Core…
JWT stands for JSON Web Token digitally signed using a secret key by a token provider. It helps the resource server to verify the token data using the same secret…
With a containerised version of SQL Server, you can run the database server anywhere you can install docker. To install SQL Server 2022 in a container, you need to create…
Most of us are familiar with Amazon Web Services (AWS) and have probably used their cloud computing services at some point in our careers. AWS is a go-to solution for…
LocalStack is a cloud service emulator that runs in a single container on your machine or within your CI environment. With LocalStack, you can run your AWS applications or Lambdas…
LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. It spins up a testing environment on your local machine that provides the same functionality and APIs as the real…
When working with the leading cloud provider in the market, AWS, it is important to constantly use their native services. These services may not be open source, which makes it…
This post describes how to implement a simple One Time Password (OTP) system with AWS Serverless services which can be used as a part of two-step verification. Below tools and…
In this post, i will explain the high availability architecture on AWS for WordPress eCommerce. To reuse the infrastructure and simplify the deployment, I have used the AWS CDK. Cloud…
In the dynamic world of cloud computing, orchestrating complex workflows across multiple AWS services is crucial for creating scalable and maintainable applications. AWS Step Functions, a serverless orchestration service, is…