Developer journal

Developer journal

title

test log

123

Building a service factory I can trust

Why AJUA Platform 1.0 treats testing, controlled releases, observability, and recovery as one product.

Start with the operating boundary

A useful personal service should be easy to change without making the production machine a development workstation. AJUA keeps source, CI, image builds, and the Registry on DevOps. Production only pulls an approved immutable image and runs it.

Make the normal path the safe path

A push runs lint, tests, image build, and scanning. A separate human-approved action selects the exact revision for release. Public routes are explicit, while administrative pages remain reachable only from Home.

Recovery is part of delivery

Health checks and dashboards answer whether the service works now. PostgreSQL dumps, encrypted backups, rollback releases, and tested system images answer whether it can work again after something goes wrong.

This site is the permanent reference application for that complete path: frontend, API, WebSocket, CMS, worker, database, logs, metrics, deployment, and rollback.