Availability Anywhere Part 17 — Splitting physical monitor into multiple

This is the seventeenth part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows Let’s say that we have a big physical screen that we would like to split into multiple screens. We would like … Continue reading Availability Anywhere Part 17 — Splitting physical monitor into multiple

Availability Anywhere Part 16 — Forwarding port from host to docker

This is the sixteenth part of the Availability Anywhere series. For your convenience you can find other parts in the table of contents in Part 1 – Connecting to SSH tunnel automatically in Windows Let’s say that we want to expose a port from the host machine to the docker container. For instance, we have … Continue reading Availability Anywhere Part 16 — Forwarding port from host to docker

Distributed Designs Part 1 — Outbox without idempotency nor synchronous commit

This is the first part of the Distributed Designs series. For your convenience you can find other parts using the links below: Part 1 — Outbox without idempotency nor synchronous commit Part 2 — Transactional outbox pattern and multiple instances of relay Part 3 — Taking lock in MVCC for transactional outbox pattern Transactional outbox … Continue reading Distributed Designs Part 1 — Outbox without idempotency nor synchronous commit