Skip to main content
amiable
.dev
case studies
open source
status
about
Search
4 posts tagged with "github-api"
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-03
[amiable-templates]
Build-Time Documentation Aggregation (ADR-006)
We built a system to fetch documentation from multiple GitHub repositories at build time. The trick: SHA-based caching that makes incremental builds near-instant.
2026-01-01
[tdd]
Building a GitHub Projects Showcase with TDD
How test-driven development helped create a robust portfolio page with live GitHub statistics and 100% deployment reliability