TechJul 20, 20263 min readStart with boundaries before servicesService splits work better when the domain boundary is already clear.
TechFeb 14, 20263 min readThe invisible bottleneck called JSONFramework overhead is fun to benchmark, but JSON can quietly eat the request.
TechJul 19, 20253 min readSQLite is simple until it has a queue behind itSQLite is lovely, but a background worker can make the single-writer rule very visible.
TechDec 21, 20243 min readHealth checks lie in very specific waysA green endpoint can mean the process is alive, not that the product works.