NestJS + Prisma Deep Dive

  Рет қаралды 27,942

Michael Guay

Michael Guay

Күн бұрын

Пікірлер: 47
@mguay
@mguay Жыл бұрын
Get my highly rated NestJS Microservices Course at a discount: michaelguay.dev/udemy/
@JP12313
@JP12313 Жыл бұрын
Excellent course! Im currently on the rabbitmq section Could you add it as a section to the course? Are you planning to add a section on sockets?
@nazartkach3866
@nazartkach3866 9 ай бұрын
how you would add additional validation with dtos from Prisma? or custom error messages?
@AliAliOxenFree
@AliAliOxenFree Жыл бұрын
great video man! I needed a quick refresher and this was perfect
@badrinath8958
@badrinath8958 Жыл бұрын
Thank you so much for making videos like this. Got prisma usage compared to TypeORM. Keep going on creating new videos
@am0nr2youtube28
@am0nr2youtube28 Жыл бұрын
Michael, you are amaizing. I have finished your microservices udemy course and gave 5 stars to it. Guys, this guy is the best in terms of deep dive in any topics reletaed to Nestjs.
@MightyKingKala
@MightyKingKala Жыл бұрын
thank you bro, I love your channel and content , I'm new to nestjs and your videos help me so much! ❤❤❤
@bozidarbralic1937
@bozidarbralic1937 11 ай бұрын
Great stuff, will buy both of your Udemy courses, ran into you randomly. Great pacing, excellent explaining absolutely love it.
@nolw.7805
@nolw.7805 Жыл бұрын
Thank you, Michael, for your awesome work!I didn't work with SQL databases, and for me, this video is so useful! Thanks!
@mr_ehmed
@mr_ehmed Жыл бұрын
yeah
@neerajsinghtangariya2587
@neerajsinghtangariya2587 Жыл бұрын
Really very nice tutorial about primsa and nestjs
@marty7065
@marty7065 3 ай бұрын
Thank You! , You Are Amazing, your video helps me a lot!
@zzxdimon
@zzxdimon 7 ай бұрын
Lovely video. Thanks for your work!
@learning_trespasser
@learning_trespasser 2 ай бұрын
Michael : I love to see the internal working of pipes that's why they're in open
@aabhishakemishra
@aabhishakemishra 4 ай бұрын
Great job 👏
@104antony
@104antony Жыл бұрын
Great video. I have already implemented several project with Prisma but this video allowed me to clarify some aspect. Thanks you. By any chance, are you going to make a video on how to deploy a project with Prism on AWS?
@samulivalimaki
@samulivalimaki Жыл бұрын
YOU-ARE-AWESOME! 🎉
@learning_trespasser
@learning_trespasser 2 ай бұрын
great explanation
@indrajeetnikam5301
@indrajeetnikam5301 9 ай бұрын
Thanks for the awesome tutorial, appreciate it ☺
@BilalDjaghout-b3f
@BilalDjaghout-b3f 6 ай бұрын
awesome video, I love your content
@ThinhLe-pg8di
@ThinhLe-pg8di Жыл бұрын
great content, keep it up man!
@kareemlateefyomi8690
@kareemlateefyomi8690 Жыл бұрын
Great video. Really good 👍
@testaccount9420
@testaccount9420 8 ай бұрын
Nice explanation ❤
@luizadamchuk4558
@luizadamchuk4558 Жыл бұрын
Your video was really good; I was able to implement it in my test repository, and it turned out great. Hey, I'd like to request if it's possible, could you create a video about handling application logs? For instance, setting up Winston in NestJS, saving logs to a physical file in a pod, and then forwarding those logs to something like Elasticsearch, and finally, reading the logs. I think it could be really cool. Anyway, thank you very much for your videos; they are very helpful and teach me a lot. Thanks!
@mdsajaldeowan1054
@mdsajaldeowan1054 10 ай бұрын
Great thanks for the video. What about data validation ?
@OwenRapeepatCh
@OwenRapeepatCh 2 ай бұрын
Elite video
@williamcao5139
@williamcao5139 Жыл бұрын
Its awesome, plz make a course with Nest and prisma
@williamjayinclino7271
@williamjayinclino7271 11 ай бұрын
how can we add class validator for prisma using the generated inputs?
@veyfloodb
@veyfloodb 28 күн бұрын
Can't we define our models in a different file and import them into schema.prisma?
@werebly
@werebly 21 сағат бұрын
thanks a lot man
@anesuchidziwo
@anesuchidziwo Жыл бұрын
how to handle the prisma migrate when using a docker compose to launch the db, apps and the migration for the database?
@moeinsamani1467
@moeinsamani1467 10 ай бұрын
you need to write script for this. whenever you want to migrate, you need to down your docker compose, and then up it and make migration. In this case you need 4 scripts. 1- db:dev:rm:"docker compose rm -s -v -f" 2- "db:dev:up":"docker compose up -d" 3-prisma:dev:deploy:"prisma deploy" 4:db:dev:restart:"npm run db:dev:rm && np run db:dev:up && sleep 1 && npm run prism:dev:deploy"
@kirrttiraj
@kirrttiraj Жыл бұрын
prisma is not compatible with the edge function. How do you tend to solve thiis?
@eghobamienuyioghosavincent3255
@eghobamienuyioghosavincent3255 5 ай бұрын
Thank you
@iq240-1
@iq240-1 5 ай бұрын
Best!!!
@moestaxx286
@moestaxx286 Жыл бұрын
hey man. i wanted to dive into nestjs but i seen some stuff that said you should know some angular before learning, so you think that’s true? i know react but i am not familiar with angular at all.
@cafesmallhouse1751
@cafesmallhouse1751 Жыл бұрын
so awesome videos! thanks a lot. i'd like to know something about code convention. i really like making dash-case to code react project. for example app.component.tsx? before i watched your video about react and nestjs, it was like dash-case. usually do you use dash-case in react project?
@saqomelqon1618
@saqomelqon1618 10 ай бұрын
Unfortunately this doesnt work in a monorepo of nest.js
@nothing9648
@nothing9648 11 ай бұрын
can you do a version with graphql thnks
@blender_wiki
@blender_wiki Жыл бұрын
Great complement on you course in Udemy 🙏🙏🙏 I am curious to knows your opinion on what's the most efficient way to implement nest.js+prisma+graphQL? Maybe a future video to add on Udemy course?
@AayushGupta-ec2id
@AayushGupta-ec2id 6 ай бұрын
helpful
@MoathThawahreh
@MoathThawahreh 8 ай бұрын
How is this a "Deep Dive" while the migration is not being done safely! It's not recommended to migrate like this its not safe and it may cause data loose!
@ZlatkoIliev-s4j
@ZlatkoIliev-s4j Жыл бұрын
Are you streaming from the basement? :D
@mguay
@mguay Жыл бұрын
Oh yes!
@satadhi
@satadhi 4 ай бұрын
anyone here trying to learn prisma, it has lots of pitfalls please look into it. You cannot technically do joins and stuff
Nest.js Crash Course : A Comprehensive Step-by-Step Tutorial
1:10:43
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Build Nest.js Microservices With RabbitMQ, MongoDB & Docker | Tutorial
1:24:40
Drizzle ORM in NestJS: Step By Step Crash Course
1:02:42
Sakura Dev
Рет қаралды 4,8 М.
Bull & NestJS = Achieving Scale in Node.js
31:41
Michael Guay
Рет қаралды 35 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 443 М.
The Right way to write Nest.js & Typescript clean-code - SOLID
17:55
NestJs JWT - Access Tokens & Refresh Tokens - Ultimate Guide
1:44:13
Code with Vlad
Рет қаралды 174 М.
Why aren't you using Fastify? Or Koa? Or NestJS?
9:58
Maximilian Schwarzmüller
Рет қаралды 71 М.
Nestjs - быстрый курс по лучшему  Node js фреймворку
52:33
PurpleSchool | Anton Larichev
Рет қаралды 65 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН