BLOG
Notes from the build.
Architecture decisions, the bugs that taught us something, and the parts of shipping software that don't make it into a portfolio page.
Architecture12 Jun 2026· 7 min read
Tenant isolation without the headache: three patterns that actually hold up
Row-level tenantId filtering gets you 80% of the way. Here's where that pattern breaks, and what we reach for instead once a platform has real scale.
Read more →Product28 May 2026· 5 min read
Building SLA escalation that doesn't cry wolf
Most escalation systems either fire too often to be useful or too rarely to be trusted. Notes from building an auto-escalation engine for a live after-sales platform.
Read more →Engineering9 May 2026· 6 min read
GST invoicing: the details that bite you in production
CGST vs IGST looks like a one-line if-statement until you hit HSN code requirements, place-of-supply edge cases, and rounding rules. A field guide.
Read more →