Loom

A blog engine that just works. One binary, no setup, no dependencies.

Posts tagged “systems” (4)

app.use(chaos): Why Middleware Architectures Fall ApartMar 12 7.2K

Your /health endpoint runs through 12 middleware functions to return {ok: true}. Your architecture is doing a pull-up, a squat, and a mile run before it's allowed to say I'm fine.

--architecture --systems --series --performance
Your Web Framework Is Lying to YouMar 10 6.0K

Your framework didn't remove complexity. It hid it somewhere you can't find at 3am when everything is on fire.

--feature --architecture --systems --web