Clearly mark sample posts as generated

This commit is contained in:
Willem van den Ende
2026-03-18 12:11:28 +00:00
parent fcd2a91ecc
commit 999ed4e121
4 changed files with 8 additions and 0 deletions
@@ -5,6 +5,8 @@
description: "Our testing strategy for 200+ LiveView modules"
}
---
*This is a sample blog post, generated to show what blogex can do.*
With over 200 LiveView modules in our codebase, we needed a testing strategy
that was both fast and reliable. Here's what we landed on.
@@ -5,6 +5,8 @@
description: "How we replaced our Kafka consumer with Broadway for 10x throughput"
}
---
*This is a sample blog post, generated to show what blogex can do.*
Last quarter we hit a wall with our homegrown Kafka consumer. Message lag was
growing, backpressure was non-existent, and our on-call engineers were losing
sleep. We decided to rebuild on [Broadway](https://github.com/dashbitco/broadway).