Power BI Images That Pop: A Guide to Intuitive, Easy-to-Maintain Reports
Published on:
Learn moreRelated posts
Writing Effective Copilot Instructions for Complex Codebases
A flat copilot-instructions.md works for small projects. When your codebase hits 500k lines, 19 projects, and multiple code generators, you ne...
Optimising DAX: The Formula Engine and Storage Engine
When you execute a DAX query, two engines divide up the work. Understanding the split between the formula engine and the storage engine is key...
Your Cloud AI SLA Tells You Less Than You Think
Traditional cloud SLAs measure API uptime, not behavioural stability. This post talks about how silent AI model drift can quietly break your a...
Trying Out WSL Containers: Microsoft's Built-In Alternative to Docker Desktop
Microsoft's new WSL Containers (wslc) promises container management on Windows without Docker Desktop. I tried it with dev containers, Aspire,...
AsyncAPI Code Generation with Corvus: Custom Transports
Implement a custom IMessageTransport for brokers not covered by the built-in packages - PublishAsync, SubscribeAsync, RequestAsync, dead-lette...
AsyncAPI Code Generation with Corvus: Testing
Test Corvus-generated AsyncAPI producers and consumers without a running broker - unit test handler logic with typed payloads, verify producer...
AsyncAPI Code Generation with Corvus: Filtering
Generate producers and consumers for only the channels you need - use channel filtering, tag selection, and the asyncapi-show preview command ...
Rx.NET v7.0 Released
In this video, Ian Griffiths announces Rx.NET 7.0, highlighting a potential 95MB reduction in application deployment size by moving UI framewo...
AsyncAPI Code Generation with Corvus: Durability and Resumption
Configure durable message delivery for Corvus-generated AsyncAPI consumers - Kafka consumer groups, AMQP acknowledgement, NATS JetStream, MQTT...
AsyncAPI Code Generation with Corvus: Health and Telemetry
Add observability to Corvus-generated AsyncAPI producers and consumers - OpenTelemetry distributed tracing, message throughput metrics, proces...