DevOpsReplace Cron with Reliable systemd Timers on Linux
Move scheduled Linux jobs from cron to observable systemd timers with missed-run recovery, hardening, logs, jitter, and safer operations.
Engineering notes
DevOpsMove scheduled Linux jobs from cron to observable systemd timers with missed-run recovery, hardening, logs, jitter, and safer operations.
Frontend DevelopmentBuild an accessible native HTML modal with correct focus, keyboard behavior, safe form actions, responsive styling, and reliable fallbacks.
Testing & QualityInstrument a Node.js API with OpenTelemetry, export traces over OTLP, add business spans, and troubleshoot missing telemetry before production.
Frontend DevelopmentUse the View Transition API to animate filters and shared elements while preserving fallbacks, accessibility, and reduced-motion support.
BackendBuild a database-enforced tenant boundary with PostgreSQL RLS, least-privilege roles, transaction-local context, and isolation tests.
Testing & QualityUse OpenAPI and oasdiff in GitHub Actions to validate API contracts and block incompatible pull requests before they reach production.