Tag

backend

4 public notes.

TechJul 20, 20263 min read

Start with boundaries before services

Service splits work better when the domain boundary is already clear.

TechFeb 14, 20263 min read

The invisible bottleneck called JSON

Framework overhead is fun to benchmark, but JSON can quietly eat the request.

TechJul 19, 20253 min read

SQLite is simple until it has a queue behind it

SQLite is lovely, but a background worker can make the single-writer rule very visible.

TechDec 21, 20243 min read

Health checks lie in very specific ways

A green endpoint can mean the process is alive, not that the product works.