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
Docker
Broadcasting Messages with Apache Kafka and .NET
Using Kafka to broadcast a message to all instances of an application seems to be a less common use case than using Kafka to send a message to one of many instances of an application. But broadcasting is easy to do with a single change to the consumer.
Aug 30, 2024
#
Kafka
,
Confluent
,
Docker
,
Container
Running Apache Kafka on Windows
It is strangely difficult to find an easy way to run Apache Kafka on Windows. This post explains how to do just that.
Aug 26, 2024
#
Kafka
,
Confluent
,
Docker
,
Container
Using Kafka with .NET
I found it challenging to find simple steps to get Kafka running and then use it with .NET. This post explains how to do both.
Aug 21, 2024
#
Kafka
,
Docker
,
Container
,
Confluent
Finding the command used to start a Docker container
I recently wanted to find the command I had run to start a Docker container, it is not as easy as it should be!
Jul 5, 2024
#
Docker
,
Container
Using Postgres with C#
It’s not a problem to use Postgres C# and .NET. You can also use Entity Framework.
Jun 6, 2024
#
Postgres
,
C#
,
Docker
Running Postgres in Docker
A simple example of running Postgres in Docker with a password set, and a port exposed.
Jun 3, 2024
#
Docker
,
Postgres
,
Container
Starting CockroachDB in Single User Mode with a Dockerfile
This post shows how to use a Dockerfile to start CockroachDB in single user mode.
Mar 3, 2024
#
CockroachDB
,
Docker
,
Dockerfile
CockroachDB in Single User Mode on Docker
Simple post on how to start CockroachDB in single user mode on Docker.
Jan 15, 2024
#
CockroachDB
,
Docker
Installing Docker Desktop on Ubuntu 22.04
I love using Docker when developing software, but installing it on Linux is not as simple as I had hoped. If you have hit the error “docker-desktop : Depends: docker-ce-cli but it is not installable” then this post is for you.
Dec 29, 2022
#
Docker
,
Linux
,
Ubuntu
,
Container
Using Memcached with a .NET Console Application
Getting Memcached running with a .NET Console application took a little longer than expected. If you are trying to do the same this might save you half an hour of messing about with constructor parameters.
Dec 12, 2022
#
dotNet
,
Memcached
,
Docker
,
Container
»
Cite
×