API gateway using ocelot in asp.net core application
API Gateway is an API management tools that sits between a client application and backend application. It agregates different services, maintain load balanci...
API Gateway is an API management tools that sits between a client application and backend application. It agregates different services, maintain load balanci...
Health monitoring provides real-time information about the state of the application. It’s a very crucial part for large distributed application. Especially, ...
In the previous article, I have shown you how to create a back end application for authentication and authorization using JWT and .net core. In this article,...
Authentication and authorization is a key part of an application. Sometimes we struggle to implement authentication and authorization in a web api applicatio...
Installing and configuring multi-node kubernetes cluster is not always easy. In this article I will show you how to configure kubernetes multi-node cluster u...