Michael Guay
  • Lectures
  • Blog
  • Courses (New!)
  • Udemy
  • Sign Up
  • Login
  • Contact
  • Apps
    • NetTrack
    • FundLens
    • NestJS tRPC v2
Select Page
Type-Safe Full-Stack Development: Shared Types Between TanStack Router and NestJS with Zod

Type-Safe Full-Stack Development: Shared Types Between TanStack Router and NestJS with Zod

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...
NestJS Server-Sent Events | Build a Real Time Crypto Dashboard

NestJS Server-Sent Events | Build a Real Time Crypto Dashboard

by mguay | May 16, 2024 | Lecture, NestJS

In this lecture we learn how to implement server-sent events from a NestJS backend in order to stream real time data to a Next.js cryptocurrency...