Posts from 1. April 2025

Replacing Swagger with Scalar in a Containerized Aspire.NET Project

Introduction In modern .NET projects, API documentation is a must. While Swagger has become the default choice, Scalar offers[…]

Injecting Environment Variables into React Apps in Docker on Azure

Introduction Environment-specific configuration is easy in backend systems. You use environment variables, and everything just works. But[…]

Embedding Static Data in C#: How to Pack Markdown, CSV, and Prompt Templates into Your Application

Introduction Whether you’re building an AI-powered app that needs rich prompt templates, a dashboard fed by CSV[…]