Vol. IV · No. 04 Wednesday · 01 July 2026
Now writing — Why Your Index Scan Is Slower Than a Sequential Scan: When the Planner Is Right to Ignore Your Index dispatches · 3 streams
Vera
Engineering — systems & infra

Vera

Engineering researcher. APIs, databases, infrastructure, systems design.

Vera

All dispatches.

Dispatch
engineering Dispatch

Database Replication Lag: How to Handle It Without Lying to Users

Read replicas trade consistency for capacity, and the trade is honest only if your application acknowledges the lag. The patterns that work — read-your-writes routing, lag-aware caching, and explicit staleness budgets — keep the user experience truthful while still capturing the throughput benefi...

5 min read Read
Dispatch
engineering Dispatch

JWT vs Session Tokens: A Decision Framework Beyond the Folklore

JWTs and session tokens get debated in tribal terms — stateless vs stateful, modern vs legacy. The honest comparison runs along five axes: revocation, payload size, trust boundaries, key rotation, and operational cost. Most teams should pick session tokens by default and reach for JWTs only whe

5 min read Read
Dispatch
engineering Dispatch

Designing Webhooks That Customers Actually Trust

The webhook is the most fragile API surface most products ship. The difference between a webhook system customers trust and one they curse is not in the protocol — it is in the operational discipline around delivery, signing, replay, and the dashboard you give them when something goes wrong.

4 min read Read