Best channel to learn web development in 2024 and it is way ahead of paid courses. Fully hope the subscribers will increase by leaps and bounds in time to code. Sincerely thank to bring the great content on your channel.
Brother, if you understand this, could you please explain a bit? Will it create courses of any type? And will it limit to generating no more than 5 courses?
An observation ---> Apart from deletion of records from "courseList" schema, you may also want to delete the corresponding chapter records from "chapters" schema @5:16:00 hours
Great content here🎉🎉... been going through your videos. Well done, bro. I would love to have the link to your video 'on how to create a multivendor marketplace app like Jumia'. I will be so grateful.🙏🏽
please create a job application app with ai based resume scanning and automated application to jobs, and also automated interviews based on job description and resume, gemini should generate questions.
I doesn't know Next.js not Drizzle and Postgrel SQL, but i know how MERN and All the other APIs ,so i gonna start this project let's see where i can go
Hello brother . You forget the upgrade section when user want to upgrade after his finshes his 5 times. The second thing can you make a full course like this about Text to info graphics? I think it;s same procedure
Hello sir , I got this error " Error Either connection "url" or "host", "database" are required for PostgreSQL database connection" When push the db , I tried but not solved , please help me 2:46:06
1:38:01 Don't let this mistake fool you. It threw me off. This part of the video is repeated and ends at 1:54:27 And in 2:05:55, Description is renamed to Options TubeGuruji, please avoid this kind of mistakes in the future videos, thank you.
HI mistersir, did you finish this project and everything worked well for you? just asking because I failed to finish the resume builder AI generator after getting fatal error at experience creation in Strapi? I'm active and subscribed to the channel
@@zakmnmoh haven't made it through the whole video. I'm little over half way through the video, but it's been going good so far and I'm learning new things, through this video. It sucks that the source code isn't accessible for free, but it is what it is. I have to say that this channel does come up with great projects that can help programmers get good at full stack development. I'm not sure what problem you're having, but try to use platforms like stack overflow, or reddit or even chatgpt. I've been able to debug so many issues and bugs using AI. I've yet to come across a problem in this project. Hopefully I won't.
Great 🎉thanks God bless you 🙏 I try the demo but the videos are not working maybe because the TH-cam api or? I want to ask if possible to set the AI just create only in one language like let's make the course in swahili
H tube Guruji, the demo opens only the first page can't access login page Not ablle to loing with google account: Error: You have reached your limit of 100 users. If you need more users, please use a Production instance.
I tried the demo live app but The generated course is giving a localhost link url, and when I paste it in broswer, it says the site can not be reached.
errors :the data entered in wesite is not being updated in drizzle studio next firebase tell me is it free bcoz what u showed here is not been displayed, due to tis images are not displayed and there is no alt property to display instead of image i am the member of the channel please guide me through this
Please request you to incorporate type script into your videos as it is of great use when it comes to professional coating and you can implement the type script in your wonderful manner as you are capable of
Could you upgrade this project please?! for example, if the user chooses a level, for example, "beginner", then the AI first tests the user on that level before contuining to create their course...please please!
Thanks for sharing, the explanation is excellent in every detail, I really liked the project
Best channel to learn web development in 2024 and it is way ahead of paid courses. Fully hope the subscribers will increase by leaps and bounds in time to code. Sincerely thank to bring the great content on your channel.
Thanks a ton
@@tubeguruji is it responsive ?
Brother, if you understand this, could you please explain a bit? Will it create courses of any type? And will it limit to generating no more than 5 courses?
Wow you are playing on a different level.Very Nice Content.
Thanks
is it responsive ?
@@saksham-vm8sl some minor changes in mobile will do the work.
Another banger ....what excuse will i have .....no rest for me ....thanks for keeping us busy
You are the best I will share with you what I got after building it completly thanks so much for the exposure to Full Stack provided
Awesome thank you!
is it responsive ?
plz reply this question @@saksham-vm8sl
Your contents are on next level... Thanks for this Great Project.
You are the best tutor in youtube
Thanks
An observation ---> Apart from deletion of records from "courseList" schema, you may also want to delete the corresponding chapter records from "chapters" schema @5:16:00 hours
You finally honor my request 🎉
Very underrated channel ♥️best content 😊
Mind blowing 🤯 Project ❤❤❤❤
@@pushkrajdeshmukh111 thanks
@@tubeguruji welcome sir you are doing really so hard work for us..🫶🏻🫶🏻
@@tubeguruji 🫶🏻🫶🏻
Watched this project on envato market. Nice.
Can you send me the link, Thats weird
where? pls share link
Project Guru ji 🔥🔥
this time i will salute for this great project idea
Thanks
Crazy content man keep your chin up ❤❤❤
Thanks
Real time collaboration platform
Keep going sir, you are making a difference
Thanks
Hi, really good video, bro. Another good idea.
Good Idea and interface is nice
You will be a legend.
You are a master guy ❤
Thanks
Fantastic, it’s just missing the important feature to let users sell their courses to students. People typically create courses to sell.
lol absolutely.
this man and web prodigies are competitors , they both are gonna break the internet ☠
You forgot about Antonio
Gracias amigo! 👨💻
Great content here🎉🎉... been going through your videos. Well done, bro. I would love to have the link to your video 'on how to create a multivendor marketplace app like Jumia'. I will be so grateful.🙏🏽
please create a job application app with ai based resume scanning and automated application to jobs, and also automated interviews based on job description and resume, gemini should generate questions.
My advice would be to not always use clerk for auth maybe use next-auth or lucia-auth sometimes.
I am not able to access the code for this.
I doesn't know Next.js not Drizzle and Postgrel SQL, but i know how MERN and All the other APIs ,so i gonna start this project let's see where i can go
waaaw insane broo
can you create this project using react only
Hello brother . You forget the upgrade section when user want to upgrade after his finshes his 5 times. The second thing can you make a full course like this about Text to info graphics? I think it;s same procedure
Thanks
Can you provide the images svg and icons that u used in this project
Hi, is it possible to get the resource files like images used etc
Hello sir , I got this error " Error Either connection "url" or "host", "database" are required for PostgreSQL database connection" When push the db , I tried but not solved , please help me 2:46:06
I am getting the same error. Let me know if you got the solution.
I resolved it by installing dotnet > npm i dotenv
and write the below code in drizzle.config.js file
import dotenv from "dotenv";
// Load environment variables from `.env.local`
dotenv.config({ path: ".env.local" });
/** @type { import("drizzle-kit").Config } */
export default {
schema: "./configs/schema.jsx",
dialect: "postgresql",
dbCredentials: {
url: process.env.NEXT_PUBLIC_DB_CONNECTION_STRING,
},
};
I actually have a question, why you used drizzle in this project, that is, you can also use Prisma? I mean are its have a different?
Drizzle is more faster and easier
Could we have a project management app with tasks d&d and spaces for your next videos ?
Can you make some project like this using ML and AI and used anything for frontend and backend with mysql
Watch my latest video
Sir i have created the project but some things are missing like the public to store the data the _component is also missing wht should i do📌📌
I also have to make project related to this. That is ai based career counselling system this can help me but can u upload something on the above topic
THE BEST CHANNEL IN 2024.
Thanks
but my form input data not going to the database ? when i imort the db.js in page.js then webpage is not working
@@Mr_Mariner_Ali make sure u define the db.js file inside configs folder
1:38:01 Don't let this mistake fool you. It threw me off. This part of the video is repeated and ends at 1:54:27
And in 2:05:55, Description is renamed to Options
TubeGuruji, please avoid this kind of mistakes in the future videos, thank you.
HI mistersir, did you finish this project and everything worked well for you? just asking because I failed to finish the resume builder AI generator after getting fatal error at experience creation in Strapi?
I'm active and subscribed to the channel
@@zakmnmoh haven't made it through the whole video. I'm little over half way through the video, but it's been going good so far and I'm learning new things, through this video. It sucks that the source code isn't accessible for free, but it is what it is. I have to say that this channel does come up with great projects that can help programmers get good at full stack development.
I'm not sure what problem you're having, but try to use platforms like stack overflow, or reddit or even chatgpt. I've been able to debug so many issues and bugs using AI. I've yet to come across a problem in this project. Hopefully I won't.
@@mistersir3185 have you finished the project? if yes can you please share github link
is it responsive ?
Can you make a language app using React Js please
We really need mern stack project
Awesome!
Thanks!
Why you do not use Typescript in all projects ??????????
Can i start this project ? Is this working fine ?
Great 🎉thanks God bless you 🙏
I try the demo but the videos are not working maybe because the TH-cam api or? I want to ask if possible to set the AI just create only in one language like let's make the course in swahili
TH-cam api key need to update. Will do that
im working on educational app video of yours , but now expo structures are changed... can u help us by creating a video on it
there is a bug the video was not generated
Will fix it.. need to update in cloud console
Pls will you let us know when you update it. Thanks a lot for what you do bro@@tubeguruji
Did you find solution?@@clementinaodinakachukwu1756
@@tubeguruji does you update the console??? Now it working fine
Please reply as I m want to start this project
Did u fix it ?
The video is not playing from the course generated.
Updated, Now checked demo app
@tubeguruji
I checked , and still, after generating course, youtube video does not play.
It says error occurred after I start/play the video
what happens if the reached to token limit of the shat session?? can you please explain
Then user need to purchase more
firebase storage is not free anymore what should I do ?
Hi please take my suggestion and create a redit clone using next js latest version and firebase clerk
Hi, Can you make a video on how to make an AI Voice Assistant Mobile App using Chatgpt? Please ❤
how can i access the logos images ??
What if you want to charge people for your course?. Would you use Stripe payment or something else
Will adding in upcoming tutorial
H tube Guruji,
the demo opens only the first page can't access login page
Not ablle to loing with google account:
Error: You have reached your limit of 100 users. If you need more users, please use a Production instance.
Bro real time collaboration platform pr bhi ek project bna kr upload krdo
Bro pls pls pls make tutorial on how to access video from api and how to play pause stop video . Similar kind of TH-cam
Ibwant to do this project for my fyp but video not generating. Plz fix this error soon
Sir, please tell me if I want to create a course on blockchain or cyber security, is it possible?
Yes, Any course with this app is possible,
I tried the demo live app but
The generated course is giving a localhost link url, and when I paste it in broswer, it says the site can not be reached.
I forgot to fix that.. but you can access it from dashboard
@@tubeguruji can u fix it in the code ?
@@tubeguruji
I accesed from dashboard but video is not playing
Hello Sir, please build a video conferencing app using WebRTC. Just like zoom.
plz can u do a ecommerce app for supermarket with including Market Basket Analysis (MBA), AI/ML for Predictions, Seasonal Analysis .
errors :the data entered in wesite is not being updated in drizzle studio
next firebase tell me is it free bcoz what u showed here is not been displayed, due to tis images are not displayed and there is no alt property to display instead of image
i am the member of the channel please guide me through this
immediate assistence required i need to submit this
Why only 5 course we generate you can add stripe for payment
Will add soon in production app .. will share soon
i can use database as a mongoDB
Yes
Wow 😮
Thanks
@@tubeguruji can you please build a metro 🚈 booking system with a QR code 🙏🏿
Anna, can you please make ecommerce react native app?? 😇
Bhai make yt playlist downloader and yt video summary generator
@ Yes , great idea
God 😮
Hello sir, can u come up with loop clone part 2 please 🥺
Hi Sir Can Is it Possible to create That project on just Mern stack Beacuse i really need I can,t efford Paid version
Please sir Is it possible
Bro i want to upload image downloadURL in strapi how i can add
I am modifying in Resume builder app there i will uploading image
I am trying to insert it but it is not updating
Sir , Can you make video on crypto based react native expo app ❤
can you build a website builder
how can get a yt video recommend by gemini api like which video have more comment only that video we get
Please AI for vreate graphic visualization based on data & map location... Please
Please request you to incorporate type script into your videos as it is of great use when it comes to professional coating and you can implement the type script in your wonderful manner as you are capable of
pls make the source code free for this one or release it differently
Can't sign up
The app is not working on the demo
Fixing it .. due to api key
can any one help me out why i am getting invalid api key ??
Make sure to pass API key , Add that to .env and refer to your AIModel
Can you provide assets of this project
I already show. how to get assets.
3:44:46
can i request a project tutorial from you😊
There is an error while generating the video
Whats the error?
@@tubeguruji bro itsays 403 error while fetching utbe apivideos
Not working
Whats the issue?
anyone here who wants to make this project in code cubicles 3.0?
is gemini api paid?
Bro you don't make source code available for free , so i don't follow
Great Content bro but from 01:38:00 to 01:53:00 in Create Course section the video is repeated.
I advice you to update it.
please deploy it on any free service..
Its deployed, Please check the Deploy Chapter.
I'm from bangladesh 🇧🇩🇧🇩🇧🇩🇧🇩🇧🇩🇧🇩🇧🇩🇧🇩🇧🇩🇧🇩🇧🇩
bro can i learn coding by phone and give me some idea about coding bro i want to make apps❤❤❤❤
Could you upgrade this project please?! for example, if the user chooses a level, for example, "beginner", then the AI first tests the user on that level before contuining to create their course...please please!
The TH-cam video is not working it is giving error: An error occurred. Please try again later. (Playback ID: SzJd8gggm3F_dDKM). How to resolve it?
First
🙏