SWESPOT

Archive

Page 7 of 18

Reading Code

Listed inReading CodeIntroductionon

The skill you use more than writing: orienting in an unfamiliar codebase without reading all of it.

Beginner7 minDraft
#practices

Scala

Listed inScalaProgramming Languageson

Functional programming on the JVM, expressive enough to build a dialect of your own inside it — for better and worse.

Advanced8 minDraft
#jvm
#functional

Authorisation

Listed inAuthorisationSecurityon

RBAC, ABAC, and enforcing access at the data layer rather than the route handler.

Intermediate9 minDraft
#auth

Logging

Listed inLoggingObservability & Operationson

Structured events over prose, levels that mean something, and what must never appear in a log line.

Beginner8 minDraft
#observability