Blog¶
Blog
Release notes, design decisions, and deep dives from the libraries and tools that power our backend services — the infrastructure layer, in writing.
Welcome to the Bedrock Python Blog
An introduction to the ecosystem — what Bedrock Python is, the libraries that form the foundation, reliability, and testing layers, and what you can expect from this blog.
Introducing mr-review: AI-powered merge request reviews
A new CLI tool that runs locally and uses an LLM to walk through a merge request diff the way a thorough engineer would — staged review with brief, dispatch, polish, and post phases, plus presets for thorough, security, style, and performance reviews.
The Transactional Outbox pattern in Python: omni-box
How omni-box solves the classic dual-write problem between Postgres
and Kafka using the Transactional Outbox pattern, plus the Inbox side for
idempotent consumers.