just starting after doing a couple of nextjs tutorials. so far so good, many thanks for putting this up for free. Also, I like Appwrite, good to see a Nextjs + Appwrite complete tutorial (I have used Appwrite for mobile stuff, but only used some basics). Keep it up buddy!
It looks you are from our neighbouring country, India. Great. I have Q and A app almost ready. I used MongoDB, but seeing your tutorial I feel to learn from you. You have EXECELLENT teaching skills.
After seeing the trailer at 9:30 I fell overwhelmed, that my favorite Guruji just created an amazing project, which will eventually enhance my development knowledge. Thank you Guruji For teaching us. Your presence really matters for me. - Ankit Choubey
Sir if possible make a video with raw code than using any tools this will help many of the freshers to understand the concepts in depth rather than cloning a popular app with some pre defined packages This is a small suggestion sir I have learnt a lot from you thanks for making such wonderful videos
Hitesh, unfortunately you forgot to create a page that corresponds to the route /questions/ask. Please correct your mistake I have corrected it on my example of project 😉✌
1:17:25 it means that on every request we are going to check for Db setup ? bucket created or not etc, ON EVERY REQUEST. could you please help me to figure out another place which can be used to place this code...
i am form Bangladesh i like your videos... plz create a video a video about appwrite with graphql and react also apollo client + apollo server .. plz plz plz plz plz plz plz plz
@HiteshCodeLab Have you by any chance done a mistake in giving permission. I can see in every collection you have added `Permission.update("users"), Permission.delete("users")`. E.g in Comments or Votes also you have added it. Doesn't it means any logged in users can delete a vote of any other user's vote? I believe it should not be. Only users can update or delete their own vote or comment. You are giving permission to Delete or Update for a logged-in user to entire Vote or comments collection. Permission.update(Role.users()) means that all authenticated users (anyone who is logged in) have update permissions for the entire collection.
1:23:45 Zustand
1:59:20 Login & register logic
2:29:14 Creating & deleting answer (API)
2:53:35 Voting
Zustand starts @1:23:56
Nice tutorial so far, I can't believe how easy Appwrite is to setup up.
This is the perfect video i was looking for. I hope this quality content gets more views. Thanks Sir for the amazing content.
just starting after doing a couple of nextjs tutorials. so far so good, many thanks for putting this up for free. Also, I like Appwrite, good to see a Nextjs + Appwrite complete tutorial (I have used Appwrite for mobile stuff, but only used some basics). Keep it up buddy!
It looks you are from our neighbouring country, India. Great. I have Q and A app almost ready. I used MongoDB, but seeing your tutorial I feel to learn from you. You have EXECELLENT teaching skills.
Hey! Thank you so much for working for us ❤
we want more projects on nextjs
Hey Hitesh ! I Really Appreciate your Efforts of Making this Level of Quality Content & Taught us Production grade Code 🤟🤟🤟
Thank you sir. I am following you for last 6 month. Thank you for your contents.
Learned a lot of things from this video, looking forward for more such videos. Thank You Sir.
Thank you for making this awesome production level tutorial ❤❤
Way more than I thought I could get out of this video. Totally amazing. Thanks alot for your endless efforts always. ❤ Really appreciate
Big big congratulations hitesh sir. Thank you for the Amazing content ❤❤❤
Thanks, Hiteshi. You are doing wonderful work. I'm watching the tutorial and learning a lot
Thank you so much!By far you are the best code youtuber I’ve seen!
Wow, thanks!
this is gonna blow up
🔥
I doubt that. Educational videos do well slowly. only serious learners watch them
After seeing the trailer at 9:30 I fell overwhelmed, that my favorite Guruji just created an amazing project, which will eventually enhance my development knowledge.
Thank you Guruji For teaching us. Your presence really matters for me.
- Ankit Choubey
Thanks Hitesh, for your great work !
Thank you for working so hard for us sir.
Thanks alot sir.
I will follow this series after finishing your backend one :)
Hey! Thanks for working so hard for us.❤
Really Looking Forward to this.
Hey! Thanks for working so hard for us.
Thanks Hitesh, Great work....
Hi hitesh
You have done a great job, your contribution is price less. ❤❤❤❤❤
starting this project sir thank you for this content
"You always motivate us."
Thanks for appwrite with Nextjs
As always ... Really helpful... thanks 👍
Thank you so much for this project ❤❤
thanks, sir, waiting for these types project in chai and code Hindi/Urdu
Thanks for working so hard for us
It's my pleasure
Thanks for these videos. Really appreciate it
this is a blast.
Thank you for this project
Thanks, I'm following along to learn 👍👍
Thanks for the amazing content sir ❤❤
Amazing stuff👌
I do Angular currently. I'm going to go through this one because I'm really fascinated about appwrite and its features.
Congratulations ❤❤
I am late due to taking tea...
Great video, thanks 🤘
Sir if possible make a video with raw code than using any tools this will help many of the freshers to understand the concepts in depth rather than cloning a popular app with some pre defined packages
This is a small suggestion sir I have learnt a lot from you thanks for making such wonderful videos
they are also available on channel, check playlists
Thanks for these videos.😇
That's Great sir.... !❤
Thanks for video sir.😍
2:33:56 Take care 😃
nice thought and topic
Soon 1M
We want more project like this but on chai aur code sir
Hitesh, Why did we choose to use pref over another collection of reputation?
Great Content !!!! Thank you !!!
Hey this video helps a lot
great job thanks brother
All DB setup done.
Nice Video Sir
A mature video 🦁
Thank you so much sir ❤❤❤
Thanks sir for the video
Good video sir
love it thanks
U r amazing sir
Quality 💹
your thoughts on spring boot
Hello I am starting my new coding Channel on RUclips with domain as practice some code in Java script and in c language.
Thanks again
Best content
Thank you
Video helps😊
Hitesh, unfortunately you forgot to create a page that corresponds to the route /questions/ask.
Please correct your mistake
I have corrected it on my example of project 😉✌
Thanks!
Welcome!
Sir please create a vue course in hindi channel
sir we want more next.js video
Awesome
1:17:25 it means that on every request we are going to check for Db setup ? bucket created or not etc, ON EVERY REQUEST.
could you please help me to figure out another place which can be used to place this code...
I guess something should be introduced by nextJS to run one time code on startup
can anyone please add the complete time stamps? that would be very helpful!
Thanks
Comment just to achive target
Thanks sir from bd
i am form Bangladesh i like your videos... plz create a video a video about appwrite with graphql and react also apollo client + apollo server .. plz plz plz plz plz plz plz plz
This time is for Zustand setup
W i just searched for it today but in react
react is NextJS, NextJS is react these days
If you can make apps in nextjs you can definitely make in React
Sir next js ke liye typescript kaha se seekhe hindi mei. 😢😢
🔥
hii ,starting
Hurry 🎉 We reached 100 comments! 💬✨
Create a different project using trpc and grpc
Helpsss!
❤
@HiteshCodeLab Have you by any chance done a mistake in giving permission. I can see in every collection you have added `Permission.update("users"), Permission.delete("users")`. E.g in Comments or Votes also you have added it. Doesn't it means any logged in users can delete a vote of any other user's vote? I believe it should not be. Only users can update or delete their own vote or comment. You are giving permission to Delete or Update for a logged-in user to entire Vote or comments collection. Permission.update(Role.users())
means that all authenticated users (anyone who is logged in) have update permissions for the entire collection.
♥️♥️
You say don't go for clone but you are building the same🤔
102 comments
HC , HC verma 😂❤
Effort
99th comment
97th comment
96th comment
98th comment
ruclips.net/video/v8qXKIPgLfM/видео.html Zustand
100th comment