◆ nextjs
Example case study (replace me)
Short one-line hook describing the problem and outcome.
nextjspostgresscaling
Outcome
- →p99 latency 800ms → 120ms
- →Cost cut 60% on read path
Context
Replace this with the actual problem. Who used the system, what scale, what was broken.
Constraints
- Constraint one
- Constraint two
What I did
Walk through the approach. Code snippets welcome.
// before
const slow = await db.users.findAll();
Outcome
Numbers, screenshots, what shipped.