Recent posts

Semantic Versioning is an Estimate

6 minute read

Semantic Versioning became the industry standard for managing releases, following the pattern MAJOR.MINOR.PATCH: Patch is for safe bug fixes Minor is fo...

Merging Message Types in a Kafka Topic

4 minute read

When I first started designing event-driven systems I followed the guideline of separating each message type into its own dedicated topic, it seemed like a ...