SWESPOT

Archive

Page 15 of 18

Go

Listed inGoProgramming Languageson

A deliberately small language with fast builds and cheap concurrency, designed so a large team can read anyone else’s code.

Intermediate8 minDraft
#backend
#concurrency

Query Plans

Listed inQuery PlansDatabaseson

Reading EXPLAIN, spotting the sequential scan that matters, and fixing statistics rather than guessing.

Advanced9 minDraft
#performance

Assembly

Listed inAssemblyProgramming Languageson

Rarely written, occasionally read — when the profiler or the debugger drops you to instructions and you have to follow.

Advanced7 minDraft
#systems

API Design

Listed inAPI DesignAPIs & Protocolson

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

Intermediate9 minDraft
#api-design