Shipping Nest and Next Under NDA-Safe Constraints
Direct answer
Talk about process, boundaries, and failure modes — never customer data, internal hostnames, or proprietary schemas.
What stays public
- Stack choices at the category level (NestJS APIs, Next.js UIs, queues, Mongo)
- Delivery habits: contracts first, thin handlers, explicit health checks
- What broke in the abstract: schema drift, retry storms, ambiguous ownership
What stays private
Anything that identifies a client, a network path, or a security control map.
Links
- Related writing: /blog/nestjs-iot-ingestion
- Experience: /experience
- About: /about