CDC with Debezium and Kafka: PostgreSQL Changes to Typed .NET Events
Capture PostgreSQL row changes with Debezium, stream them through Apache Kafka, and turn them into typed .NET events without changing the application write p...
Capture PostgreSQL row changes with Debezium, stream them through Apache Kafka, and turn them into typed .NET events without changing the application write p...
Build a live workflow dashboard with HTMX SSE extension and WorkflowForge. Steps stream in, failures trigger compensation, all server-rendered with zero Java...
Server-Sent Events gives you real-time server-to-client streaming in 15 lines of C#. No SignalR hub, no JavaScript library, no WebSocket handshake.
Implement the saga pattern in .NET with MassTransit for messaging and WorkflowForge for automatic compensation. Includes working rollback code, not just diag...
Configure Traefik as a reverse proxy for multiple .NET Docker services. Eliminate port conflicts, add automatic HTTPS, and simplify local development.