Category
Web Application
3 posts
You probably don't need a database per tenant
Database-per-tenant is the default people reach for in multitenancy, and it's usually the wrong one. Here's the full spectrum from separate instances down to a discriminator column, what each one costs you per tenant forever, and why Postgres plus row-level security is enough for most apps.
1 Jul 2026 · Laravel · 9 min read
Microservices won't fix a bad monolith. They multiply it
Breaking up a messy monolith doesn't fix the design. It spreads the same bad design across the network. Here's why modular monoliths come first.
24 Jun 2026 · Web Application · 6 min read
Next.js Just Patched 13 CVEs in One Release - Here's What Actually Broke
13 CVEs across Next.js and React in one release — middleware bypass, SSRF, DoS, cache poisoning, XSS. Here's what to patch and what the bugs say about server components.
21 May 2026 · Website · 9 min read