Skip to content
StackPractices

Tag: reliability

Browse 7 practical software engineering resources tagged with "reliability". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving reliability.

Inbox Pattern

Use a dedicated inbox table or queue to record incoming events or requests, ensuring reliable delivery, deduplication, and idempotent processing even when downstream systems fail.

Outbox Pattern

Reliably publish domain events by persisting them in an outbox table within the same database transaction as the business operation.

Postmortem Incident Review Template

A blameless postmortem template for analyzing incidents, identifying root causes, and documenting lessons to prevent recurrence.

Service Level Objective (SLO) Template

A template for defining reliability targets, error budgets, and measurement methods for services and systems.

Service Level Objective Template

A template for defining SLOs, SLIs, and error budgets for reliable service management.

Service Level Objective (SLO) Document Template

An SLO document template that defines reliability targets, error budgets, and escalation policies for services and platforms.