SWESPOT

Archive

Page 8 of 18

Haskell

Listed inHaskellProgramming Languageson

Pure, lazy, and strongly typed — worth learning mostly for what it permanently changes about code you write elsewhere.

Advanced9 minDraft
#functional

Caching

Listed inCachingDistributed Systemson

Cache-aside, write-through, TTLs, stampedes, and the invalidation everyone quotes about.

Intermediate9 minDraft
#performance

TypeScript

Listed inTypeScriptProgramming Languageson

A structural type system over JavaScript, erased at build time — now the default for new web codebases.

Beginner8 minDraft
#web
#types

Unit Tests

Listed inUnit TestsTestingon

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

Beginner8 minDraft
#practices

Perl

Listed inPerlProgramming Languageson

The web's original glue language. You will meet it in scripts nobody has opened since 2009.

Intermediate5 minDraft
#legacy