Tag: turborepo
-
Day#1: Building Clean, Breaking Things: The Unexpected Cost of a Global Exception Filter
The goal seemed trivial: create a global ExceptionFilter to unify error responses across the backend. A quick win. A small boost in DX. What followed instead was a full day of debugging TypeScript build issues, resolving unexpected behavior in ESM mode, and untangling the consequences of mixing modern monorepo tooling with legacy compiler features. This…
-

Day#0: Building a Modular System from Scratch
Starting a new software project from the ground up is always an exercise in balancing ambition with reality. Over the past two days, I’ve been laying the foundations of a modular monorepo architecture using Next.js for the frontend and NestJS for the backend — and, as always, theory quickly collided with the stubbornness of actual…
