Use the code "davegray" for 3 months free on the Team plan of Sentry for any new accounts: bit.ly/try-sentry-dg
@풍월상신2 ай бұрын
Drizzle and Neon are on my tech stack now. Easy like a piece of cake! Thanks Dave!!
@DaveGrayTeachesCode2 ай бұрын
Right on!
@bilimlink2 ай бұрын
Saved this tutorial for try it later ❤ Thank you, Dave
@simonpenfold87062 ай бұрын
Great course, looking forward to the next video, Dave.
@DaveGrayTeachesCode2 ай бұрын
Thank you!
@oscarsangularchannel39562 ай бұрын
I was so looking forward for this! Thank you ❤
@DaveGrayTeachesCode2 ай бұрын
Glad to hear that! 💯
@agora-voce-sabe-avs2 ай бұрын
I'm learning a lot with this project! Gratitude!🙌
@DaveGrayTeachesCode2 ай бұрын
Great to hear!
@KarthikeyanNatarajan22 ай бұрын
Generous teaching content and brilliant delivery! Waiting for L4
@DaveGrayTeachesCode2 ай бұрын
Thank you!
@mdalmamunit4272 ай бұрын
I always love your content ❤
@DaveGrayTeachesCode2 ай бұрын
Thank you!
@afdhaliapreto77032 ай бұрын
thank you, you're great & from first time you re give me inspiration to learn programming and opening my mind about Javascript for a lot.. but after watching this video for first time to know drizzle, i am still like using prisma, for me it's more to undestanding and simplier... and drizzle kit studio is still beta version, prisma studio still looks outstanding especially if not using neon like using docker's postgres container
@AlexanderMatosOlivo2 ай бұрын
I have a couple of errors but at the end was typo's on my side. Pristine explanations and speed. Can't wait for lesson 4
@DaveGrayTeachesCode2 ай бұрын
Glad to hear it! 🙌
@HarshDoes2 ай бұрын
Thanks for such amazing project ❤
@DaveGrayTeachesCode2 ай бұрын
Glad you like it!
@ozgursar53862 ай бұрын
Hi Dave, thanks for the great tutorial! I just thought that it would be informative to mention why you chose Neon over other options such as instead of using Vercel's postgres (which uses Neon under the hood as well), or Supabase. And also why you chose not Prisma but Drizzle for the ORM. I can totally understand that developers have their own tech stack preferences, I'm just trying to understand the reasons behind their preferences. Thanks again for the amazing tutorial.
@DaveGrayTeachesCodeАй бұрын
All valid choices and are usually based upon preference. I like the Neon user interface, SQL Editor and dashboard. I like Drizzle much more than Prisma. All just personal preference and what I work with.
@ozgursar5386Ай бұрын
@@DaveGrayTeachesCode Thanks for your kind reply and sharing the details why you liked Neon over other options.
@abdelrahmanmostafa94892 ай бұрын
Please upload more frequent for this course as I am losing track due huge gaps between uploads
@Petrolov2 ай бұрын
I totally agree! At least 2 day gap would be much better
@abdelrahmanmostafa94892 ай бұрын
@@Petrolov Yes exactly, Dave please we are losing track 🙏
@DaveGrayTeachesCode2 ай бұрын
I understand the desire but I can only keep up with one per week. I have many other responsibilities, too. Glad you like how it's going!
@abdelrahmanmostafa94892 ай бұрын
@@DaveGrayTeachesCode Its ok, atleast make the video longer covering more requirments
@mrbilchalan2 ай бұрын
You created a project using drizzle previously. I heard Kysely is also type safe and faster but its new. For a big project which ORM you suggest. Thank you Dave.
@DaveGrayTeachesCode2 ай бұрын
@@mrbilchalan I prefer drizzle.
@BooleanOperatorАй бұрын
Pronunciation: powst · gres · kyoo · el Hey Dave, I was wondering why there was not a table for the techs. Just not part of the User requirements ? Seems like there might be some info the owner would want to track, how many tickets each tech finished, tech specialties, ect.
@DaveGrayTeachesCodeАй бұрын
You could add a table to track stats like that if you wanted. I can always think of extras to add to an app! Our basic user data is with Kinde so no separate table needed just for that.
@mehmethanifierenler3612Ай бұрын
thanks
@kcell20422 ай бұрын
Appreciate
@Hashir-d9j2 ай бұрын
Sir i need your advice, after completing frontend i have been learning backend web development in Express/NodeJs for a month, but recent advancements in Ai has raised questions in my mind. I am looking to switch to Python based backends such as Django and Fast api, because i want to use Ai in my projects in future. What is your advice on it. Is switching to Django a good idea?
@Bravin_Joshua2 ай бұрын
Know how to use django I mean knowing both express and django won't hurt btw
@DaveGrayTeachesCode2 ай бұрын
You can use AI with Node.js, too. I do think learning Python is good though. I have a full course for Python on my channel and Django, too.
@Hashir-d9j2 ай бұрын
@@DaveGrayTeachesCode yes but in context of recent Ai developments, python based backend is a more safe choice, what do you say?
@dreamsachiever2122 ай бұрын
@@Hashir-d9j lol what do you want him do say now? sounds like you're keen on python which he clearly let you know "is good though"
@dommafia2 ай бұрын
He said yes... @@Hashir-d9j
@bimalpariyar37322 ай бұрын
Hi Dave, Is there any tutorial of yours, showing custom auth in next js. I meant without third party library. Or any blog or article you can suggest.
@DaveGrayTeachesCode2 ай бұрын
Yes, I have at least 2 in the Next.js playlist on my channel for Next Auth. That said, the stack you see in this series is truly what I use.
@qodesmith520Ай бұрын
drizzle-kit, which is supposed to be a dev dependency only, is the new way to generate and migrate. My question is that's great for local dev, what about production? I'm using sqlite and there is no standalone "generate" function to call in the code.
@DaveGrayTeachesCodeАй бұрын
Good question - and others have discussed the same as well as post a couple of their solutions here: github.com/drizzle-team/drizzle-orm/discussions/1901
@Zulf-l6l2 ай бұрын
Unfortunately I couldn't find the sql queries that you used by the github link you provided 😞
@DaveGrayTeachesCodeАй бұрын
Go to the lesson-3 branch of the GitHub repository. They are there in the folder that I show in the video.
@k303kАй бұрын
What is the project that youre creating in this series sir.
@DaveGrayTeachesCodeАй бұрын
@@k303k it is defined by the user stories. There is a good review of those in the first lesson of this series.
@k303kАй бұрын
@@DaveGrayTeachesCode yes sir . I will follow this series
@Roman-ud5ph2 ай бұрын
Hello Dave, can i get the name of the theme you are using for your vs code!
@DaveGrayTeachesCodeАй бұрын
Here you go: kzbin.infodp4u1NNFhtE
@Roman-ud5phАй бұрын
@ Thanks Dave, I have learned a lot from your videos but still doubt myself if i will be able to complete a project by myself.