Architecture decisions that scale better than hero engineering
System quality depends on explicit trade-offs, operational ownership, and the ability to keep delivery sustainable over time.
Read articleThis blog is fully static. Each article is a simple HTML file, so publishing a new post works on Cloudflare Pages without a CMS, build pipeline, or backend.
System quality depends on explicit trade-offs, operational ownership, and the ability to keep delivery sustainable over time.
Read articleHow to move fast enough to deliver while preserving compliance, test quality, traceability, and operational readiness.
Read articleAttending the AWS Summit is always a valuable opportunity to step back from day-to-day delivery and reassess where cloud architecture, data platforms, and engineering practices are heading. Beyond the announcements, what matters most is how these trends translate into real-world systems, constraints, and business impact.
Read articleblog/articles/, for example my-new-article.html.index.html and blog/index.html with the correct link.blog/
└── articles/
├── architecture-decisions.html
├── regulated-cloud-delivery.html
└── my-new-article.html
The advantage of this approach is simplicity: no framework, no markdown engine, and no build step. The trade-off is that article cards are updated manually.