VPC stands for Virtual Private Cloud and it allows you to create logical or isolated networks in the cloud where you can deploy or run the resources securely.
Many microservices applications require background tasks and scheduled jobs to process requests asynchronously. In the .NET Core ecosystem, background servic...
We explore several Amazon Web Services (AWS) billing disasters and introduce risk mitigation tools including budgets, alarms, and AWS Single Sign-On (SSO); AWS Cost Anomaly Detection is mentioned in the conclusion and a short quiz follows.
Welcome to Observability 101! This post is to help orient folks who want to learn more about observability but feel intimidated by the vocabulary list.
Nowadays every application is moving to microservice architecture. In this architecture, API Gateway has an important role. Let's build a simple API gateway using Java.