Azure Blob Storage using the Azure SDK for Go
This article demonstrates how to authenticate against Azure using azidentity and azblob to interact with Azure Blob Storage data plane using the Azure SDK for Go
This article demonstrates how to authenticate against Azure using azidentity and azblob to interact with Azure Blob Storage data plane using the Azure SDK for Go
WebAssembly will change the way we architecture cloud-native applications. Start your WebAssembly journey on the server and in the cloud with Fermyon Spin
Learn how to implement hot-reload for your configuration data in .NET by leveraging Kubernetes' ConfigMaps
Observability is a critical attribute that every cloud-native applications should address. This article explains how to implement observability in .NET applications with OpenTelemetry.
This article demonstrates how to build a scalable background worker for processing messages from Azure Service Bus and host it in Azure Container Apps
This article explains how to build Docker Images for multiple architectures using Docker and buildx.
This post explains what Azure NAT Gateway is, its benefits, and how we can deploy an Azure Kubernetes Service (AKS) with associated NAT Gateway using Terraform
This article demonstrates how to update objects in Kubernetes leveraging the official C# client library and JSON patch
This article demonstrates how to provision Azure Container Apps with Terraform using the AzAPI provider
In this article, we will build a gRPC server and client from scratch using Rust and tonic
I am more than humbled and honored to share that I got awarded as Docker Captain and Microsoft MVP
Se how to dive into shift-left security by creating a Software Bill of Materials (SBOM) straight from Docker CLI and integrate with vulnerability scanners
Learn how to deploy your code to Azure Container Apps using the new "az containerapp up" command.
Learn how to lint your Docker images with Dockle to secure and harden your Docker images and adopt best practices for building Docker images
See how to check if your application runs inside of a Docker container or not. This post shows how to do it with no 3rd party deps. Samples in Go and Rust