Skip to main content
amiable
.dev
case studies
open source
status
about
Search
4 posts tagged with "architecture"
View All Tags
2026-01-15
[architecture]
ADR-004: Remote Blog Post Aggregation
Technical overview of implementing remote blog post aggregation in Docusaurus, extending the ADR aggregation pattern to unify blog content from distributed project repositories.
2026-01-03
[tdd]
Building a Cross-Project ADR Aggregator with TDD
How to build an automated ADR aggregator that collects Architecture Decision Records from multiple GitHub projects into a unified Docusaurus documentation site using TDD.
2026-01-01
[stentorosaur]
Solving the 84% Empty Heatmap: Historical Data Aggregation in Stentorosaur
How we implemented daily summary aggregation to display 90-day heatmap history on status pages, solving the problem where only 14 days of data appeared.
2025-11-19
[stentorosaur]
Architecture Decisions: Building on Upptime's Foundation
Technical deep dive into Stentorosaur's architecture: data flow, storage patterns, concurrency handling, and the trade-offs of using Git as a database.