Loom

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

Posts tagged “series” (2)

247 Database Queries to Render One Page: The ORM DelusionMar 17 9.6K

Your ORM is quietly sending 247 database queries to render one page. It smiled warmly while loading your entire database into memory one row at a time, like a golden retriever fetching every stick in the park.

--architecture --databases --performance --series
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