Blog
Notes from the field on cloud architecture, platform engineering, and the .NET ecosystem.
Customize secret handling with Azure Key Vault in ASP.NET
When talking about secrets (passwords, tokens, etc.), it goes without saying that this kind of data must be protected. With Azure Key Vault you can rely on a managed service for securely managing keys, secrets and certif
Read article
How to deploy Application Insights with alert-based Smart Detection using Terraform
Azure Monitor is one of the Azure services covering cross-cutting concerns that is responsible for collecting, analyzing and performing actions on telemetry data from various environments. Application Insights as a part
Read article
Unix Domain Sockets in .NET 6 — Basics and Real-World Examples
Creating cross-platform capable APIs using .NET became easier with the evolution towards .NET 6. APIs built on ASP.NET typically serve the app via TCP/IP using a specific interface and port. That makes sense due to APIs
Read article
Using WSL 2 in Enterprises
The Windows Subsystem for Linux (WSL) enables the execution of a Linux environment directly on Windows without the need for virtual machines or any other similar setup. Using WSL 2 a lot of things become easier and faste
Read article
Building a Fast and Reliable Reverse Proxy With YARP
When it comes to microservice architectures, multiple endpoints often have to be combined to reduce complexity for consuming clients. This is one of the main reasons for using reverse proxies and API gateways respectivel
Read article
Distributed Services using gRPC
Efficient communication is often one of the main drivers for modern software systems, even in a microservice driven world. gRPC can deal with these requirements. In this article, we will look at some basics of gRPC and i
Read article
Remote access to IoT devices using Azure IoT Hub — Device Streams
Industry 4.0 leads to an increased number of decentralized applications and services along with used IoT devices. The possibility to access these devices for support and maintenance tasks is often an essential requiremen
Read article
No articles match your search.