SWESPOT

Archive

Page 5 of 11

Technical Debt

Listed inTechnical DebtIntroductionon

The difference between debt you took deliberately and mess you made accidentally, and how to pay down each.

Intermediate6 minDraft
#practices

API Design

Listed inAPI DesignAPIs & Protocolson

Naming, granularity, consistency, and designing the error responses before the happy path.

Intermediate9 minDraft
#api-design

Metrics

Listed inMetricsObservability & Operationson

Counters, gauges, and histograms, cardinality as the thing that breaks your bill, and RED and USE.

Intermediate8 minDraft
#observability

Unit Tests

Listed inUnit TestsTestingon

Testing behaviour rather than implementation, so a refactor does not turn the suite red.

Beginner8 minDraft
#practices