by mguay | Mar 19, 2026 | Lecture, NestJS
Build type-safe APIs with NestJS and oRPC — define shared contracts with Zod, implement validated CRUD endpoints, and auto-generate OpenAPI docs in a Turborepo monorepo. Includes full-stack React frontend integration with TanStack Query for complete end-to-end type...
by mguay | Dec 27, 2025 | NestJS, Post, TanStack
Introduction In modern full-stack development, maintaining type safety across frontend and backend can be challenging. Different teams might duplicate type definitions, leading to inconsistencies and runtime errors. In this guide, we’ll explore how to create a...
by mguay | May 30, 2025 | Lecture, NestJS, Next.js, Project, React Native
Take your TypeScript skills to the next level by building a production-grade full-stack Todo app with modern tools: - Turborepo for monorepo management and code sharing - PNPM for blazing-fast dependency installs - Next.js + tRPC for a type-safe web frontend - NestJS...