Loom

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

Posts tagged “architecture” (10)

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
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
Loom vs Hugo vs JekyllFeb 17 8.4K

An honest side-by-side of three blog engines — what each does well, where each falls short, and why they exist.

--comparison --architecture
Using Loom as a Project Documentation PlatformJan 22 6.0K

Loom isn't just for blogs. Its series, tags, pages, and navigation make it a capable project documentation platform — and it's already serving its own docs.

--feature --architecture
Introducing LoomSep 15 3.6K

A blog engine that just works. Clone, make, run — your blog is live in 30 seconds with themes, RSS, SEO, and hot reload built in.

--release --architecture