Skip to content

Commit 553e87b

Browse files
committed
Second batch of content outlines
1 parent 6a173d3 commit 553e87b

12 files changed

Lines changed: 11609 additions & 30 deletions

File tree

  • src/content/articles
    • database-schema-migrations-continuous-deployment-zero-downtime
    • dead-letter-queue-design-replay-debugging
    • deployment-rollback-state-dependencies-feature-flags
    • distributed-tracing-sampling-strategies-head-tail
    • eol-runtime-upgrade-dependency-hell-migration
    • ephemeral-preview-environments-cost-control-cleanup
    • error-budget-policy-slo-velocity-reliability-tradeoffs
    • event-schema-versioning-compatibility-evolution
    • flaky-test-diagnosis-race-conditions-e2e-stabilization
    • golden-paths-developer-experience-standardization-autonomy

‎_TODO.md‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,6 @@ Make sure each article has multiple suggestions for including various of our ast
115115

116116
For context, You are a seasoned technical writer and content strategist with expertise in platform engineering. Your task is to generate a comprehensive, structured outline for a technical article. The outline should be detailed enough for another writer to produce the final content. I'll give you the article to outline one-by-one. The first is alert-fatigue-reduction-triage-actionable-alerts
117117

118-
dead-letter-queue-design-replay-debugging
119-
deployment-rollback-state-dependencies-feature-flags
120-
distributed-tracing-sampling-strategies-head-tail
121-
eol-runtime-upgrade-dependency-hell-migration
122-
ephemeral-preview-environments-cost-control-cleanup
123-
error-budget-policy-slo-velocity-reliability-tradeoffs
124-
event-schema-versioning-compatibility-evolution
125-
flaky-test-diagnosis-race-conditions-e2e-stabilization
126-
golden-paths-developer-experience-standardization-autonomy
127-
grafana-dashboard-hygiene-pruning-actionable-metrics
128118
graphql-federation-caching-challenges-vs-rest
129119
helm-release-management-drift-detection-debugging
130120
idempotent-message-handlers-deduplication-retries

‎eslint.config.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ export default [
461461
'test/e2e/db/libsqlClient.ts',
462462
'test/e2e/helpers/pageObjectModels/**/*',
463463
'test/e2e/helpers/mockServices.ts',
464+
'test/e2e/specs/05-api/cron.spec.ts',
464465
],
465466
rules: {
466467
'no-process-env': 'off',

0 commit comments

Comments
 (0)