[ ← BACK TO HOME ]

[BLOG] — WRITING

FIELD NOTES_

2026-07-08

Designing a Secure Multi-Tenant Chat Gateway for n8n

How to put a secure multi-tenant gateway in front of n8n chat webhooks: tenant auth via site keys, origin checks, rate limits, and conversation history.

  • [n8n]
  • [multi-tenant]
  • [webhook-security]
  • [architecture]

2026-06-10

Next.js SSR Migration: Cutting First Paint by 40%

How a CSR to SSR migration cut first paint by 40% on a national-scale fintech frontend — what moved the number in Next.js, and when SSR isn't worth it.

  • [nextjs]
  • [ssr]
  • [performance]
  • [web-vitals]