Technical articles about deterministic API workflows, execution evidence, integration automation, and AI-assisted engineering under operational control.
Site: tech-blog.pinedatec.eu
If you are arriving from GitHub and want the strongest entry points first:
- The 3 AM Production Debugging Nightmare explains the production debugging pain behind Sphere Integration Hub.
- SphereIntegrationHub: A Deterministic API Workflow Engine gives the product and architecture overview.
- Sphere Integration Hub repository contains the CLI, samples, MCP server, and workflow runtime.
Focused on reproducible multi-API workflows, contract validation before execution, CI/CD automation, and portable execution evidence.
Focused on spec-driven development, AI-assisted delivery governance, traceability, and reviewable evidence.
The public site replaced earlier article publishing on third-party platforms. The goal is to keep the canonical version of the articles in Git, publish them through GitHub Pages, and keep editorial control over structure, assets, and updates.
Run the local preview:
python3 -m mkdocs serveBuild the static site:
python3 -m mkdocs buildPublic articles are written in English, including titles, descriptions, navigation labels, article cards, and social preview metadata.
For LinkedIn companion posts that promote articles from this repository, prefer an audience-first opener when the intended reader is specific. Put the audience in the first line in natural language instead of forcing a literal Target audience: label. Treat this as a practical reach heuristic based on observed post performance, not as a guaranteed platform rule.
The site is published to GitHub Pages through GitHub Actions via .github/workflows/deploy-pages.yml.
Pushes to main trigger deployment automatically.