Build a Complete SaaS Platform with Next.js 13, React, Prisma, tRPC, Tailwind | Full Course 2023

Build a Complete SaaS Platform with Next.js 13, React, Prisma, tRPC, Tailwind | Full Course 2023

Josh tried coding

1 год назад

548,405 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@joshtriedcoding
@joshtriedcoding - 28.09.2023 16:13

Making these videos is so much effort but thanks so much for all your nice comments, really makes it worth it <3

Ответить
@SophyTiffany-r7g
@SophyTiffany-r7g - 13.09.2024 06:09

Williams Cynthia Lee Margaret Jones Margaret

Ответить
@KalyaElisha
@KalyaElisha - 05.09.2024 16:15

Thank you for this tutorial Josh. Start to finish tutorials are rare.

Ответить
@CarolynLyons-x8d
@CarolynLyons-x8d - 03.09.2024 20:54

Wilson Deborah Garcia Richard Lewis Mary

Ответить
@Jim49267
@Jim49267 - 22.08.2024 23:45

Josh let's buy you some coffee

Ответить
@TheInquisitiveCharlie
@TheInquisitiveCharlie - 17.08.2024 16:07

Can anyone Help me !! The PDF is not rendering??

Ответить
@kanieseiya4134
@kanieseiya4134 - 12.08.2024 03:19

Im a student. I cant afford any money. Do we have to pay for any subscription for the tech we use in this application

Ответить
@slavalu74
@slavalu74 - 11.08.2024 23:50

Looks like a css course for me. 80% time wasted for saying out loud all the classes.

Ответить
@ahmar__0085
@ahmar__0085 - 11.08.2024 12:34

You are really good teacher bro

Ответить
@yudrapawar
@yudrapawar - 09.08.2024 14:33

Pincone docs update 😢😢

Ответить
@tusharkalbhor2083
@tusharkalbhor2083 - 05.08.2024 07:01

I cant believe I followed and completed whole project.

Ответить
@laughingbrick4824
@laughingbrick4824 - 04.08.2024 07:19

Does this use Open AI Api ? Because it is no longer free and I don't want to pay for anything

Ответить
@alvinn91
@alvinn91 - 03.08.2024 11:07

Merci pour les travaux

Ответить
@slothdemon2286
@slothdemon2286 - 01.08.2024 12:16

Did anyone make thsu ?

Ответить
@fabriziorocco1310
@fabriziorocco1310 - 24.07.2024 19:32

Congrats!!!

Ответить
@jackepner9984
@jackepner9984 - 21.07.2024 20:55

It's a bit odd that FreeCodeCamp put out a nearly identical tutorial just a week or two before this was published....... Looks like you took someone's freely provided content and then tried to monetize it for yourself.

Ответить
@chakrapukhushi1502
@chakrapukhushi1502 - 18.07.2024 18:58

Josh can you please tell me all extensions should be download for this project in the vs code

Ответить
@singmomotravel
@singmomotravel - 16.07.2024 17:28

good vid, thank you josh

Ответить
@sempiterno3243
@sempiterno3243 - 16.07.2024 00:54

Pretty cool project!

Ответить
@quratulainquratulain9559
@quratulainquratulain9559 - 15.07.2024 02:25

Can you create an ai website builder just like hostinger and durable? Or if you know any resources from where did i get that?

Ответить
@johnluquer
@johnluquer - 12.07.2024 01:34

Udemy Josh

Ответить
@ChaitanyaAbhade
@ChaitanyaAbhade - 05.07.2024 12:40

Even though my pdf is small and has single page it shows too many pages in pdf please any one can ans

Ответить
@maazshaikh7905
@maazshaikh7905 - 04.07.2024 17:57

Can i find something like this built in python? Please guide.

Ответить
@sourodeepsarkar4805
@sourodeepsarkar4805 - 03.07.2024 16:01

Hey Josh, awesome tutorial!! However as of now PlanetScape no longer has a free tier.
Can anyone suggest any alernatives?

Ответить
@LongBoy.0
@LongBoy.0 - 29.06.2024 23:44

I've gotta say, I was excited until the first 2 hours of the video felt like copy pasting classnames. You really have to find a way to avoid that in tutorials. If I could re-design this experience, I'd start with the backend functionality first because its the most exciting part and the main reason why people will pick this up

Ответить
@alexiizz1222
@alexiizz1222 - 29.06.2024 03:32

Just to know, now the Dialog works without useState hook, with this simple code still works
<Dialog>
<DialogTrigger asChild>
<Button>Upload PDF</Button>
</DialogTrigger>
<DialogContent>
example
</DialogContent>
</Dialog>

Ответить
@prakashmohaldar9004
@prakashmohaldar9004 - 28.06.2024 16:12

openAI api is not free right ?
Quota exceeded error is coming what should I do ?

Ответить
@ZainabSalah-xm1xy
@ZainabSalah-xm1xy - 27.06.2024 15:27

Just wanann super thanks u have no idea how much i learned from this video thank uuuuuuuuu so much

Ответить
@hardikarora9942
@hardikarora9942 - 27.06.2024 11:42

just finished this and everything works smooth as silk. let me know if anyone needs any help! bcoz I had to dig deep and find some solutions myself because of version updates and alternatives

Ответить
@prakashmohaldar9004
@prakashmohaldar9004 - 25.06.2024 10:56

⨯ TypeError: Promise.withResolvers is not a function
at _webpack_require_

GET /dashboard/clxsupmjy00031ynz610fw46m 500 in 1097ms

I am stuck here please help someone.

Ответить
@sachinrevankar1604
@sachinrevankar1604 - 24.06.2024 08:00

const Page = () => {


const searchParams = useSearchParams();
const origin = searchParams.get('origin');


const { data, error, isLoading } = trpc.authCallback.useQuery(undefined, {
retry: true,
retryDelay: 500,
});

useEffect(() => {
if (data?.success) {
// user is synced to db, and sent to origin, origin or dashboard
router.push(origin ? `/${origin}` : '/dashboard');
}
}, [data, router, origin]);

useEffect(() => {
if (error?.data?.code === 'UNAUTHORIZED') {
router.push('/sign-in');
}
}, [error, router]);

auth-callbak giving fecth error

Ответить
@prakashmohaldar9004
@prakashmohaldar9004 - 20.06.2024 15:58

In the Auth callback, if there is no user then why you are pushing '/sign-in' in the router that page doesn't exist right ?

Ответить
@utsavkumar4826
@utsavkumar4826 - 11.06.2024 19:00

just finished the app

Ответить
@SelvakumarM-rr2vi
@SelvakumarM-rr2vi - 10.06.2024 14:47

File is not creating in db after deploying in vercel

Ответить
@SelvakumarM-rr2vi
@SelvakumarM-rr2vi - 10.06.2024 14:47

File is not creating in db after deploying in vercel

Ответить