CSS responsive Grid
34:43
Жыл бұрын
Пікірлер
@RahulShirke-ce7jw
@RahulShirke-ce7jw Күн бұрын
Thanks a lot for creating this video lecture it just helped me to do CRUD operation in PERN.😊😊😊😊😊😊
@dhriti3080
@dhriti3080 Күн бұрын
You are welcome.
@ahmedomar-lv1sl
@ahmedomar-lv1sl 6 күн бұрын
is normal the apk is 70MB in small project I'm a new in react native
@dhriti3080
@dhriti3080 6 күн бұрын
Yes it is normal for an apk to be 70MB. But it should not be greater than 100MB.
@akibmahmudrime2845
@akibmahmudrime2845 3 күн бұрын
sorry, this is not normal I think there are some optimization techniques
@mightybenhq
@mightybenhq 7 күн бұрын
How will I run it with virtual basic code app just like you did in the video
@dhriti3080
@dhriti3080 7 күн бұрын
What is a virtual basic code app?
@krain480
@krain480 18 күн бұрын
Is this on git?
@dhriti3080
@dhriti3080 18 күн бұрын
Yes, now it is. Here is the link github.com/dhritich20baruah/RN-todo
@krain480
@krain480 18 күн бұрын
@@dhriti3080 Thank you. May I know your node version?
@dhriti3080
@dhriti3080 17 күн бұрын
@@krain480 v20
@verawat
@verawat 29 күн бұрын
Thank for your tutorial. 📌 I came from THAILAND but I love you. ❤🧡💛
@dhriti3080
@dhriti3080 29 күн бұрын
You are welcome.
@PeeJoyHuaikrai
@PeeJoyHuaikrai Ай бұрын
Nuxt JS + PostgreSQL for the upcoming video please.
@PeeJoyHuaikrai
@PeeJoyHuaikrai Ай бұрын
I love this video so much and I've been viewing for over 10 times.
@dhriti3080
@dhriti3080 Ай бұрын
Thank You.
@dhriti3080
@dhriti3080 Ай бұрын
To use the same code in Expo SDK 51 import expo sqlite library as "expo-sqlite/legacy" and this will work until the next expo ugrade is released. import * as SQLite from 'expo-sqlite/legacy';
@sudo-apt-upgrade-brain
@sudo-apt-upgrade-brain Ай бұрын
Pure sql + nextjs. No prisma and other junk. Thanks.
@dhriti3080
@dhriti3080 Ай бұрын
You are welcome.
@Prithviraj-x2i
@Prithviraj-x2i Ай бұрын
Please make a video to convert it to apk from scratch
@dhriti3080
@dhriti3080 Ай бұрын
kzbin.info/www/bejne/omnTk556j8-WjcU
@parvathyraju9551
@parvathyraju9551 Ай бұрын
THank you so much, absolutely useful video 👌
@dhriti3080
@dhriti3080 Ай бұрын
Glad that it was helpful.
@stratejikejderha4309
@stratejikejderha4309 2 ай бұрын
can you share the codes
@dhriti3080
@dhriti3080 2 ай бұрын
github.com/dhritich20baruah/YTvids/tree/master/expo-native
@user-qo8kb7be9u
@user-qo8kb7be9u 2 ай бұрын
const db = SQLite.openDatabase("example.db") This is not supported now. Two availables are openDatabaseSync and openDatabaseAsync. Which one needs to be used?
@dhriti3080
@dhriti3080 2 ай бұрын
I think you installed react native expo's default template with typescript. If you did that the code in the video will not work. The app in the video was built on expo's blank template with JS. If you want to continue with the app that you installed than with opendatabaseAsync the functions will have to be async await and with opendatabasesync it does not need to be. But if you want to change the expo installation. Than install react native expo again using npx create-expo-app@latest --template and choose blank.
@kc-yf2fo
@kc-yf2fo 2 ай бұрын
@@dhriti3080 i am using default template with typescript too, i got the error "Cannot find native module 'ExpoSQLiteNext', do you know how to fix it?
@ograndemagolilins170
@ograndemagolilins170 2 ай бұрын
@@dhriti3080 Even creating blank it gives this error "SQLite.openDatabase is not a function (it is undefined)"
@dhriti3080
@dhriti3080 2 ай бұрын
@@kc-yf2fo This code will work only with blank template and JavaScript
@dhriti3080
@dhriti3080 2 ай бұрын
@@ograndemagolilins170 This is the installation process followed by me kzbin.info/www/bejne/fImWkoqwjMiGeqssi=bhsDBI6X1xcHQvMP
@gilesjustinlabastilla2119
@gilesjustinlabastilla2119 2 ай бұрын
Is it important to have a table first in the database before connecting from NextJS?
@dhriti3080
@dhriti3080 2 ай бұрын
It is not required at first but if you post or if you try to get a some data that you want to render then it will start throwing errors because there won't be a table.
@osmanidev
@osmanidev 3 ай бұрын
whats the github link
@dhriti3080
@dhriti3080 3 ай бұрын
Here is the link to the repo. github.com/dhritich20baruah/YTvids/tree/master/next_rest_api But the project also consist of a pagination part besides the search functionality.
@dharsinipriya3651
@dharsinipriya3651 3 ай бұрын
This video is absolutely useful! Thank you☺☺
@dhriti3080
@dhriti3080 3 ай бұрын
You are welcome.
@anesp.a913
@anesp.a913 Ай бұрын
dharsini... you are start person in Nodejs ?
@dharsinipriya3651
@dharsinipriya3651 Ай бұрын
@@anesp.a913 yes
@SonGoku-pc7jl
@SonGoku-pc7jl 4 ай бұрын
great
@laxmangore9229
@laxmangore9229 4 ай бұрын
Helpful 😀
@dhriti3080
@dhriti3080 4 ай бұрын
Wow you are coding at 3 in the morning.
@argantoplays3133
@argantoplays3133 5 ай бұрын
I'am new to web dev, jump in from pure machine learning to web dev. I was assign by my seniors to do a Full Stack web app using Ejs, Express JS, Node JS and Postgresql. And its hard to find a decent and brief tutorials on YT when it comes to this (mostly PERN STACK), I just wanna say 'Thank You' for making this kind of video. Hope you make more of this :)
@dhriti3080
@dhriti3080 5 ай бұрын
Glad you liked it and welcome to web dev
@PrashantSingh-jx4ox
@PrashantSingh-jx4ox 6 ай бұрын
thanks, this was useful!
@ChargingHabit
@ChargingHabit 6 ай бұрын
Easy for beginners <3
@Balaaaa10
@Balaaaa10 6 ай бұрын
Thank you ❤
@romania-n6q
@romania-n6q 7 ай бұрын
i like your content
@dhriti3080
@dhriti3080 7 ай бұрын
Thank you.
@Boss-wl2gr
@Boss-wl2gr 7 ай бұрын
I have a question, what is the reason of having DBConnect function? I noticed that queries working good without i call it!
@dhriti3080
@dhriti3080 7 ай бұрын
Yeah you don't need to call the dbConnect function. Actually this application was initially made with mongodb as the data base and then dbconnect was required to be called every time a request was made. I just changed the database to postgres and made required changes to the backend. Sorry for the inconvenience.
@shanewa
@shanewa 7 ай бұрын
have github url?
@dhriti3080
@dhriti3080 7 ай бұрын
Yes I do have it. Look at the previous comment I have shared the link there.
@Boss-wl2gr
@Boss-wl2gr 7 ай бұрын
Very nice. Why you don't share the code (on githup for example?)
@dhriti3080
@dhriti3080 7 ай бұрын
I usually do share the code but sometimes I just want to upload the video and get done with it. Anyways here is the link to the repo for this video github.com/dhritich20baruah/Postgresql_Projects/tree/master/nextjs_post/src.
@Boss-wl2gr
@Boss-wl2gr 7 ай бұрын
thank you so much. keep the good work up @@dhriti3080
@bektasbey8818
@bektasbey8818 7 ай бұрын
Nextjs does not support static export API Routes, how do you make the project live other than vercell?
@dhriti3080
@dhriti3080 7 ай бұрын
I did try to deploy in an Ubuntu VPS in Vultr but i was unsuccessful. Guess I will have to try again.
@Suma-gl6dj
@Suma-gl6dj 7 ай бұрын
Can you please provide the Source code link
@dhriti3080
@dhriti3080 7 ай бұрын
Here is the link to the github repo github.com/dhritich20baruah/YTvids/tree/master/Postgresql/Backend But I am using the same backend for node as well as a react project. You will understand when You go through it.
@Suma-gl6dj
@Suma-gl6dj 7 ай бұрын
Thank you
@Suma-gl6dj
@Suma-gl6dj 7 ай бұрын
Getting error while clicking on edit and delete buttons....can you please resolve that.
@Suma-gl6dj
@Suma-gl6dj 7 ай бұрын
It is not redirecting to other page
@dhriti3080
@dhriti3080 7 ай бұрын
The code for the edit and delete buttons is: ````<form action="/delete/<%= data[i].id %>"> <button class="btn btn-danger"><i class="material-icons" type="submit">delete</i></button> </form> <a href="/edit/<%= data[i].id %>"> <button class="btn btn-primary" ><i class="material-icons">border_color</i></button> </a>``` For the delete button you have to use form action and for the edit button "a href=" should be used. Only the edit button will redirect. The delete button will simply reload the page. @@Suma-gl6dj
@m0minoff
@m0minoff 9 ай бұрын
thanks bro i searched a lot for this and i found the best one this is the best timer i ever seen on youtube i really needed it❤❤❤❤
@dhriti3080
@dhriti3080 9 ай бұрын
You are welcome.
@scotly_emi
@scotly_emi 9 ай бұрын
Can you do a MySQL version please without using Prisma, I'm working on a project and am using next auth for signup and login but I want to be able to update my user info and also upload profile picture using multer
@dhriti3080
@dhriti3080 9 ай бұрын
I don't use prisma instead use pg and I don't want to go through the process of installing MySQL in my computer. Postgres is gaining a lot of traction these days. If you are using next auth try to use the credentials provider with bcrypt or jwt. As for uploading the image you can use a package called formidable here is a link to that video kzbin.info/www/bejne/h4Wnan9mn7Fjmrc
@DarkShadow00972
@DarkShadow00972 10 ай бұрын
Thnx brother
@ufukdemrel
@ufukdemrel 10 ай бұрын
Why can't I see the registered products in mongodb?
@dhriti3080
@dhriti3080 10 ай бұрын
You can't see it where, the terminal or compass.
@ufukdemrel
@ufukdemrel 10 ай бұрын
Why can't I see the registered products in mongodb?
@user-tw4kq4qs2p
@user-tw4kq4qs2p 10 ай бұрын
Great! can you give me the code?
@dhriti3080
@dhriti3080 10 ай бұрын
Here is the link to the repo. github.com/dhritich20baruah/YTvids/tree/master/next_rest_api But the project also consist of a pagination part besides the search functionality.
@royandugu8685
@royandugu8685 11 ай бұрын
What you just did here, do we call it client side rendering or server side rendering ?
@dhriti3080
@dhriti3080 11 ай бұрын
Server side rendering
@techdular88
@techdular88 11 ай бұрын
Keep it sir , very helpful.
@dhriti3080
@dhriti3080 11 ай бұрын
Thank you.
@gauravr4127
@gauravr4127 11 ай бұрын
I really enjoyed this video and found the information to be very helpful. However, I had a little trouble understanding the speaker at times. I think it would be helpful if the speaker spoke a little more slowly and enunciated more clearly. Overall, great video!
@dhriti3080
@dhriti3080 11 ай бұрын
Thank you. I will definitely keep that in mind.
@iamakashkumarram
@iamakashkumarram Жыл бұрын
Can you make a course on Prisma and PostgreSQL 🔥 ?
@dhriti3080
@dhriti3080 Жыл бұрын
PostgreSQL maybe but not so sure about Prisma. I will try my best.
@naylord5
@naylord5 Жыл бұрын
Excelent content! thank you so much for sharing! Please consider using TS w/ Next 13.4 it would be really helpful
@dhriti3080
@dhriti3080 Жыл бұрын
You are welcome.
@Vampion
@Vampion Жыл бұрын
amazing brother,, now it works
@Vampion
@Vampion Жыл бұрын
src directory vs app directory ??
@dhriti3080
@dhriti3080 Жыл бұрын
This is an older version of Next.js. For crud operations in app directory I have a separate video for that.
@munavarsheik3946
@munavarsheik3946 Жыл бұрын
- error src\app\model\Todo.js (27:26) @ model - error TypeError: mongoose.model is not a function How to resolve this issue?
@munavarsheik3946
@munavarsheik3946 Жыл бұрын
module.exports = mongoose.model("Todos", TodoSchema);
@dhriti3080
@dhriti3080 Жыл бұрын
Try restarting the app. Did you import external server components in the next.config file.
@munavarsheik3946
@munavarsheik3946 Жыл бұрын
@@dhriti3080 module.exports = { experimental: { serverActions: true, serverComponentsExternalPackages: ['mongoose'] } } And also restarted the app. still error coming
@dhriti3080
@dhriti3080 Жыл бұрын
If you have not yet solved the problem. I think it will be better if you reinstall next and start afresh. The new version of next is not as stable as they claim to be.
@aakarshsahu9347
@aakarshsahu9347 Жыл бұрын
thanks a lot sir ❤
@harshannayak591
@harshannayak591 Жыл бұрын
Can you do Best Nextjs Authentication video based on latest update including google and github provider
@dhriti3080
@dhriti3080 Жыл бұрын
I can try my best.
@saabirmohamed636
@saabirmohamed636 Жыл бұрын
Hi , thank you for you video, looking forward to your channel
@dhriti3080
@dhriti3080 Жыл бұрын
U r welcome.
@jobhikarbefikarrr.638
@jobhikarbefikarrr.638 Жыл бұрын
Sir great job 🎉 keep it up u made best nextjs latest tutorial great Sir Best wishes for ur upcoming tutriols please dnt think about less views these views are going to increase drastically it may take some time but no-one can stop u from being best tutor 😂so cheer n buckup standing with u always good luck dear
@dhriti3080
@dhriti3080 Жыл бұрын
Thank you.
@jobhikarbefikarrr.638
@jobhikarbefikarrr.638 Жыл бұрын
People understand simple n easy terminology so try using simple vocabulary with examples used in our daily lives so that more people can understand n they want be able to fast forward r click to other channels of u follow this simple technique because people here wan very easy ways little boostups hope u want mind sending my tips as u can 😜 also say why u means me dnt use these techniques for urself r hard words keep ur ideology with u Anyhow hope u wnt mind that I'm also planning n working on project on latest technology techniques used nowdays willing n working on project for fantasy apps like dream11 but more advanced with simple n more flexible game terms n conditions that doesn't essentially a person to be highly educated r experience holder for playing fantasy app but lets see I'm working on this project frm last 5 years as I want to make all each n everything with coding n that to with my knowledge so that latter if any issue occurs will be solved instantly hope ohhh it's too much from my side Srry 😒 anyhow thanks for ur reply n good luck best wishes
@arshah246
@arshah246 Жыл бұрын
good brother nice effort thanks
@dhriti3080
@dhriti3080 Жыл бұрын
Most welcome
@user-tm5gx9iu6q
@user-tm5gx9iu6q Жыл бұрын
Thanks for the video, I joined your channel and I hope it grows fast :)
@dhriti3080
@dhriti3080 Жыл бұрын
I am glad you liked the video and thank you for your wishes.
@codewithsam7300
@codewithsam7300 Жыл бұрын
Is this done with latest version of next js????
@dhriti3080
@dhriti3080 Жыл бұрын
Not this one. I have a separate video for that i.e. the lastest video in the channel.
@codewithsam7300
@codewithsam7300 Жыл бұрын
do u have discord???
@dhriti3080
@dhriti3080 Жыл бұрын
I am afraid no.