2 followers
The blog entries serve as my comprehensive annotations on the respective topics during my learning process.
Azure Container Apps Azure Container Apps(ACA) provide the flexibility you need with a serverless container service built for microservice...
Azure Container Instances With Azure Container Instances (ACI), you can deploy and manage containers without worrying about the underlying...
Azure Container Registry (ACR) Built on top of the open-source Docker Registry 2.0, Azure Container Registry (ACR) is a managed, private Docker...
What is Azure App Service? It is an HTTP-based service (PaaS) to host web applications, REST APIs, and back-ends. It supports .NET, .NET Core, Java,...
Collections are types that holds a set of related data object together that can be treated as a single object on which we can perform...
Using synchronous in modern applications is a bad practice as code blocks the thread executing it from doing any other work as the application...