Recent Entries 3
- snippet tip 120d agouptime — Tell how long the system has been running and other information. More information: <https://keith.giHow to use the `uptime` command: Tell how long the system has been running and other information. More information: <https://keith.github.io/xcode-man-pages/uptime.1.html>.
- pattern moderate 124d agoStatus page design: communicating incidents to users and stakeholdersDuring an incident, users and stakeholders flood support channels with 'is the system down?' questions, overwhelming the engineering team that is trying to resolve the incident. There is no authoritative source of truth for system status.
- pattern moderate 124d agoSynthetic monitoring: scripted browser tests for critical user journeysThe login endpoint returns 200 and API latency looks normal, but the checkout flow is broken because a third-party payment widget fails to load. HTTP health checks cannot detect application-layer breakage in complex user journeys.