Check out my site for additional exclusive content & full access to my courses: michaelguay.dev/
@JackTheZuluman6 күн бұрын
When I use turborepo, I have knex,express,objection.js,pothos and graphql on the backend. I think I wanna give nest.js a shot. Thanks Mike👍
@devorer7722 күн бұрын
Thank you! I've just thought about bringing Turborepo to my project. Really handy!
@harlleybhАй бұрын
best video about turborepo
@artgurianov2 ай бұрын
The last parts are super helpful! Thanks mate
@vishalnanaware27218 күн бұрын
great work man!
@adriandrozman34043 ай бұрын
Awesome work as always, thank you!
@Grishopping3 ай бұрын
thanks for the video; I hope to read your commentary, thanks for your comments.
@justinnl43323 ай бұрын
Great content man!
@paneurhythmieАй бұрын
Cool stuff. Thank you.
@TheWalrus_453 ай бұрын
Thanks for this. I started looking into Turborepo to replace NX but got a bit confused on how to create shared libraries in Turborepo.
@kisstamas667527 күн бұрын
thank you so much, its a very detailed tutorial. I have one question: how would you use the class-validator in the shared types package? Nextjs would able to use these classes for type reference with the decorators?
@iq240-13 ай бұрын
Amazing! 🎉
@lingadurai58053 ай бұрын
Thank you 💙
@SeniorIntern3 ай бұрын
Thank you ❤
@tekne99472 ай бұрын
“Is there any chance you could show something similar but using tRPC to communicate between NestJS and Next.js for end-to-end type safety?
@mguay2 ай бұрын
This is a great video idea. Thanks :)
@niltonmorais_dev3 ай бұрын
What's the difference between TurboRepo and NestJS MonoRepo?
@sagar79293 ай бұрын
can you make a video on prisma nestjs audit trial and also handle role based permission?
@chambaderaphael89463 ай бұрын
Great tutorial, but you don't talk about nestjs hmr? I think it's a big difference with NX
@zlatkoiliev89273 ай бұрын
I am getting an error when I try to export the interface Product from the index.ts file, the error is: "Cannot find module './products/interfaces/product.interface.ts' or its corresponding type declarations."