Blog

Technical notes that make the portfolio more distinctive.

This 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.

Delivery10 min read

AWS Summit: Practical Insights for Modern Cloud Architecture

Attending 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 article
Publishing guide

How to add a new article

  1. Create a new HTML file in blog/articles/, for example my-new-article.html.
  2. Copy the structure from an existing article page and replace the title, meta description, date, category, summary, and body text.
  3. Add a new blog card in both index.html and blog/index.html with the correct link.
  4. Optional: update the Open Graph title and description inside the article page for better sharing previews.
  5. Upload the updated folder or ZIP to Cloudflare Pages.
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.