Chapter 22 - NextJS - Middleware
18:59
Пікірлер
@misspriya3227
@misspriya3227 Ай бұрын
bro..is that possible by Java Script or not???
@futurecarewebsolution6055
@futurecarewebsolution6055 Ай бұрын
Yes it's possible. Its better to use react. Watch my nextjs playlist.
@himabarman771
@himabarman771 Ай бұрын
Keep going..
@LearnWithShaon
@LearnWithShaon Ай бұрын
Thanks boss.
@taranewstime6909
@taranewstime6909 2 ай бұрын
Sir i need to learn how to implement google map in next.js please make video over google map integration in 23th video
@futurecarewebsolution6055
@futurecarewebsolution6055 Ай бұрын
You can integrate google map the same way you do with an html website. Try it once, and let me know if any further help required.
@taranewstime6909
@taranewstime6909 Ай бұрын
@@futurecarewebsolution6055 ok thank you for suggestion
@taranewstime6909
@taranewstime6909 2 ай бұрын
sir for fech function i am not getting any post in auto complete option in vscode can you please tell me which extension you are using for fech auto complete option get post and other
@futurecarewebsolution6055
@futurecarewebsolution6055 Ай бұрын
You can create your own custom snippet in vscode for autocomplete to avoid typing same codes again and again. No extension required.
@taranewstime6909
@taranewstime6909 Ай бұрын
Ok sir ​@@futurecarewebsolution6055
@taranewstime6909
@taranewstime6909 Ай бұрын
Sir i am replicating your code and working perfectly, but I am facing an issue after uploading the same code in hostinger hosting , it's getting 403 error and i can't save input values in the mongo db database it's getting error
@futurecarewebsolution6055
@futurecarewebsolution6055 Ай бұрын
Please share the screenshot of the error as well as the codes to [email protected] Will check and let you know the solution.
@taranewstime6909
@taranewstime6909 Ай бұрын
@@futurecarewebsolution6055 ok sir
@taranewstime6909
@taranewstime6909 2 ай бұрын
Sir This video is very informative for SEO Prospective Sir Please make a project like e-commers using next.js 15 and react 19 mongodb So that I will learn next react properly Sir your video is better than other videos Thank you for share very useful video
@futurecarewebsolution6055
@futurecarewebsolution6055 2 ай бұрын
Will work on ecommerce soon.
@taranewstime6909
@taranewstime6909 2 ай бұрын
@@futurecarewebsolution6055 ok sir thank you
@taranewstime6909
@taranewstime6909 2 ай бұрын
This next.js video list is use full thank you for sharing sir
@taranewstime6909
@taranewstime6909 2 ай бұрын
Sir when Will comes new video?
@futurecarewebsolution6055
@futurecarewebsolution6055 2 ай бұрын
Will upload soon this week.
@yours_manikanta
@yours_manikanta 2 ай бұрын
Nice Video. Keep going
@LearnWithShaon
@LearnWithShaon 2 ай бұрын
Please use mongodb with api route
@LearnWithShaon
@LearnWithShaon 2 ай бұрын
Thanks for sharing this kind of content. I am requesting, please provide full course about next js including ( Api, Mongodb)
@futurecarewebsolution6055
@futurecarewebsolution6055 2 ай бұрын
Will upload soon
@AbdurRahim-eu3zr
@AbdurRahim-eu3zr 2 ай бұрын
Using a light theme is like wearing sunglasses at night.
@AmitKumar-xu5it
@AmitKumar-xu5it 2 ай бұрын
Dude.. U r using my music.... @starting phase of ur vdo
@futurecarewebsolution6055
@futurecarewebsolution6055 2 ай бұрын
Thanks for the beautiful music.
@bishalcreationstatus3992
@bishalcreationstatus3992 3 ай бұрын
sir please uplode your next vdio ....your teaching skill is very well ....and help full for me
@futurecarewebsolution6055
@futurecarewebsolution6055 3 ай бұрын
Sure I will
@renejacques8288
@renejacques8288 4 ай бұрын
I thought you were gonna show us how to hide our code if our users try to see our code by executing inspect; were you?
@futurecarewebsolution6055
@futurecarewebsolution6055 3 ай бұрын
HTML and CSS codes will always be displayed in inspect element. It's the php code that is hidden.
@renejacques8288
@renejacques8288 3 ай бұрын
@@futurecarewebsolution6055 Is the php code hidden by default or do we have to manually hide it? Would all other programming languages i.e. java be hidden too?
@sanjeevd6872
@sanjeevd6872 11 ай бұрын
How to give canonical tag this code explain sir
@mertparatorr
@mertparatorr Жыл бұрын
source codes?
@alprienaldi5748
@alprienaldi5748 Жыл бұрын
does preloader load all website page. or it only load active page?
@faizalvi289
@faizalvi289 Жыл бұрын
you have excellent skills, I wish you success in your youtube journey...
@futurecarewebsolution6055
@futurecarewebsolution6055 Жыл бұрын
Thanks a lot.
@aboudoff5862
@aboudoff5862 Жыл бұрын
Hey bro what if i want to change the title or the paragraphe in which page ;(((
@futurecarewebsolution6055
@futurecarewebsolution6055 Жыл бұрын
Will create another video soon on this.
@erwindeniega5449
@erwindeniega5449 Жыл бұрын
why do you name your files as php?
@futurecarewebsolution6055
@futurecarewebsolution6055 Жыл бұрын
For code re-use, we use php as a scripting language. PHP & HTML are executable together in a php file, but not in an html file.