no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Posts
Kafka CLI in C#
Here is a C# CLI for Kafka to produce and consume messages, and list, create, and delete topics.
Feb 26, 2026
#
Kafka
,
C#
,
CLI
,
Confluent
Synchronous vs Asynchronous API Calls
Here is a simple explanation of the difference between synchronous and asynchronous API calls.
Feb 12, 2026
#
Sync
,
Async
,
API
CockroachDB CDC to Kafka
When changes occur in a CockroachDB table, you can use Change Data Capture (CDC) to stream those changes to Kafka. This post shows how to set up a simple CDC to Kafka, and watch the changes in a Kafka consumer.
Feb 11, 2026
#
CockroachDB
,
Kafka
,
CDC
Command Line Interface Producer for Kafka in C#
This is a follow-up to my CLI consumer for Kafka in C#. Here is a simple CLI producer in C#.
Feb 6, 2026
#
Confluent
,
Kafka
,
C#
,
CLI
Command Line Interface Consumer for Kafka in C#
I used to use the Confluent CLI to consume messages from Kafka, but recently it stopped working for me. So I wrote my own simple CLI consumer in C#.
Feb 4, 2026
#
Confluent
,
Kafka
,
C#
,
CLI
Combining the Factory and Strategy Patterns
The Factory and Strategy Patterns are very good bedfellows, the factory generates the strategy on the fly without the client ’newing’ up anything.
Jan 24, 2026
#
Strategy
,
Factory
,
Pattern
Simple Network Communications in Docker Without Compose
Here is a simple example showing how to connect two applications running in Docker
Dec 10, 2025
#
Docker
,
Container
,
Network
Keeping a Docker Container Open in Docker Compose
It is not immediately obvious how to keep a Docker container running when using Docker Compose. Here is a simple way to do it.
Dec 9, 2025
#
Docker
,
Container
,
tty
,
stdin_open
Running .NET Applications that Communicate Over a Network Using Docker Compose
It’s fun to run a couple of .NET applications in Docker and have them talk to each other. In this post, I use Docker Compose with a .NET Web API application and a .NET Worker Service application.
Oct 21, 2025
#
Docker
,
Compose
,
Container
,
.NET
,
Network
Using CockroachDB in Secure Mode Locally
It’s not immediately obvious how to use CockroachDB in secure mode locally. In this post, I walk through the process of creating and using the necessary certificates.
Oct 15, 2025
#
CockroachDB
»
Cite
×