Use the code "davegray" for 3 months free on the Team plan of Sentry for any new accounts: bit.ly/try-sentry-dg
@tysondolan1533Ай бұрын
22:50 "That is not a pipe"... That was a good one!🤣
@Quinn554552 ай бұрын
I really love the tech stack that you are using, much simpler than different variations that ive used in the past. Thanks Dave!
@DaveGrayTeachesCode2 ай бұрын
@@Quinn55455 Glad to hear that!
@PlayhouseMediaGroupАй бұрын
thank you Dave, struggled a bit on CustomerID, was writing customerid, but now, all good, i can proceed to the next one
@Nethezbet2 ай бұрын
I've always used Prisma, but really want to learn Drizzle lol. Good timing.
@DaveGrayTeachesCode2 ай бұрын
@@Nethezbetthis should help get you started!
@klhmia2 ай бұрын
Following through all of your tutorials, Dave. They're absolutely fantastic and so well-thought out. Could I suggest adding unit tests or some form of testing of components and code? This is fairly significant industry requirement so it'd be great to go through isolating components into testable form factors then actually building tests around them. Thanks!
@DaveGrayTeachesCode2 ай бұрын
Thanks for the kind words. I have a few videos on React testing. That said, it is one of the things I will not have time to include in this video series. It might make a nice additional add-on after I complete this series though.
@mDHARYL2 ай бұрын
Thank you dave. What a great timing 🎉🎉🎉
@DaveGrayTeachesCode2 ай бұрын
@@mDHARYL you're welcome!
@oscarsangularchannel39562 ай бұрын
Super nice, thank you so much Dave
@DaveGrayTeachesCode2 ай бұрын
Glad you liked it!
@phisakel12 ай бұрын
Ευχαριστούμε!
@DaveGrayTeachesCode2 ай бұрын
You're welcome! And thank you for the support!
@풍월상신2 ай бұрын
So far, I'm following good. Thanks Dave.
@DaveGrayTeachesCode2 ай бұрын
@@풍월상신 Glad to hear that!
@iwilliamsi2 ай бұрын
lesson 4 done! waiting for the next one!
@DaveGrayTeachesCode2 ай бұрын
Good job! 🙌
@fgf11932 ай бұрын
Thank you dave !!
@DaveGrayTeachesCode2 ай бұрын
You're welcome!
@PhenDoesStuff2 ай бұрын
Really enjoying this series! Thanks for doing this! Maybe getting ahead of myself here, but shouldn't the scenario where a ticketId and customerId are both provided - or is this just a non-issue requirement for this tutorial video?
@DaveGrayTeachesCode2 ай бұрын
You're welcome! I'm not exactly sure what you are asking - and maybe the videos that have followed answered the logic part for you. Tickets require customers first as the logic flows.
@abdelrahmanmostafa94892 ай бұрын
Thank you for the amazing content! Could you cover more requirements in each video? The current pace feels a bit slow.
@DaveGrayTeachesCode2 ай бұрын
Over 40 minutes per video is about all I can keep up with for now. The first one was 90 minutes. I realize during the creation of the series it seems slow. Later on, all videos will be available for anyone to binge.
@bugraotken2 ай бұрын
Hello Dave, thank you for these detailed tutorial as usual! If it's not a problem to answer, how many videos left for these series to end?
@DaveGrayTeachesCode2 ай бұрын
I never know for sure. I just follow the content. I originally thought "around 12" but it's looking like possibly more than that.
@bugraotken2 ай бұрын
@@DaveGrayTeachesCode thank you Dave! =))
@kingsleyobi-ko9zj2 ай бұрын
hi dave thanks for all you do..have you considered adding a signup page in the project
@DaveGrayTeachesCode2 ай бұрын
@@kingsleyobi-ko9zj that's easy to do with Kinde, but it doesn't fit with the goal of this app. The employees are the users. Discussion on this in video 2 of the series.
@irfansaeedkhan72422 ай бұрын
thank you for this
@DaveGrayTeachesCode2 ай бұрын
You're welcome!
@moveonvillain10802 ай бұрын
Hi Dave. For the case on the tickets form where we suppose give both the customerId and ticketId we will load the customer data twice. Should we be handling this case explicitly, where they have provided both the values and if so then how to handle it right, should we give error ?
@DaveGrayTeachesCode2 ай бұрын
Maybe the video after this cleared up what you are asking as it shows the logic flow of data to the forms.. We are only querying and passing down data once as needed.
@SriRangaSaiPagala2 ай бұрын
awesome!!!
@DaveGrayTeachesCode2 ай бұрын
Thank you! Cheers!
@mrbilchalan2 ай бұрын
Hey Dave. plz tell me which font family you are using in your vscode?
@DaveGrayTeachesCode2 ай бұрын
Here you go: kzbin.infof1HVI5slxms
@254_Cyrus7 күн бұрын
Hey Dan, Super amazing course but after adding the queries and trying to log in I can no longer be able to login. I get a 500 error from Kinde with the message: {"error":"fetch failed"} The above error can be reproduced by lesson-4 code-base and on a newly generated project. What could I be doing wrong since Sentry is not catching the error.
@254_Cyrus7 күн бұрын
I fixed the error by wrapping the root layout in the KindeProvider Component. Basically we have to wrap our application in a provider
@KaranSethia246 күн бұрын
How can I solve this error: code: 'UND_ERR_CONNECT_TIMEOUT', tried following the implementation from docs but didnt work, It did work while setting up the db and was getting customer and ticket but it doesnt seem to be working now, can someone help me out
@leviackerman6499Ай бұрын
NeonDbError: Error connecting to database: fetch failed i'm getting this error, can someone here help me ??
@PeterG01234Ай бұрын
You forgot to spread props on actual Button component ;)