Architecture · Operations · Validation
How to review the engineering evidence
This page turns the repository documentation into a guided review. Each visual answers a specific operating question, links to the work it supports, and keeps implemented, validated, planned, and intentionally omitted claims separate.
01 · System boundaries
Start with ownership and trust boundaries
The public website is static. The platform and recovery projects are separate engineering environments with explicit identity, storage, and operator boundaries. Start here before reading an individual implementation so a portfolio delivery component is not mistaken for part of the cluster runtime.
02 · Service delivery
Follow a request one handoff at a time
The related analyzer keeps API discovery read-only and makes active DNS, HTTP, and TLS probes explicit. Optional integrations add evidence when available; unavailable APIs and permissions remain visible as coverage limits.
03 · Data protection
Separate backup presence from recoverability
Recovery evidence becomes stronger in stages: artifact presence, transport verification, decryption and inspection, isolated application restore, and finally a timed end-to-end drill. The portfolio states which stage was actually observed for each project.
04 · Change and recovery
Connect maintenance decisions to a return path
The same method appears across the maintenance and capacity tools: inspect first, preserve uncertainty, bound mutation behind separate authority, and define the conditions required to return a node or service to use.
What the evidence is designed to show
- Operating decisions are tied to specific observed or source-validated evidence.
- Professional work and self-managed engineering remain clearly labelled.
- Private identifiers, credentials, and employer topology are not published.
- Limitations and missing checks remain part of the result instead of being converted into success.
The underlying Markdown, Mermaid, configuration, and project records remain available for technical review. This guide provides the shorter route for hiring managers and interviewers.